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