pub struct AuthenticityGuaranteeProgram {
pub description: Option<String>,
pub terms_web_url: Option<String>,
}Expand description
AuthenticityGuaranteeProgram : A type that identifies whether the item is qualified for the Authenticity Guarantee program.
Fields§
§description: Option<String>An indication that the item is qualified for the Authenticity Guarantee program.
terms_web_url: Option<String>The URL to the Authenticity Guarantee program terms of use.
Implementations§
Source§impl AuthenticityGuaranteeProgram
impl AuthenticityGuaranteeProgram
Sourcepub fn new() -> AuthenticityGuaranteeProgram
pub fn new() -> AuthenticityGuaranteeProgram
A type that identifies whether the item is qualified for the Authenticity Guarantee program.
Trait Implementations§
Source§impl Clone for AuthenticityGuaranteeProgram
impl Clone for AuthenticityGuaranteeProgram
Source§fn clone(&self) -> AuthenticityGuaranteeProgram
fn clone(&self) -> AuthenticityGuaranteeProgram
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 AuthenticityGuaranteeProgram
impl Debug for AuthenticityGuaranteeProgram
Source§impl Default for AuthenticityGuaranteeProgram
impl Default for AuthenticityGuaranteeProgram
Source§fn default() -> AuthenticityGuaranteeProgram
fn default() -> AuthenticityGuaranteeProgram
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticityGuaranteeProgram
impl<'de> Deserialize<'de> for AuthenticityGuaranteeProgram
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AuthenticityGuaranteeProgram, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AuthenticityGuaranteeProgram, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AuthenticityGuaranteeProgram
impl Serialize for AuthenticityGuaranteeProgram
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for AuthenticityGuaranteeProgram
Auto Trait Implementations§
impl Freeze for AuthenticityGuaranteeProgram
impl RefUnwindSafe for AuthenticityGuaranteeProgram
impl Send for AuthenticityGuaranteeProgram
impl Sync for AuthenticityGuaranteeProgram
impl Unpin for AuthenticityGuaranteeProgram
impl UnsafeUnpin for AuthenticityGuaranteeProgram
impl UnwindSafe for AuthenticityGuaranteeProgram
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