pub struct ProviderPackNotice {
pub attribution: String,
pub terms_summary: String,
pub non_endorsement: String,
}Expand description
User-visible source, terms, and non-endorsement text.
Fields§
§attribution: String§terms_summary: String§non_endorsement: StringTrait Implementations§
Source§impl Clone for ProviderPackNotice
impl Clone for ProviderPackNotice
Source§fn clone(&self) -> ProviderPackNotice
fn clone(&self) -> ProviderPackNotice
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 ProviderPackNotice
impl Debug for ProviderPackNotice
Source§impl<'de> Deserialize<'de> for ProviderPackNotice
impl<'de> Deserialize<'de> for ProviderPackNotice
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 ProviderPackNotice
Source§impl PartialEq for ProviderPackNotice
impl PartialEq for ProviderPackNotice
Source§impl Serialize for ProviderPackNotice
impl Serialize for ProviderPackNotice
impl StructuralPartialEq for ProviderPackNotice
Auto Trait Implementations§
impl Freeze for ProviderPackNotice
impl RefUnwindSafe for ProviderPackNotice
impl Send for ProviderPackNotice
impl Sync for ProviderPackNotice
impl Unpin for ProviderPackNotice
impl UnsafeUnpin for ProviderPackNotice
impl UnwindSafe for ProviderPackNotice
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