pub struct ResetEmailPath();
Trait Implementations§
Source§impl Clone for ResetEmailPath
impl Clone for ResetEmailPath
Source§fn clone(&self) -> ResetEmailPath
fn clone(&self) -> ResetEmailPath
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 ResetEmailPath
impl Debug for ResetEmailPath
Auto Trait Implementations§
impl Freeze for ResetEmailPath
impl RefUnwindSafe for ResetEmailPath
impl Send for ResetEmailPath
impl Sync for ResetEmailPath
impl Unpin for ResetEmailPath
impl UnwindSafe for ResetEmailPath
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