pub struct GetCdnFile {
pub file_token: Vec<u8>,
pub offset: i64,
pub limit: i32,
}Expand description
Generated from:
upload.getCdnFile#395f69da file_token:bytes offset:long limit:int = upload.CdnFileFields§
§file_token: Vec<u8>§offset: i64§limit: i32Trait Implementations§
Source§impl Clone for GetCdnFile
impl Clone for GetCdnFile
Source§fn clone(&self) -> GetCdnFile
fn clone(&self) -> GetCdnFile
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 GetCdnFile
impl Debug for GetCdnFile
Source§impl Identifiable for GetCdnFile
impl Identifiable for GetCdnFile
Source§const CONSTRUCTOR_ID: u32 = 0x395f69da
const CONSTRUCTOR_ID: u32 = 0x395f69da
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetCdnFile
impl PartialEq for GetCdnFile
Source§impl RemoteCall for GetCdnFile
impl RemoteCall for GetCdnFile
Source§impl Serializable for GetCdnFile
impl Serializable for GetCdnFile
impl StructuralPartialEq for GetCdnFile
Auto Trait Implementations§
impl Freeze for GetCdnFile
impl RefUnwindSafe for GetCdnFile
impl Send for GetCdnFile
impl Sync for GetCdnFile
impl Unpin for GetCdnFile
impl UnsafeUnpin for GetCdnFile
impl UnwindSafe for GetCdnFile
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