pub enum RawBlockKind {
Pre,
Code,
}Variants§
Trait Implementations§
Source§impl Clone for RawBlockKind
impl Clone for RawBlockKind
Source§fn clone(&self) -> RawBlockKind
fn clone(&self) -> RawBlockKind
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 Debug for RawBlockKind
impl Debug for RawBlockKind
Source§impl PartialEq for RawBlockKind
impl PartialEq for RawBlockKind
impl Copy for RawBlockKind
impl Eq for RawBlockKind
impl StructuralPartialEq for RawBlockKind
Auto Trait Implementations§
impl Freeze for RawBlockKind
impl RefUnwindSafe for RawBlockKind
impl Send for RawBlockKind
impl Sync for RawBlockKind
impl Unpin for RawBlockKind
impl UnsafeUnpin for RawBlockKind
impl UnwindSafe for RawBlockKind
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