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