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