pub struct TraversalLabel(/* private fields */);Expand description
A traversal label used by graph-store queries or projections.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for TraversalLabel
impl AsRef<str> for TraversalLabel
Source§impl Clone for TraversalLabel
impl Clone for TraversalLabel
Source§fn clone(&self) -> TraversalLabel
fn clone(&self) -> TraversalLabel
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 TraversalLabel
impl Debug for TraversalLabel
Source§impl Default for TraversalLabel
impl Default for TraversalLabel
Source§fn default() -> TraversalLabel
fn default() -> TraversalLabel
Returns the “default value” for a type. Read more
Source§impl Display for TraversalLabel
impl Display for TraversalLabel
Source§impl From<&str> for TraversalLabel
impl From<&str> for TraversalLabel
Source§impl From<String> for TraversalLabel
impl From<String> for TraversalLabel
Source§impl Hash for TraversalLabel
impl Hash for TraversalLabel
Source§impl Ord for TraversalLabel
impl Ord for TraversalLabel
Source§fn cmp(&self, other: &TraversalLabel) -> Ordering
fn cmp(&self, other: &TraversalLabel) -> 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 TraversalLabel
impl PartialEq for TraversalLabel
Source§fn eq(&self, other: &TraversalLabel) -> bool
fn eq(&self, other: &TraversalLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TraversalLabel
impl PartialOrd for TraversalLabel
impl Eq for TraversalLabel
impl StructuralPartialEq for TraversalLabel
Auto Trait Implementations§
impl Freeze for TraversalLabel
impl RefUnwindSafe for TraversalLabel
impl Send for TraversalLabel
impl Sync for TraversalLabel
impl Unpin for TraversalLabel
impl UnsafeUnpin for TraversalLabel
impl UnwindSafe for TraversalLabel
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