pub enum CursorKind {
ReadOnly,
Mutable,
}Variants§
Auto Trait Implementations§
impl Freeze for CursorKind
impl RefUnwindSafe for CursorKind
impl Send for CursorKind
impl Sync for CursorKind
impl Unpin for CursorKind
impl UnsafeUnpin for CursorKind
impl UnwindSafe for CursorKind
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