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