pub struct NodeAxis;Expand description
Element axis for binary graphs (a node).
Trait Implementations§
Source§impl Ord for NodeAxis
impl Ord for NodeAxis
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 NodeAxis
impl PartialOrd for NodeAxis
impl Axis for NodeAxis
impl Copy for NodeAxis
impl Eq for NodeAxis
impl StructuralPartialEq for NodeAxis
Auto Trait Implementations§
impl Freeze for NodeAxis
impl RefUnwindSafe for NodeAxis
impl Send for NodeAxis
impl Sync for NodeAxis
impl Unpin for NodeAxis
impl UnsafeUnpin for NodeAxis
impl UnwindSafe for NodeAxis
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