pub enum G3 {}
Expand description
Group 3 marker type.
Auto Trait Implementations§
impl Freeze for G3
impl RefUnwindSafe for G3
impl Send for G3
impl Sync for G3
impl Unpin for G3
impl UnwindSafe for G3
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