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