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