pub struct EdgeLabel(/* private fields */);Expand description
A property-graph edge label.
Implementations§
Trait Implementations§
Source§impl Ord for EdgeLabel
impl Ord for EdgeLabel
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 PartialOrd for EdgeLabel
impl PartialOrd for EdgeLabel
impl Eq for EdgeLabel
impl StructuralPartialEq for EdgeLabel
Auto Trait Implementations§
impl Freeze for EdgeLabel
impl RefUnwindSafe for EdgeLabel
impl Send for EdgeLabel
impl Sync for EdgeLabel
impl Unpin for EdgeLabel
impl UnsafeUnpin for EdgeLabel
impl UnwindSafe for EdgeLabel
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