Struct sodium_rust::sodium::Dep
source · pub struct Dep {
pub gc_dep: GcDep,
}
Fields
gc_dep: GcDep
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Dep
impl !Send for Dep
impl !Sync for Dep
impl Unpin for Dep
impl !UnwindSafe for Dep
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