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