pub struct ChatActionUploadingVideo {
pub progress: i32,
}Expand description
The user is uploading a video
Fields§
§progress: i32Upload progress, as a percentage
Trait Implementations§
Source§impl Clone for ChatActionUploadingVideo
impl Clone for ChatActionUploadingVideo
Source§fn clone(&self) -> ChatActionUploadingVideo
fn clone(&self) -> ChatActionUploadingVideo
Returns a duplicate 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 ChatActionUploadingVideo
impl Debug for ChatActionUploadingVideo
Source§impl Default for ChatActionUploadingVideo
impl Default for ChatActionUploadingVideo
Source§fn default() -> ChatActionUploadingVideo
fn default() -> ChatActionUploadingVideo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatActionUploadingVideo
impl<'de> Deserialize<'de> for ChatActionUploadingVideo
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 PartialEq for ChatActionUploadingVideo
impl PartialEq for ChatActionUploadingVideo
Source§impl Serialize for ChatActionUploadingVideo
impl Serialize for ChatActionUploadingVideo
impl StructuralPartialEq for ChatActionUploadingVideo
Auto Trait Implementations§
impl Freeze for ChatActionUploadingVideo
impl RefUnwindSafe for ChatActionUploadingVideo
impl Send for ChatActionUploadingVideo
impl Sync for ChatActionUploadingVideo
impl Unpin for ChatActionUploadingVideo
impl UnwindSafe for ChatActionUploadingVideo
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