pub struct SendMessageUploadVideoAction {
pub progress: i32,
}Expand description
Read sendMessageUploadVideoAction docs.
Generated from the following TL definition:
sendMessageUploadVideoAction#e9763aec progress:int = SendMessageActionFields§
§progress: i32Trait Implementations§
Source§impl Clone for SendMessageUploadVideoAction
impl Clone for SendMessageUploadVideoAction
Source§fn clone(&self) -> SendMessageUploadVideoAction
fn clone(&self) -> SendMessageUploadVideoAction
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 SendMessageUploadVideoAction
impl Debug for SendMessageUploadVideoAction
Source§impl From<SendMessageUploadVideoAction> for SendMessageAction
impl From<SendMessageUploadVideoAction> for SendMessageAction
Source§fn from(x: SendMessageUploadVideoAction) -> Self
fn from(x: SendMessageUploadVideoAction) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SendMessageUploadVideoAction
impl Identifiable for SendMessageUploadVideoAction
Source§const CONSTRUCTOR_ID: u32 = 3916839660
const CONSTRUCTOR_ID: u32 = 3916839660
The unique identifier for the type.
Source§impl PartialEq for SendMessageUploadVideoAction
impl PartialEq for SendMessageUploadVideoAction
Source§fn eq(&self, other: &SendMessageUploadVideoAction) -> bool
fn eq(&self, other: &SendMessageUploadVideoAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SendMessageUploadVideoAction
Auto Trait Implementations§
impl Freeze for SendMessageUploadVideoAction
impl RefUnwindSafe for SendMessageUploadVideoAction
impl Send for SendMessageUploadVideoAction
impl Sync for SendMessageUploadVideoAction
impl Unpin for SendMessageUploadVideoAction
impl UnsafeUnpin for SendMessageUploadVideoAction
impl UnwindSafe for SendMessageUploadVideoAction
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