pub struct ProviderOperationIdentity(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ProviderOperationIdentity
impl Clone for ProviderOperationIdentity
Source§fn clone(&self) -> ProviderOperationIdentity
fn clone(&self) -> ProviderOperationIdentity
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 ProviderOperationIdentity
impl Debug for ProviderOperationIdentity
Source§impl<'de> Deserialize<'de> for ProviderOperationIdentity
impl<'de> Deserialize<'de> for ProviderOperationIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProviderOperationIdentity
Source§impl Hash for ProviderOperationIdentity
impl Hash for ProviderOperationIdentity
Source§impl Ord for ProviderOperationIdentity
impl Ord for ProviderOperationIdentity
Source§fn cmp(&self, other: &ProviderOperationIdentity) -> Ordering
fn cmp(&self, other: &ProviderOperationIdentity) -> 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 PartialOrd for ProviderOperationIdentity
impl PartialOrd for ProviderOperationIdentity
impl StructuralPartialEq for ProviderOperationIdentity
Auto Trait Implementations§
impl Freeze for ProviderOperationIdentity
impl RefUnwindSafe for ProviderOperationIdentity
impl Send for ProviderOperationIdentity
impl Sync for ProviderOperationIdentity
impl Unpin for ProviderOperationIdentity
impl UnsafeUnpin for ProviderOperationIdentity
impl UnwindSafe for ProviderOperationIdentity
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