pub struct AddUserEmail;Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddUserEmail
impl RefUnwindSafe for AddUserEmail
impl Send for AddUserEmail
impl Sync for AddUserEmail
impl Unpin for AddUserEmail
impl UnsafeUnpin for AddUserEmail
impl UnwindSafe for AddUserEmail
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