pub struct RegisterDisplayName { /* private fields */ }Expand description
GET|POST /register/steps/:id/display-name
Implementations§
Trait Implementations§
Source§impl Clone for RegisterDisplayName
impl Clone for RegisterDisplayName
Source§fn clone(&self) -> RegisterDisplayName
fn clone(&self) -> RegisterDisplayName
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisterDisplayName
impl Debug for RegisterDisplayName
Auto Trait Implementations§
impl Freeze for RegisterDisplayName
impl RefUnwindSafe for RegisterDisplayName
impl Send for RegisterDisplayName
impl Sync for RegisterDisplayName
impl Unpin for RegisterDisplayName
impl UnwindSafe for RegisterDisplayName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more