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