#[repr(C)]pub enum cmark_delim_type {
CMARK_NO_DELIM = 0,
CMARK_PERIOD_DELIM = 1,
CMARK_PAREN_DELIM = 2,
}Variants§
Trait Implementations§
Source§impl Clone for cmark_delim_type
impl Clone for cmark_delim_type
Source§fn clone(&self) -> cmark_delim_type
fn clone(&self) -> cmark_delim_type
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 PartialEq for cmark_delim_type
impl PartialEq for cmark_delim_type
impl Copy for cmark_delim_type
impl Eq for cmark_delim_type
impl StructuralPartialEq for cmark_delim_type
Auto Trait Implementations§
impl Freeze for cmark_delim_type
impl RefUnwindSafe for cmark_delim_type
impl Send for cmark_delim_type
impl Sync for cmark_delim_type
impl Unpin for cmark_delim_type
impl UnwindSafe for cmark_delim_type
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