pub struct set_email;
Expand description
update email
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for set_email
impl Send for set_email
impl Sync for set_email
impl Unpin for set_email
impl UnwindSafe for set_email
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more