pub struct MessageStandardAttachmentField {
pub short: Option<bool>,
pub title: Option<String>,
pub value: Option<String>,
}Fields§
§short: Option<bool>§title: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for MessageStandardAttachmentField
impl Clone for MessageStandardAttachmentField
Source§fn clone(&self) -> MessageStandardAttachmentField
fn clone(&self) -> MessageStandardAttachmentField
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 MessageStandardAttachmentField
impl<'de> Deserialize<'de> for MessageStandardAttachmentField
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 MessageStandardAttachmentField
impl RefUnwindSafe for MessageStandardAttachmentField
impl Send for MessageStandardAttachmentField
impl Sync for MessageStandardAttachmentField
impl Unpin for MessageStandardAttachmentField
impl UnwindSafe for MessageStandardAttachmentField
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