pub struct TranscriptAttachmentRef {
pub attachment_id: String,
pub kind: Option<String>,
pub summary: Option<String>,
}Fields§
§attachment_id: String§kind: Option<String>§summary: Option<String>Trait Implementations§
Source§impl Clone for TranscriptAttachmentRef
impl Clone for TranscriptAttachmentRef
Source§fn clone(&self) -> TranscriptAttachmentRef
fn clone(&self) -> TranscriptAttachmentRef
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 TranscriptAttachmentRef
impl Debug for TranscriptAttachmentRef
Source§impl Default for TranscriptAttachmentRef
impl Default for TranscriptAttachmentRef
Source§fn default() -> TranscriptAttachmentRef
fn default() -> TranscriptAttachmentRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TranscriptAttachmentRef
impl<'de> Deserialize<'de> for TranscriptAttachmentRef
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 TranscriptAttachmentRef
impl RefUnwindSafe for TranscriptAttachmentRef
impl Send for TranscriptAttachmentRef
impl Sync for TranscriptAttachmentRef
impl Unpin for TranscriptAttachmentRef
impl UnsafeUnpin for TranscriptAttachmentRef
impl UnwindSafe for TranscriptAttachmentRef
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