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