pub struct AttachmentSendResult {
pub message: SendMessageResult,
pub target_kind: String,
pub target_did: String,
pub attachment: UploadedAttachment,
pub manifest: Value,
}Fields§
§message: SendMessageResult§target_kind: String§target_did: String§attachment: UploadedAttachment§manifest: ValueTrait Implementations§
Source§impl Clone for AttachmentSendResult
impl Clone for AttachmentSendResult
Source§fn clone(&self) -> AttachmentSendResult
fn clone(&self) -> AttachmentSendResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AttachmentSendResult
impl Debug for AttachmentSendResult
Source§impl<'de> Deserialize<'de> for AttachmentSendResult
impl<'de> Deserialize<'de> for AttachmentSendResult
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 AttachmentSendResult
impl PartialEq for AttachmentSendResult
Source§fn eq(&self, other: &AttachmentSendResult) -> bool
fn eq(&self, other: &AttachmentSendResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AttachmentSendResult
impl Serialize for AttachmentSendResult
impl StructuralPartialEq for AttachmentSendResult
Auto Trait Implementations§
impl Freeze for AttachmentSendResult
impl RefUnwindSafe for AttachmentSendResult
impl Send for AttachmentSendResult
impl Sync for AttachmentSendResult
impl Unpin for AttachmentSendResult
impl UnsafeUnpin for AttachmentSendResult
impl UnwindSafe for AttachmentSendResult
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