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