pub struct ObjectStorageResponseProduct {
pub product: Option<Box<ObjectStorageResponseProductProduct>>,
}
Fields§
§product: Option<Box<ObjectStorageResponseProductProduct>>
Implementations§
Source§impl ObjectStorageResponseProduct
impl ObjectStorageResponseProduct
pub fn new() -> ObjectStorageResponseProduct
Trait Implementations§
Source§impl Clone for ObjectStorageResponseProduct
impl Clone for ObjectStorageResponseProduct
Source§fn clone(&self) -> ObjectStorageResponseProduct
fn clone(&self) -> ObjectStorageResponseProduct
Returns a duplicate 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 ObjectStorageResponseProduct
impl Debug for ObjectStorageResponseProduct
Source§impl Default for ObjectStorageResponseProduct
impl Default for ObjectStorageResponseProduct
Source§fn default() -> ObjectStorageResponseProduct
fn default() -> ObjectStorageResponseProduct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectStorageResponseProduct
impl<'de> Deserialize<'de> for ObjectStorageResponseProduct
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 PartialEq for ObjectStorageResponseProduct
impl PartialEq for ObjectStorageResponseProduct
Source§fn eq(&self, other: &ObjectStorageResponseProduct) -> bool
fn eq(&self, other: &ObjectStorageResponseProduct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ObjectStorageResponseProduct
Auto Trait Implementations§
impl Freeze for ObjectStorageResponseProduct
impl RefUnwindSafe for ObjectStorageResponseProduct
impl Send for ObjectStorageResponseProduct
impl Sync for ObjectStorageResponseProduct
impl Unpin for ObjectStorageResponseProduct
impl UnwindSafe for ObjectStorageResponseProduct
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