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