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