Enum rad::CommentType
source · [−]pub enum CommentType {
None,
Start,
Any,
}Expand description
Comment type
NoComment is for no comment Start is when comment character should be positioned at start of the line Any is when any position is possible
- Example
% Sample -> This is ok for Any,Start
Prior % Next -> This is only ok for Any
Variants
None
Start
Any
Trait Implementations
sourceimpl Debug for CommentType
impl Debug for CommentType
sourceimpl PartialEq<CommentType> for CommentType
impl PartialEq<CommentType> for CommentType
impl StructuralPartialEq for CommentType
Auto Trait Implementations
impl RefUnwindSafe for CommentType
impl Send for CommentType
impl Sync for CommentType
impl Unpin for CommentType
impl UnwindSafe for CommentType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more