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