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