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