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