pub struct RcvFileAcceptedSndCancelledResponse {
pub user: User,
pub rcv_file_transfer: RcvFileTransfer,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: User§rcv_file_transfer: RcvFileTransfer§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for RcvFileAcceptedSndCancelledResponse
impl Clone for RcvFileAcceptedSndCancelledResponse
Source§fn clone(&self) -> RcvFileAcceptedSndCancelledResponse
fn clone(&self) -> RcvFileAcceptedSndCancelledResponse
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<'de> Deserialize<'de> for RcvFileAcceptedSndCancelledResponse
impl<'de> Deserialize<'de> for RcvFileAcceptedSndCancelledResponse
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 RcvFileAcceptedSndCancelledResponse
impl PartialEq for RcvFileAcceptedSndCancelledResponse
Source§fn eq(&self, other: &RcvFileAcceptedSndCancelledResponse) -> bool
fn eq(&self, other: &RcvFileAcceptedSndCancelledResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RcvFileAcceptedSndCancelledResponse
Auto Trait Implementations§
impl Freeze for RcvFileAcceptedSndCancelledResponse
impl RefUnwindSafe for RcvFileAcceptedSndCancelledResponse
impl Send for RcvFileAcceptedSndCancelledResponse
impl Sync for RcvFileAcceptedSndCancelledResponse
impl Unpin for RcvFileAcceptedSndCancelledResponse
impl UnwindSafe for RcvFileAcceptedSndCancelledResponse
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