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