pub struct ProviderMetadata {
pub name: String,
}
Expand description
The metadata of a feature provider.
Fields§
§name: String
The name of provider.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderMetadata
impl Clone for ProviderMetadata
Source§fn clone(&self) -> ProviderMetadata
fn clone(&self) -> ProviderMetadata
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 moreSource§impl Debug for ProviderMetadata
impl Debug for ProviderMetadata
Source§impl Default for ProviderMetadata
impl Default for ProviderMetadata
Source§fn default() -> ProviderMetadata
fn default() -> ProviderMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProviderMetadata
impl PartialEq for ProviderMetadata
impl StructuralPartialEq for ProviderMetadata
Auto Trait Implementations§
impl Freeze for ProviderMetadata
impl RefUnwindSafe for ProviderMetadata
impl Send for ProviderMetadata
impl Sync for ProviderMetadata
impl Unpin for ProviderMetadata
impl UnwindSafe for ProviderMetadata
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