pub struct EventMarkdownDone {
pub extra: BTreeMap<String, Value>,
}Expand description
Terminal event closing a streamed Content.getMarkdown response: every
Content.markdownChunk for the request has been delivered.
[markdownDone]: event Content.markdownDone.
Fields§
§extra: BTreeMap<String, Value>Any additional fields the server reported, preserved losslessly.
Implementations§
Source§impl EventMarkdownDone
impl EventMarkdownDone
pub const IDENTIFIER: &'static str = "Content.markdownDone"
Trait Implementations§
Source§impl Clone for EventMarkdownDone
impl Clone for EventMarkdownDone
Source§fn clone(&self) -> EventMarkdownDone
fn clone(&self) -> EventMarkdownDone
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 CustomEvent for EventMarkdownDone
impl CustomEvent for EventMarkdownDone
Source§impl Debug for EventMarkdownDone
impl Debug for EventMarkdownDone
Source§impl Default for EventMarkdownDone
impl Default for EventMarkdownDone
Source§fn default() -> EventMarkdownDone
fn default() -> EventMarkdownDone
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventMarkdownDone
impl<'de> Deserialize<'de> for EventMarkdownDone
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
Source§impl MethodType for EventMarkdownDone
impl MethodType for EventMarkdownDone
Source§impl PartialEq for EventMarkdownDone
impl PartialEq for EventMarkdownDone
Source§impl Serialize for EventMarkdownDone
impl Serialize for EventMarkdownDone
impl StructuralPartialEq for EventMarkdownDone
Auto Trait Implementations§
impl Freeze for EventMarkdownDone
impl RefUnwindSafe for EventMarkdownDone
impl Send for EventMarkdownDone
impl Sync for EventMarkdownDone
impl Unpin for EventMarkdownDone
impl UnsafeUnpin for EventMarkdownDone
impl UnwindSafe for EventMarkdownDone
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> Event for Twhere
T: SealedEvent,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEventKind for Twhere
T: SealedCustomEventConverter,
impl<T> IntoEventKind for Twhere
T: SealedCustomEventConverter,
Source§fn event_kind() -> EventKindwhere
T: Sized + 'static,
fn event_kind() -> EventKindwhere
T: Sized + 'static,
What kind of event this type is