pub enum RichFormat {
Html,
Rtf,
}Expand description
Explicit format tag for a rich-text payload.
Reserved for future use — currently not attached to payload fields, but preserved in the public API for upcoming typed format annotations.
Variants§
Trait Implementations§
Source§impl Clone for RichFormat
impl Clone for RichFormat
Source§fn clone(&self) -> RichFormat
fn clone(&self) -> RichFormat
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 Debug for RichFormat
impl Debug for RichFormat
Source§impl PartialEq for RichFormat
impl PartialEq for RichFormat
impl Copy for RichFormat
impl Eq for RichFormat
impl StructuralPartialEq for RichFormat
Auto Trait Implementations§
impl Freeze for RichFormat
impl RefUnwindSafe for RichFormat
impl Send for RichFormat
impl Sync for RichFormat
impl Unpin for RichFormat
impl UnsafeUnpin for RichFormat
impl UnwindSafe for RichFormat
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