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