pub enum DrivingTable {
Nodes,
FtsNodes,
VecNodes,
}Variants§
Trait Implementations§
Source§impl Clone for DrivingTable
impl Clone for DrivingTable
Source§fn clone(&self) -> DrivingTable
fn clone(&self) -> DrivingTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DrivingTable
impl Debug for DrivingTable
Source§impl PartialEq for DrivingTable
impl PartialEq for DrivingTable
impl Copy for DrivingTable
impl Eq for DrivingTable
impl StructuralPartialEq for DrivingTable
Auto Trait Implementations§
impl Freeze for DrivingTable
impl RefUnwindSafe for DrivingTable
impl Send for DrivingTable
impl Sync for DrivingTable
impl Unpin for DrivingTable
impl UnsafeUnpin for DrivingTable
impl UnwindSafe for DrivingTable
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