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