pub enum IndexKind {
Edge,
Vertex,
Raw,
}
Expand description
Auto-generated discriminant enum variants
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IndexKind
impl<'de> Deserialize<'de> for IndexKind
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 IntoEnumIterator for IndexKind
impl IntoEnumIterator for IndexKind
type Iterator = IndexKindIter
fn iter() -> IndexKindIter ⓘ
Source§impl Ord for IndexKind
impl Ord for IndexKind
Source§impl PartialOrd for IndexKind
impl PartialOrd for IndexKind
Source§impl VariantNames for IndexKind
impl VariantNames for IndexKind
impl Copy for IndexKind
impl Eq for IndexKind
impl GraphIndex for IndexKind
impl Send for IndexKind
impl StructuralPartialEq for IndexKind
impl Sync for IndexKind
Auto Trait Implementations§
impl Freeze for IndexKind
impl RefUnwindSafe for IndexKind
impl Unpin for IndexKind
impl UnwindSafe for IndexKind
Blanket Implementations§
Source§impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
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