pub struct TextParseModeMarkdown {}
Expand description
The text should be parsed in markdown-style
Trait Implementations§
Source§impl Clone for TextParseModeMarkdown
impl Clone for TextParseModeMarkdown
Source§fn clone(&self) -> TextParseModeMarkdown
fn clone(&self) -> TextParseModeMarkdown
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 TextParseModeMarkdown
impl Debug for TextParseModeMarkdown
Source§impl<'de> Deserialize<'de> for TextParseModeMarkdown
impl<'de> Deserialize<'de> for TextParseModeMarkdown
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
Auto Trait Implementations§
impl Freeze for TextParseModeMarkdown
impl RefUnwindSafe for TextParseModeMarkdown
impl Send for TextParseModeMarkdown
impl Sync for TextParseModeMarkdown
impl Unpin for TextParseModeMarkdown
impl UnwindSafe for TextParseModeMarkdown
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