pub enum FFIKeystore {}Expand description
Opaque handle returned to C callers. Never dereferenced by C; only passed back into the FFI.
Auto Trait Implementations§
impl Freeze for FFIKeystore
impl RefUnwindSafe for FFIKeystore
impl Send for FFIKeystore
impl Sync for FFIKeystore
impl Unpin for FFIKeystore
impl UnsafeUnpin for FFIKeystore
impl UnwindSafe for FFIKeystore
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