pub enum HtmlKind {
XHTML,
HTML5,
}
Expand description
Determines which flavor of HTML the Textile
parser will produce.
Check Textile::set_html_kind
for details.
Variants§
Auto Trait Implementations§
impl Freeze for HtmlKind
impl RefUnwindSafe for HtmlKind
impl Send for HtmlKind
impl Sync for HtmlKind
impl Unpin for HtmlKind
impl UnwindSafe for HtmlKind
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