pub enum CommentMode {
Normal,
ExplicitNormal,
DocInner,
DocOuter,
Verbatim,
}Variants§
Trait Implementations§
Source§impl Clone for CommentMode
impl Clone for CommentMode
Source§fn clone(&self) -> CommentMode
fn clone(&self) -> CommentMode
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 CommentMode
impl Debug for CommentMode
Source§impl PartialEq for CommentMode
impl PartialEq for CommentMode
impl Copy for CommentMode
impl StructuralPartialEq for CommentMode
Auto Trait Implementations§
impl Freeze for CommentMode
impl RefUnwindSafe for CommentMode
impl Send for CommentMode
impl Sync for CommentMode
impl Unpin for CommentMode
impl UnwindSafe for CommentMode
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