pub struct StructuredFormat;Expand description
Markdown-like structured format with headers and bullet points.
Trait Implementations§
Source§impl Clone for StructuredFormat
impl Clone for StructuredFormat
Source§fn clone(&self) -> StructuredFormat
fn clone(&self) -> StructuredFormat
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 ContextSerializer for StructuredFormat
impl ContextSerializer for StructuredFormat
fn serialize(&self, blocks: &[ContextBlock]) -> String
Source§impl Debug for StructuredFormat
impl Debug for StructuredFormat
impl Copy for StructuredFormat
Auto Trait Implementations§
impl Freeze for StructuredFormat
impl RefUnwindSafe for StructuredFormat
impl Send for StructuredFormat
impl Sync for StructuredFormat
impl Unpin for StructuredFormat
impl UnsafeUnpin for StructuredFormat
impl UnwindSafe for StructuredFormat
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