pub struct RegisterFinish { /* private fields */ }Expand description
GET /register/steps/:id/finish
Implementations§
Trait Implementations§
Source§impl Clone for RegisterFinish
impl Clone for RegisterFinish
Source§fn clone(&self) -> RegisterFinish
fn clone(&self) -> RegisterFinish
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 RegisterFinish
impl Debug for RegisterFinish
Auto Trait Implementations§
impl Freeze for RegisterFinish
impl RefUnwindSafe for RegisterFinish
impl Send for RegisterFinish
impl Sync for RegisterFinish
impl Unpin for RegisterFinish
impl UnwindSafe for RegisterFinish
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