pub enum FenceStyle {
Backtick,
Tilde,
}Expand description
Fence marker options for code blocks.
Variants§
Trait Implementations§
Source§impl Clone for FenceStyle
impl Clone for FenceStyle
Source§fn clone(&self) -> FenceStyle
fn clone(&self) -> FenceStyle
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 FenceStyle
impl Eq for FenceStyle
Source§impl Hash for FenceStyle
impl Hash for FenceStyle
Source§impl PartialEq for FenceStyle
impl PartialEq for FenceStyle
Source§fn eq(&self, other: &FenceStyle) -> bool
fn eq(&self, other: &FenceStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FenceStyle
Auto Trait Implementations§
impl Freeze for FenceStyle
impl RefUnwindSafe for FenceStyle
impl Send for FenceStyle
impl Sync for FenceStyle
impl Unpin for FenceStyle
impl UnsafeUnpin for FenceStyle
impl UnwindSafe for FenceStyle
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