pub struct GroupUser { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for GroupUser
impl StructuralPartialEq for GroupUser
Auto Trait Implementations§
impl Freeze for GroupUser
impl RefUnwindSafe for GroupUser
impl Send for GroupUser
impl Sync for GroupUser
impl Unpin for GroupUser
impl UnsafeUnpin for GroupUser
impl UnwindSafe for GroupUser
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