Struct jyve::model::ProductDetailOutput
source · pub struct ProductDetailOutput {
pub description: String,
pub id: Option<i64>,
pub image_url: String,
pub is_variable_weight: bool,
pub name: String,
pub primary_identifier: Option<String>,
pub primary_identifier_type: Option<String>,
pub size_weight: Option<String>,
}
Fields§
§description: String
§id: Option<i64>
§image_url: String
§is_variable_weight: bool
§name: String
§primary_identifier: Option<String>
§primary_identifier_type: Option<String>
§size_weight: Option<String>
Trait Implementations§
source§impl Clone for ProductDetailOutput
impl Clone for ProductDetailOutput
source§fn clone(&self) -> ProductDetailOutput
fn clone(&self) -> ProductDetailOutput
Returns a copy 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 ProductDetailOutput
impl Debug for ProductDetailOutput
source§impl Default for ProductDetailOutput
impl Default for ProductDetailOutput
source§fn default() -> ProductDetailOutput
fn default() -> ProductDetailOutput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProductDetailOutput
impl<'de> Deserialize<'de> for ProductDetailOutput
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 ProductDetailOutput
impl Display for ProductDetailOutput
Auto Trait Implementations§
impl RefUnwindSafe for ProductDetailOutput
impl Send for ProductDetailOutput
impl Sync for ProductDetailOutput
impl Unpin for ProductDetailOutput
impl UnwindSafe for ProductDetailOutput
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