pub enum CommentStyle {
Show,
Hide,
}Variants§
Trait Implementations§
Source§impl Clone for CommentStyle
impl Clone for CommentStyle
Source§fn clone(&self) -> CommentStyle
fn clone(&self) -> CommentStyle
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 moreimpl Copy for CommentStyle
Source§impl Debug for CommentStyle
impl Debug for CommentStyle
Source§impl Default for CommentStyle
impl Default for CommentStyle
Source§fn default() -> CommentStyle
fn default() -> CommentStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommentStyle
impl PartialEq for CommentStyle
Source§fn eq(&self, other: &CommentStyle) -> bool
fn eq(&self, other: &CommentStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommentStyle
Auto Trait Implementations§
impl Freeze for CommentStyle
impl RefUnwindSafe for CommentStyle
impl Send for CommentStyle
impl Sync for CommentStyle
impl Unpin for CommentStyle
impl UnsafeUnpin for CommentStyle
impl UnwindSafe for CommentStyle
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