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