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