pub struct GetCdnFileHashes {
pub file_token: Vec<u8>,
pub offset: i64,
}Expand description
Generated from:
upload.getCdnFileHashes#91dc3f31 file_token:bytes offset:long = Vector<FileHash>Fields§
§file_token: Vec<u8>§offset: i64Trait Implementations§
Source§impl Clone for GetCdnFileHashes
impl Clone for GetCdnFileHashes
Source§fn clone(&self) -> GetCdnFileHashes
fn clone(&self) -> GetCdnFileHashes
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 GetCdnFileHashes
impl Debug for GetCdnFileHashes
Source§impl Identifiable for GetCdnFileHashes
impl Identifiable for GetCdnFileHashes
Source§const CONSTRUCTOR_ID: u32 = 0x91dc3f31
const CONSTRUCTOR_ID: u32 = 0x91dc3f31
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetCdnFileHashes
impl PartialEq for GetCdnFileHashes
Source§impl RemoteCall for GetCdnFileHashes
impl RemoteCall for GetCdnFileHashes
Source§impl Serializable for GetCdnFileHashes
impl Serializable for GetCdnFileHashes
impl StructuralPartialEq for GetCdnFileHashes
Auto Trait Implementations§
impl Freeze for GetCdnFileHashes
impl RefUnwindSafe for GetCdnFileHashes
impl Send for GetCdnFileHashes
impl Sync for GetCdnFileHashes
impl Unpin for GetCdnFileHashes
impl UnsafeUnpin for GetCdnFileHashes
impl UnwindSafe for GetCdnFileHashes
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