pub struct InputFile {
pub id: i64,
pub parts: i32,
pub name: String,
pub md5_checksum: String,
}Expand description
Generated from the following TL definition:
inputFile#f52ff27f id:long parts:int name:string md5_checksum:string = InputFileFields§
§id: i64§parts: i32§name: String§md5_checksum: StringTrait Implementations§
Source§impl Deserializable for InputFile
impl Deserializable for InputFile
Source§impl Identifiable for InputFile
impl Identifiable for InputFile
Source§const CONSTRUCTOR_ID: u32 = 4113560191
const CONSTRUCTOR_ID: u32 = 4113560191
The unique identifier for the type.
Source§impl Serializable for InputFile
impl Serializable for InputFile
impl StructuralPartialEq for InputFile
Auto Trait Implementations§
impl Freeze for InputFile
impl RefUnwindSafe for InputFile
impl Send for InputFile
impl Sync for InputFile
impl Unpin for InputFile
impl UnsafeUnpin for InputFile
impl UnwindSafe for InputFile
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