Struct grammers_tl_types::functions::upload::SaveFilePart
source · pub struct SaveFilePart {
pub file_id: i64,
pub file_part: i32,
pub bytes: Vec<u8>,
}Fields§
§file_id: i64§file_part: i32§bytes: Vec<u8>Trait Implementations§
source§impl Clone for SaveFilePart
impl Clone for SaveFilePart
source§fn clone(&self) -> SaveFilePart
fn clone(&self) -> SaveFilePart
Returns a copy 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 SaveFilePart
impl Debug for SaveFilePart
source§impl Identifiable for SaveFilePart
impl Identifiable for SaveFilePart
source§const CONSTRUCTOR_ID: u32 = 3_003_426_337u32
const CONSTRUCTOR_ID: u32 = 3_003_426_337u32
The unique identifier for the type.
source§impl PartialEq for SaveFilePart
impl PartialEq for SaveFilePart
source§fn eq(&self, other: &SaveFilePart) -> bool
fn eq(&self, other: &SaveFilePart) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RemoteCall for SaveFilePart
impl RemoteCall for SaveFilePart
source§impl Serializable for SaveFilePart
impl Serializable for SaveFilePart
impl StructuralPartialEq for SaveFilePart
Auto Trait Implementations§
impl Freeze for SaveFilePart
impl RefUnwindSafe for SaveFilePart
impl Send for SaveFilePart
impl Sync for SaveFilePart
impl Unpin for SaveFilePart
impl UnwindSafe for SaveFilePart
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