Struct sodium_rust::sodium::Lambda
source · pub struct Lambda<FN: ?Sized> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<FN> !RefUnwindSafe for Lambda<FN>
impl<FN> !Send for Lambda<FN>
impl<FN> !Sync for Lambda<FN>
impl<FN: ?Sized> Unpin for Lambda<FN>
impl<FN> !UnwindSafe for Lambda<FN>
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