pub struct CompactFormat;Expand description
Compressed notation using ~3x fewer tokens than JSON.
Format: M|<type>|<salience>|<content>|tags:<comma-separated>
Trait Implementations§
Source§impl Clone for CompactFormat
impl Clone for CompactFormat
Source§fn clone(&self) -> CompactFormat
fn clone(&self) -> CompactFormat
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 CompactFormat
impl ContextSerializer for CompactFormat
fn serialize(&self, blocks: &[ContextBlock]) -> String
Source§impl Debug for CompactFormat
impl Debug for CompactFormat
impl Copy for CompactFormat
Auto Trait Implementations§
impl Freeze for CompactFormat
impl RefUnwindSafe for CompactFormat
impl Send for CompactFormat
impl Sync for CompactFormat
impl Unpin for CompactFormat
impl UnsafeUnpin for CompactFormat
impl UnwindSafe for CompactFormat
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