Enum schemadb::ScanDirection
source · pub enum ScanDirection {
Forward,
Backward,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ScanDirection
impl Send for ScanDirection
impl Sync for ScanDirection
impl Unpin for ScanDirection
impl UnwindSafe for ScanDirection
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