pub struct KvStoreResponseBodyEnable {
pub product: Option<Box<KvStoreResponseProductProduct>>,
pub customer: Option<Box<AiAcceleratorResponseCustomerCustomer>>,
pub _links: Option<Box<KvStoreResponseLinksLinks>>,
}Fields§
§product: Option<Box<KvStoreResponseProductProduct>>§customer: Option<Box<AiAcceleratorResponseCustomerCustomer>>§_links: Option<Box<KvStoreResponseLinksLinks>>Implementations§
Source§impl KvStoreResponseBodyEnable
impl KvStoreResponseBodyEnable
pub fn new() -> KvStoreResponseBodyEnable
Trait Implementations§
Source§impl Clone for KvStoreResponseBodyEnable
impl Clone for KvStoreResponseBodyEnable
Source§fn clone(&self) -> KvStoreResponseBodyEnable
fn clone(&self) -> KvStoreResponseBodyEnable
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 KvStoreResponseBodyEnable
impl Debug for KvStoreResponseBodyEnable
Source§impl Default for KvStoreResponseBodyEnable
impl Default for KvStoreResponseBodyEnable
Source§fn default() -> KvStoreResponseBodyEnable
fn default() -> KvStoreResponseBodyEnable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KvStoreResponseBodyEnable
impl<'de> Deserialize<'de> for KvStoreResponseBodyEnable
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 StructuralPartialEq for KvStoreResponseBodyEnable
Auto Trait Implementations§
impl Freeze for KvStoreResponseBodyEnable
impl RefUnwindSafe for KvStoreResponseBodyEnable
impl Send for KvStoreResponseBodyEnable
impl Sync for KvStoreResponseBodyEnable
impl Unpin for KvStoreResponseBodyEnable
impl UnsafeUnpin for KvStoreResponseBodyEnable
impl UnwindSafe for KvStoreResponseBodyEnable
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