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