pub enum WriterFormat {
PLAIN_TEXT,
MARKDOWN,
}Variants§
Trait Implementations§
Source§impl Clone for WriterFormat
impl Clone for WriterFormat
Source§fn clone(&self) -> WriterFormat
fn clone(&self) -> WriterFormat
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 WriterFormat
impl Debug for WriterFormat
Source§impl From<&WriterFormat> for Any
impl From<&WriterFormat> for Any
Source§fn from(s: &WriterFormat) -> Any
fn from(s: &WriterFormat) -> Any
Converts to this type from the input type.
Source§impl From<WriterFormat> for Any
impl From<WriterFormat> for Any
Source§fn from(s: WriterFormat) -> Any
fn from(s: WriterFormat) -> Any
Converts to this type from the input type.
Source§impl FromVal for WriterFormat
impl FromVal for WriterFormat
Source§impl PartialEq for WriterFormat
impl PartialEq for WriterFormat
Source§impl PartialOrd for WriterFormat
impl PartialOrd for WriterFormat
impl Copy for WriterFormat
impl StructuralPartialEq for WriterFormat
Auto Trait Implementations§
impl Freeze for WriterFormat
impl RefUnwindSafe for WriterFormat
impl Send for WriterFormat
impl Sync for WriterFormat
impl Unpin for WriterFormat
impl UnwindSafe for WriterFormat
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