#[repr(C)]pub enum TwigFormat {
Djot = 1,
Markdown = 2,
Xml = 3,
Html = 4,
}Variants§
Trait Implementations§
Source§impl Clone for TwigFormat
impl Clone for TwigFormat
Source§fn clone(&self) -> TwigFormat
fn clone(&self) -> TwigFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TwigFormat
Source§impl Debug for TwigFormat
impl Debug for TwigFormat
impl Eq for TwigFormat
Source§impl PartialEq for TwigFormat
impl PartialEq for TwigFormat
impl StructuralPartialEq for TwigFormat
Auto Trait Implementations§
impl Freeze for TwigFormat
impl RefUnwindSafe for TwigFormat
impl Send for TwigFormat
impl Sync for TwigFormat
impl Unpin for TwigFormat
impl UnsafeUnpin for TwigFormat
impl UnwindSafe for TwigFormat
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