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