pub struct DeleteFile {
pub file_id: i32,
}
Expand description
Deletes a file from the TDLib file cache
Fields§
§file_id: i32
Identifier of the file to delete
Trait Implementations§
Source§impl Clone for DeleteFile
impl Clone for DeleteFile
Source§fn clone(&self) -> DeleteFile
fn clone(&self) -> DeleteFile
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 DeleteFile
impl Debug for DeleteFile
Source§impl<'de> Deserialize<'de> for DeleteFile
impl<'de> Deserialize<'de> for DeleteFile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for DeleteFile
impl Method for DeleteFile
Auto Trait Implementations§
impl Freeze for DeleteFile
impl RefUnwindSafe for DeleteFile
impl Send for DeleteFile
impl Sync for DeleteFile
impl Unpin for DeleteFile
impl UnwindSafe for DeleteFile
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