pub(crate) enum ExtensionRelationKind {
Leaf,
Single,
Multi,
}Expand description
Relation kind encoded by the text syntax prefix (ExtensionLeaf,
ExtensionSingle, or ExtensionMulti).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExtensionRelationKind
impl Clone for ExtensionRelationKind
Source§fn clone(&self) -> ExtensionRelationKind
fn clone(&self) -> ExtensionRelationKind
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 ExtensionRelationKind
impl Debug for ExtensionRelationKind
Source§impl FromStr for ExtensionRelationKind
impl FromStr for ExtensionRelationKind
Source§impl PartialEq for ExtensionRelationKind
impl PartialEq for ExtensionRelationKind
impl Copy for ExtensionRelationKind
impl Eq for ExtensionRelationKind
impl StructuralPartialEq for ExtensionRelationKind
Auto Trait Implementations§
impl Freeze for ExtensionRelationKind
impl RefUnwindSafe for ExtensionRelationKind
impl Send for ExtensionRelationKind
impl Sync for ExtensionRelationKind
impl Unpin for ExtensionRelationKind
impl UnsafeUnpin for ExtensionRelationKind
impl UnwindSafe for ExtensionRelationKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.