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