pub struct set_username;
Expand description
update username
Trait Implementations
sourceimpl HttpServiceFactory for set_username
impl HttpServiceFactory for set_username
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
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