Struct botapi::gen_types::NoSkipContact
source · pub struct NoSkipContact { /* private fields */ }Expand description
Companion type to Contact that doesn’t skip fields when serializing. Used for certain deserializers that use arrays to represent struct members
Implementations§
Trait Implementations§
source§impl Clone for NoSkipContact
impl Clone for NoSkipContact
source§fn clone(&self) -> NoSkipContact
fn clone(&self) -> NoSkipContact
Returns a copy 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 NoSkipContact
impl Debug for NoSkipContact
source§impl Default for NoSkipContact
impl Default for NoSkipContact
source§fn default() -> NoSkipContact
fn default() -> NoSkipContact
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NoSkipContact
impl<'de> Deserialize<'de> for NoSkipContact
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 From<NoSkipContact> for Contact
impl From<NoSkipContact> for Contact
source§fn from(t: NoSkipContact) -> Self
fn from(t: NoSkipContact) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipContact> for Contact
impl Into<NoSkipContact> for Contact
source§fn into(self) -> NoSkipContact
fn into(self) -> NoSkipContact
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for NoSkipContact
impl Send for NoSkipContact
impl Sync for NoSkipContact
impl Unpin for NoSkipContact
impl UnwindSafe for NoSkipContact
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