Struct ListingName
pub struct ListingName(/* private fields */);Expand description
A business or directory listing name.
Implementations§
§impl ListingName
impl ListingName
Trait Implementations§
§impl AsRef<str> for ListingName
impl AsRef<str> for ListingName
§impl Clone for ListingName
impl Clone for ListingName
§fn clone(&self) -> ListingName
fn clone(&self) -> ListingName
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 more§impl Debug for ListingName
impl Debug for ListingName
§impl Display for ListingName
impl Display for ListingName
§impl FromStr for ListingName
impl FromStr for ListingName
§impl Hash for ListingName
impl Hash for ListingName
§impl Ord for ListingName
impl Ord for ListingName
§impl PartialEq for ListingName
impl PartialEq for ListingName
§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