pub struct HyperedgeAxis;Expand description
Relation axis for hypergraphs (a hyperedge).
Trait Implementations§
impl Axis for HyperedgeAxis
Source§impl Clone for HyperedgeAxis
impl Clone for HyperedgeAxis
Source§fn clone(&self) -> HyperedgeAxis
fn clone(&self) -> HyperedgeAxis
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 HyperedgeAxis
Source§impl Debug for HyperedgeAxis
impl Debug for HyperedgeAxis
Source§impl Default for HyperedgeAxis
impl Default for HyperedgeAxis
Source§fn default() -> HyperedgeAxis
fn default() -> HyperedgeAxis
Returns the “default value” for a type. Read more
impl Eq for HyperedgeAxis
Source§impl Hash for HyperedgeAxis
impl Hash for HyperedgeAxis
Source§impl Ord for HyperedgeAxis
impl Ord for HyperedgeAxis
Source§fn cmp(&self, other: &HyperedgeAxis) -> Ordering
fn cmp(&self, other: &HyperedgeAxis) -> 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 HyperedgeAxis
impl PartialEq for HyperedgeAxis
Source§fn eq(&self, other: &HyperedgeAxis) -> bool
fn eq(&self, other: &HyperedgeAxis) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HyperedgeAxis
impl PartialOrd for HyperedgeAxis
impl StructuralPartialEq for HyperedgeAxis
Auto Trait Implementations§
impl Freeze for HyperedgeAxis
impl RefUnwindSafe for HyperedgeAxis
impl Send for HyperedgeAxis
impl Sync for HyperedgeAxis
impl Unpin for HyperedgeAxis
impl UnsafeUnpin for HyperedgeAxis
impl UnwindSafe for HyperedgeAxis
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