pub enum ThreadRealtimeBemItemPresentation {
WholeItem,
InlineMarkdown,
InlineVisualization {
index: u32,
},
}Expand description
EXPERIMENTAL upstream — how an existing agent item appears in a realtime conversation (0.148).
Variants§
Trait Implementations§
Source§impl Clone for ThreadRealtimeBemItemPresentation
impl Clone for ThreadRealtimeBemItemPresentation
Source§fn clone(&self) -> ThreadRealtimeBemItemPresentation
fn clone(&self) -> ThreadRealtimeBemItemPresentation
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<'de> Deserialize<'de> for ThreadRealtimeBemItemPresentation
impl<'de> Deserialize<'de> for ThreadRealtimeBemItemPresentation
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
impl StructuralPartialEq for ThreadRealtimeBemItemPresentation
Auto Trait Implementations§
impl Freeze for ThreadRealtimeBemItemPresentation
impl RefUnwindSafe for ThreadRealtimeBemItemPresentation
impl Send for ThreadRealtimeBemItemPresentation
impl Sync for ThreadRealtimeBemItemPresentation
impl Unpin for ThreadRealtimeBemItemPresentation
impl UnsafeUnpin for ThreadRealtimeBemItemPresentation
impl UnwindSafe for ThreadRealtimeBemItemPresentation
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