pub struct GetFile {
pub precise: bool,
pub cdn_supported: bool,
pub location: InputFileLocation,
pub offset: i64,
pub limit: i32,
}Expand description
Generated from:
upload.getFile#be5335be flags:# precise:flags.0?true cdn_supported:flags.1?true location:InputFileLocation offset:long limit:int = upload.FileFields§
§precise: bool§cdn_supported: bool§location: InputFileLocation§offset: i64§limit: i32Trait Implementations§
Source§impl Identifiable for GetFile
impl Identifiable for GetFile
Source§const CONSTRUCTOR_ID: u32 = 0xbe5335be
const CONSTRUCTOR_ID: u32 = 0xbe5335be
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetFile
impl Serializable for GetFile
impl StructuralPartialEq for GetFile
Auto Trait Implementations§
impl Freeze for GetFile
impl RefUnwindSafe for GetFile
impl Send for GetFile
impl Sync for GetFile
impl Unpin for GetFile
impl UnsafeUnpin for GetFile
impl UnwindSafe for GetFile
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