pub enum CursorOp {
First,
Last,
Next,
Prev,
Current,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorOp
impl RefUnwindSafe for CursorOp
impl Send for CursorOp
impl Sync for CursorOp
impl Unpin for CursorOp
impl UnwindSafe for CursorOp
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