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