pub struct ProviderName(/* private fields */);Expand description
A storage provider name.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderName
impl Clone for ProviderName
Source§fn clone(&self) -> ProviderName
fn clone(&self) -> ProviderName
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 ProviderName
impl Debug for ProviderName
impl Eq for ProviderName
Source§impl From<ProviderName> for Symbol
impl From<ProviderName> for Symbol
Source§fn from(value: ProviderName) -> Self
fn from(value: ProviderName) -> Self
Converts to this type from the input type.
Source§impl Hash for ProviderName
impl Hash for ProviderName
Source§impl Ord for ProviderName
impl Ord for ProviderName
Source§fn cmp(&self, other: &ProviderName) -> Ordering
fn cmp(&self, other: &ProviderName) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProviderName
impl PartialEq for ProviderName
Source§impl PartialOrd for ProviderName
impl PartialOrd for ProviderName
impl StructuralPartialEq for ProviderName
Auto Trait Implementations§
impl Freeze for ProviderName
impl RefUnwindSafe for ProviderName
impl Send for ProviderName
impl Sync for ProviderName
impl Unpin for ProviderName
impl UnsafeUnpin for ProviderName
impl UnwindSafe for ProviderName
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