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