pub struct DefaultGroup(/* private fields */);Expand description
The default tag group.
All tag types are themselves always tagged within this default group. Most APIs will default to this group.
Auto Trait Implementations§
impl Freeze for DefaultGroup
impl RefUnwindSafe for DefaultGroup
impl Send for DefaultGroup
impl Sync for DefaultGroup
impl Unpin for DefaultGroup
impl UnwindSafe for DefaultGroup
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