pub struct AbstractRefWrapper<'tu, 'ge> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'tu, 'ge> !RefUnwindSafe for AbstractRefWrapper<'tu, 'ge>
impl<'tu, 'ge> !Send for AbstractRefWrapper<'tu, 'ge>
impl<'tu, 'ge> !Sync for AbstractRefWrapper<'tu, 'ge>
impl<'tu, 'ge> Unpin for AbstractRefWrapper<'tu, 'ge> where
    'tu: 'ge, 
impl<'tu, 'ge> !UnwindSafe for AbstractRefWrapper<'tu, 'ge>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more