pub enum ThoughtSummaryContentType {
Text(TextContent),
Image(ImageContent),
}Expand description
The type oneof of ThoughtSummaryContent, as an owned value.
Variants§
Text(TextContent)
Image(ImageContent)
Trait Implementations§
Source§impl Clone for ThoughtSummaryContentType
impl Clone for ThoughtSummaryContentType
Source§fn clone(&self) -> ThoughtSummaryContentType
fn clone(&self) -> ThoughtSummaryContentType
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 ThoughtSummaryContentType
impl Debug for ThoughtSummaryContentType
impl StructuralPartialEq for ThoughtSummaryContentType
Auto Trait Implementations§
impl Freeze for ThoughtSummaryContentType
impl RefUnwindSafe for ThoughtSummaryContentType
impl Send for ThoughtSummaryContentType
impl Sync for ThoughtSummaryContentType
impl Unpin for ThoughtSummaryContentType
impl UnsafeUnpin for ThoughtSummaryContentType
impl UnwindSafe for ThoughtSummaryContentType
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