Enum rustfmt_nightly::comment::CommentStyle [−][src]
pub(crate) enum CommentStyle<'a> {
DoubleSlash,
TripleSlash,
Doc,
SingleBullet,
DoubleBullet,
Exclamation,
Custom(&'a str),
}
Variants
Custom(&'a str)
Tuple Fields of Custom
0: &'a str
Implementations
Returns true
if the commenting style covers a line only.
Returns true
if the commenting style can span over multiple lines.
Returns true
if the commenting style is for documentation.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CommentStyle<'a>
impl<'a> Send for CommentStyle<'a>
impl<'a> Sync for CommentStyle<'a>
impl<'a> Unpin for CommentStyle<'a>
impl<'a> UnwindSafe for CommentStyle<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes
Size for each variant:
DoubleSlash
: 0 bytesTripleSlash
: 0 bytesDoc
: 0 bytesSingleBullet
: 0 bytesDoubleBullet
: 0 bytesExclamation
: 0 bytesCustom
: 16 bytes