pub enum ColKind {
Show 13 variants
Node,
Rel,
Value,
Bool,
Int64,
Float64,
String,
Null,
List,
Map,
Path,
Graph,
Vector,
}Variants§
Trait Implementations§
impl Copy for ColKind
impl Eq for ColKind
impl StructuralPartialEq for ColKind
Auto Trait Implementations§
impl Freeze for ColKind
impl RefUnwindSafe for ColKind
impl Send for ColKind
impl Sync for ColKind
impl Unpin for ColKind
impl UnsafeUnpin for ColKind
impl UnwindSafe for ColKind
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