Struct botapi::gen_types::NoSkipVideoNote
source · pub struct NoSkipVideoNote { /* private fields */ }Expand description
Companion type to VideoNote 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 NoSkipVideoNote
impl Clone for NoSkipVideoNote
source§fn clone(&self) -> NoSkipVideoNote
fn clone(&self) -> NoSkipVideoNote
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 NoSkipVideoNote
impl Debug for NoSkipVideoNote
source§impl Default for NoSkipVideoNote
impl Default for NoSkipVideoNote
source§fn default() -> NoSkipVideoNote
fn default() -> NoSkipVideoNote
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NoSkipVideoNote
impl<'de> Deserialize<'de> for NoSkipVideoNote
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<NoSkipVideoNote> for VideoNote
impl From<NoSkipVideoNote> for VideoNote
source§fn from(t: NoSkipVideoNote) -> Self
fn from(t: NoSkipVideoNote) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipVideoNote> for VideoNote
impl Into<NoSkipVideoNote> for VideoNote
source§fn into(self) -> NoSkipVideoNote
fn into(self) -> NoSkipVideoNote
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for NoSkipVideoNote
impl Send for NoSkipVideoNote
impl Sync for NoSkipVideoNote
impl Unpin for NoSkipVideoNote
impl UnwindSafe for NoSkipVideoNote
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