Struct rust_tdlib::types::CancelUploadFile [−][src]
pub struct CancelUploadFile { /* fields omitted */ }Expand description
Stops the uploading of a file. Supported only for files uploaded by using uploadFile. For other files the behavior is undefined
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CancelUploadFileimpl Send for CancelUploadFileimpl Sync for CancelUploadFileimpl Unpin for CancelUploadFileimpl UnwindSafe for CancelUploadFileBlanket Implementations
Mutably borrows from an owned value. Read more