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