Enum comrak::nodes::ListDelimType
source · pub enum ListDelimType {
Period,
Paren,
}
Expand description
The delimiter for ordered lists, i.e. the character which appears after each number.
Variants§
Trait Implementations§
source§impl Clone for ListDelimType
impl Clone for ListDelimType
source§fn clone(&self) -> ListDelimType
fn clone(&self) -> ListDelimType
Returns a copy 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 ListDelimType
impl Debug for ListDelimType
source§impl Default for ListDelimType
impl Default for ListDelimType
source§fn default() -> ListDelimType
fn default() -> ListDelimType
Returns the “default value” for a type. Read more
source§impl PartialEq for ListDelimType
impl PartialEq for ListDelimType
source§fn eq(&self, other: &ListDelimType) -> bool
fn eq(&self, other: &ListDelimType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ListDelimType
impl Eq for ListDelimType
impl StructuralEq for ListDelimType
impl StructuralPartialEq for ListDelimType
Auto Trait Implementations§
impl RefUnwindSafe for ListDelimType
impl Send for ListDelimType
impl Sync for ListDelimType
impl Unpin for ListDelimType
impl UnwindSafe for ListDelimType
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