Struct telegram_bot2::models::SendVideoNote
source · pub struct SendVideoNote { /* private fields */ }Expand description
Trait Implementations§
source§impl Clone for SendVideoNote
impl Clone for SendVideoNote
source§fn clone(&self) -> SendVideoNote
fn clone(&self) -> SendVideoNote
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 SendVideoNote
impl Debug for SendVideoNote
source§impl<'de> Deserialize<'de> for SendVideoNote
impl<'de> Deserialize<'de> for SendVideoNote
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