pub struct ProviderPackIdentity {
pub id: String,
pub name: String,
}Expand description
Stable provider namespace and display name.
Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for ProviderPackIdentity
impl Clone for ProviderPackIdentity
Source§fn clone(&self) -> ProviderPackIdentity
fn clone(&self) -> ProviderPackIdentity
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 ProviderPackIdentity
impl Debug for ProviderPackIdentity
Source§impl<'de> Deserialize<'de> for ProviderPackIdentity
impl<'de> Deserialize<'de> for ProviderPackIdentity
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 ProviderPackIdentity
Source§impl PartialEq for ProviderPackIdentity
impl PartialEq for ProviderPackIdentity
Source§impl Serialize for ProviderPackIdentity
impl Serialize for ProviderPackIdentity
impl StructuralPartialEq for ProviderPackIdentity
Auto Trait Implementations§
impl Freeze for ProviderPackIdentity
impl RefUnwindSafe for ProviderPackIdentity
impl Send for ProviderPackIdentity
impl Sync for ProviderPackIdentity
impl Unpin for ProviderPackIdentity
impl UnsafeUnpin for ProviderPackIdentity
impl UnwindSafe for ProviderPackIdentity
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