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