pub struct CommunityName(/* private fields */);Implementations§
Source§impl CommunityName
impl CommunityName
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 · 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§type Err = CommunityTextError
type Err = CommunityTextError
The associated error which can be returned from parsing.
Source§fn from_str(
value: &str,
) -> Result<CommunityName, <CommunityName as FromStr>::Err>
fn from_str( value: &str, ) -> Result<CommunityName, <CommunityName as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§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 · 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§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