pub struct TrophicRole(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TrophicRole
impl Clone for TrophicRole
Source§fn clone(&self) -> TrophicRole
fn clone(&self) -> TrophicRole
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 moreSource§impl Debug for TrophicRole
impl Debug for TrophicRole
Source§impl Display for TrophicRole
impl Display for TrophicRole
Source§impl FromStr for TrophicRole
impl FromStr for TrophicRole
Source§impl Hash for TrophicRole
impl Hash for TrophicRole
Source§impl Ord for TrophicRole
impl Ord for TrophicRole
Source§fn cmp(&self, other: &TrophicRole) -> Ordering
fn cmp(&self, other: &TrophicRole) -> 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 TrophicRole
impl PartialEq for TrophicRole
Source§fn eq(&self, other: &TrophicRole) -> bool
fn eq(&self, other: &TrophicRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TrophicRole
impl PartialOrd for TrophicRole
impl Eq for TrophicRole
impl StructuralPartialEq for TrophicRole
Auto Trait Implementations§
impl Freeze for TrophicRole
impl RefUnwindSafe for TrophicRole
impl Send for TrophicRole
impl Sync for TrophicRole
impl Unpin for TrophicRole
impl UnsafeUnpin for TrophicRole
impl UnwindSafe for TrophicRole
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