pub struct SndFileCancelledResponse {
pub user: User,
pub chat_item: Option<AChatItem>,
pub file_transfer_meta: FileTransferMeta,
pub snd_file_transfers: Vec<SndFileTransfer>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: User§chat_item: Option<AChatItem>§file_transfer_meta: FileTransferMeta§snd_file_transfers: Vec<SndFileTransfer>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for SndFileCancelledResponse
impl Clone for SndFileCancelledResponse
Source§fn clone(&self) -> SndFileCancelledResponse
fn clone(&self) -> SndFileCancelledResponse
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 SndFileCancelledResponse
impl Debug for SndFileCancelledResponse
Source§impl<'de> Deserialize<'de> for SndFileCancelledResponse
impl<'de> Deserialize<'de> for SndFileCancelledResponse
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 PartialEq for SndFileCancelledResponse
impl PartialEq for SndFileCancelledResponse
Source§impl Serialize for SndFileCancelledResponse
impl Serialize for SndFileCancelledResponse
impl StructuralPartialEq for SndFileCancelledResponse
Auto Trait Implementations§
impl Freeze for SndFileCancelledResponse
impl RefUnwindSafe for SndFileCancelledResponse
impl Send for SndFileCancelledResponse
impl Sync for SndFileCancelledResponse
impl Unpin for SndFileCancelledResponse
impl UnwindSafe for SndFileCancelledResponse
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