pub struct BotManagementResponseConfigure {
pub product: Option<Box<BotManagementResponseProductProduct>>,
pub service: Option<Box<ApiDiscoveryResponseServiceService>>,
pub configuration: Option<Box<BotManagementResponseConfigurationConfiguration>>,
pub _links: Option<Box<BotManagementResponseLinksLinks>>,
}Fields§
§product: Option<Box<BotManagementResponseProductProduct>>§service: Option<Box<ApiDiscoveryResponseServiceService>>§configuration: Option<Box<BotManagementResponseConfigurationConfiguration>>§_links: Option<Box<BotManagementResponseLinksLinks>>Implementations§
Trait Implementations§
Source§impl Clone for BotManagementResponseConfigure
impl Clone for BotManagementResponseConfigure
Source§fn clone(&self) -> BotManagementResponseConfigure
fn clone(&self) -> BotManagementResponseConfigure
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 Default for BotManagementResponseConfigure
impl Default for BotManagementResponseConfigure
Source§fn default() -> BotManagementResponseConfigure
fn default() -> BotManagementResponseConfigure
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BotManagementResponseConfigure
impl<'de> Deserialize<'de> for BotManagementResponseConfigure
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 BotManagementResponseConfigure
Auto Trait Implementations§
impl Freeze for BotManagementResponseConfigure
impl RefUnwindSafe for BotManagementResponseConfigure
impl Send for BotManagementResponseConfigure
impl Sync for BotManagementResponseConfigure
impl Unpin for BotManagementResponseConfigure
impl UnsafeUnpin for BotManagementResponseConfigure
impl UnwindSafe for BotManagementResponseConfigure
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