pub struct AttachmentBlock {
pub attachment: AttachmentType,
}Expand description
Attachment block wrapper
Contains an attachment of a specific type.
Found in: progress.data.normalizedMessages[].attachment
Fields§
§attachment: AttachmentTypeAttachment type and data
Trait Implementations§
Source§impl Clone for AttachmentBlock
impl Clone for AttachmentBlock
Source§impl Debug for AttachmentBlock
impl Debug for AttachmentBlock
Source§impl<'de> Deserialize<'de> for AttachmentBlock
impl<'de> Deserialize<'de> for AttachmentBlock
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
Auto Trait Implementations§
impl Freeze for AttachmentBlock
impl RefUnwindSafe for AttachmentBlock
impl Send for AttachmentBlock
impl Sync for AttachmentBlock
impl Unpin for AttachmentBlock
impl UnsafeUnpin for AttachmentBlock
impl UnwindSafe for AttachmentBlock
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