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