pub struct GetWebFile {
pub location: InputWebFileLocation,
pub offset: i32,
pub limit: i32,
}Expand description
Generated from:
upload.getWebFile#24e6818d location:InputWebFileLocation offset:int limit:int = upload.WebFileFields§
§location: InputWebFileLocation§offset: i32§limit: i32Trait Implementations§
Source§impl Clone for GetWebFile
impl Clone for GetWebFile
Source§fn clone(&self) -> GetWebFile
fn clone(&self) -> GetWebFile
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 GetWebFile
impl Debug for GetWebFile
Source§impl Identifiable for GetWebFile
impl Identifiable for GetWebFile
Source§const CONSTRUCTOR_ID: u32 = 0x24e6818d
const CONSTRUCTOR_ID: u32 = 0x24e6818d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWebFile
impl PartialEq for GetWebFile
Source§impl RemoteCall for GetWebFile
impl RemoteCall for GetWebFile
Source§impl Serializable for GetWebFile
impl Serializable for GetWebFile
impl StructuralPartialEq for GetWebFile
Auto Trait Implementations§
impl Freeze for GetWebFile
impl RefUnwindSafe for GetWebFile
impl Send for GetWebFile
impl Sync for GetWebFile
impl Unpin for GetWebFile
impl UnsafeUnpin for GetWebFile
impl UnwindSafe for GetWebFile
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