Struct google_cloudsupport2_beta::api::Product
source · pub struct Product {
pub product_line: Option<String>,
pub product_subline: Option<String>,
}Expand description
The full product a case may be associated with, including Product Line and Product Subline.
This type is not used in any activity, and only used as part of another schema.
Fields§
§product_line: Option<String>The Product Line of the Product.
product_subline: Option<String>The Product Subline of the Product, such as “Maps Billing”.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Product
impl<'de> Deserialize<'de> for Product
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 Part for Product
Auto Trait Implementations§
impl RefUnwindSafe for Product
impl Send for Product
impl Sync for Product
impl Unpin for Product
impl UnwindSafe for Product
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