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