pub enum GraphEngineKind {
Sqlite,
Cozo,
}Variants§
Trait Implementations§
Source§impl Clone for GraphEngineKind
impl Clone for GraphEngineKind
Source§fn clone(&self) -> GraphEngineKind
fn clone(&self) -> GraphEngineKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphEngineKind
impl Debug for GraphEngineKind
Source§impl<'de> Deserialize<'de> for GraphEngineKind
impl<'de> Deserialize<'de> for GraphEngineKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GraphEngineKind
impl Display for GraphEngineKind
Source§impl PartialEq for GraphEngineKind
impl PartialEq for GraphEngineKind
Source§fn eq(&self, other: &GraphEngineKind) -> bool
fn eq(&self, other: &GraphEngineKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphEngineKind
impl Serialize for GraphEngineKind
impl Copy for GraphEngineKind
impl Eq for GraphEngineKind
impl StructuralPartialEq for GraphEngineKind
Auto Trait Implementations§
impl Freeze for GraphEngineKind
impl RefUnwindSafe for GraphEngineKind
impl Send for GraphEngineKind
impl Sync for GraphEngineKind
impl Unpin for GraphEngineKind
impl UnsafeUnpin for GraphEngineKind
impl UnwindSafe for GraphEngineKind
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