pub enum FFIKeyIterator {}Expand description
Opaque key iterator handle.
Auto Trait Implementations§
impl Freeze for FFIKeyIterator
impl RefUnwindSafe for FFIKeyIterator
impl Send for FFIKeyIterator
impl Sync for FFIKeyIterator
impl Unpin for FFIKeyIterator
impl UnsafeUnpin for FFIKeyIterator
impl UnwindSafe for FFIKeyIterator
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