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