pub struct set_username;
Expand description
update username
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for set_username
impl Send for set_username
impl Sync for set_username
impl Unpin for set_username
impl UnwindSafe for set_username
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