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