pub struct CancelFile {
pub file_id: i64,
}Expand description
§File commands
Commands to receive and to cancel files. Files are sent as part of the message, there are no separate commands to send files.
Cancel file.
Network usage: background.
Syntax:
/fcancel <fileId>Fields§
§file_id: i64Trait Implementations§
Source§impl Clone for CancelFile
impl Clone for CancelFile
Source§fn clone(&self) -> CancelFile
fn clone(&self) -> CancelFile
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 CommandSyntax for CancelFile
impl CommandSyntax for CancelFile
Source§impl Debug for CancelFile
impl Debug for CancelFile
Source§impl PartialEq for CancelFile
impl PartialEq for CancelFile
impl StructuralPartialEq for CancelFile
Auto Trait Implementations§
impl Freeze for CancelFile
impl RefUnwindSafe for CancelFile
impl Send for CancelFile
impl Sync for CancelFile
impl Unpin for CancelFile
impl UnwindSafe for CancelFile
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