pub struct VideoNote {
pub file_id: String,
pub file_unique_id: String,
pub length: i32,
pub duration: i32,
pub thumb: Option<PhotoSize>,
pub file_size: Option<i32>,
}
Fields§
§file_id: String
§file_unique_id: String
§length: i32
§duration: i32
§thumb: Option<PhotoSize>
§file_size: Option<i32>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoNote
impl RefUnwindSafe for VideoNote
impl Send for VideoNote
impl Sync for VideoNote
impl Unpin for VideoNote
impl UnwindSafe for VideoNote
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