pub enum SourceTargetKindV1 {
Node,
Element,
Other,
}Expand description
Source target identity kind.
Variants§
Node
Source node-array identity.
Element
Parser-stable non-node element identity.
Other
Another source target domain.
Trait Implementations§
Source§impl Clone for SourceTargetKindV1
impl Clone for SourceTargetKindV1
Source§fn clone(&self) -> SourceTargetKindV1
fn clone(&self) -> SourceTargetKindV1
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 moreimpl Copy for SourceTargetKindV1
Source§impl Debug for SourceTargetKindV1
impl Debug for SourceTargetKindV1
impl Eq for SourceTargetKindV1
Source§impl Ord for SourceTargetKindV1
impl Ord for SourceTargetKindV1
Source§fn cmp(&self, other: &SourceTargetKindV1) -> Ordering
fn cmp(&self, other: &SourceTargetKindV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceTargetKindV1
impl PartialEq for SourceTargetKindV1
Source§impl PartialOrd for SourceTargetKindV1
impl PartialOrd for SourceTargetKindV1
impl StructuralPartialEq for SourceTargetKindV1
Auto Trait Implementations§
impl Freeze for SourceTargetKindV1
impl RefUnwindSafe for SourceTargetKindV1
impl Send for SourceTargetKindV1
impl Sync for SourceTargetKindV1
impl Unpin for SourceTargetKindV1
impl UnsafeUnpin for SourceTargetKindV1
impl UnwindSafe for SourceTargetKindV1
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