pub struct KeysCursor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for KeysCursor
impl Default for KeysCursor
Auto Trait Implementations§
impl Freeze for KeysCursor
impl RefUnwindSafe for KeysCursor
impl !Send for KeysCursor
impl !Sync for KeysCursor
impl Unpin for KeysCursor
impl UnwindSafe for KeysCursor
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