pub struct FileHash {
pub offset: i64,
pub limit: i32,
pub hash: Vec<u8>,
}Expand description
Generated from the following TL definition:
fileHash#f39b035c offset:long limit:int hash:bytes = FileHashFields§
§offset: i64§limit: i32§hash: Vec<u8>Trait Implementations§
Source§impl Deserializable for FileHash
impl Deserializable for FileHash
Source§impl Identifiable for FileHash
impl Identifiable for FileHash
Source§const CONSTRUCTOR_ID: u32 = 4087022428
const CONSTRUCTOR_ID: u32 = 4087022428
The unique identifier for the type.
Source§impl Serializable for FileHash
impl Serializable for FileHash
impl StructuralPartialEq for FileHash
Auto Trait Implementations§
impl Freeze for FileHash
impl RefUnwindSafe for FileHash
impl Send for FileHash
impl Sync for FileHash
impl Unpin for FileHash
impl UnsafeUnpin for FileHash
impl UnwindSafe for FileHash
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