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