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