pub struct ProviderInstallId(pub String);Expand description
Identifier referencing a provider installation record.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for ProviderInstallId
impl AsRef<str> for ProviderInstallId
Source§impl Clone for ProviderInstallId
impl Clone for ProviderInstallId
Source§fn clone(&self) -> ProviderInstallId
fn clone(&self) -> ProviderInstallId
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 ProviderInstallId
impl Debug for ProviderInstallId
Source§impl<'de> Deserialize<'de> for ProviderInstallId
impl<'de> Deserialize<'de> for ProviderInstallId
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
Source§impl Display for ProviderInstallId
impl Display for ProviderInstallId
Source§impl From<ProviderInstallId> for String
impl From<ProviderInstallId> for String
Source§fn from(value: ProviderInstallId) -> Self
fn from(value: ProviderInstallId) -> Self
Converts to this type from the input type.
Source§impl FromStr for ProviderInstallId
impl FromStr for ProviderInstallId
Source§impl Hash for ProviderInstallId
impl Hash for ProviderInstallId
Source§impl Ord for ProviderInstallId
impl Ord for ProviderInstallId
Source§fn cmp(&self, other: &ProviderInstallId) -> Ordering
fn cmp(&self, other: &ProviderInstallId) -> Ordering
1.21.0 · 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 ProviderInstallId
impl PartialEq for ProviderInstallId
Source§impl PartialOrd for ProviderInstallId
impl PartialOrd for ProviderInstallId
Source§impl Serialize for ProviderInstallId
impl Serialize for ProviderInstallId
Source§impl TryFrom<&str> for ProviderInstallId
impl TryFrom<&str> for ProviderInstallId
Source§impl TryFrom<String> for ProviderInstallId
impl TryFrom<String> for ProviderInstallId
impl Eq for ProviderInstallId
impl StructuralPartialEq for ProviderInstallId
Auto Trait Implementations§
impl Freeze for ProviderInstallId
impl RefUnwindSafe for ProviderInstallId
impl Send for ProviderInstallId
impl Sync for ProviderInstallId
impl Unpin for ProviderInstallId
impl UnwindSafe for ProviderInstallId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.