Struct sodium_rust::sodium::gc::GcCellRef
source · pub struct GcCellRef<'a, A: ?Sized + 'static> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'a, A> !RefUnwindSafe for GcCellRef<'a, A>
impl<'a, A> !Send for GcCellRef<'a, A>
impl<'a, A> !Sync for GcCellRef<'a, A>
impl<'a, A: ?Sized> Unpin for GcCellRef<'a, A>
impl<'a, A> !UnwindSafe for GcCellRef<'a, A>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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