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