pub enum AllowScope {
Block,
NextLine,
}Variants§
Block
The next block (paragraph, heading, code block, list group).
NextLine
The single source line immediately after the comment.
Trait Implementations§
Source§impl Clone for AllowScope
impl Clone for AllowScope
Source§fn clone(&self) -> AllowScope
fn clone(&self) -> AllowScope
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 moreSource§impl Debug for AllowScope
impl Debug for AllowScope
Source§impl PartialEq for AllowScope
impl PartialEq for AllowScope
Source§fn eq(&self, other: &AllowScope) -> bool
fn eq(&self, other: &AllowScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AllowScope
impl Eq for AllowScope
impl StructuralPartialEq for AllowScope
Auto Trait Implementations§
impl Freeze for AllowScope
impl RefUnwindSafe for AllowScope
impl Send for AllowScope
impl Sync for AllowScope
impl Unpin for AllowScope
impl UnsafeUnpin for AllowScope
impl UnwindSafe for AllowScope
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