Enum rustc_ast::util::comments::CommentStyle [−][src]
pub enum CommentStyle {
Isolated,
Trailing,
Mixed,
BlankLine,
}
Variants
No code on either side of each line of the comment
Code exists to the left of the comment
Code before /* foo */ and after the comment
Just a manual blank line “\n\n”, for layout
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommentStyle
impl Send for CommentStyle
impl Sync for CommentStyle
impl Unpin for CommentStyle
impl UnwindSafe for CommentStyle
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: 1 byte
Size for each variant:
Isolated
: 0 bytesTrailing
: 0 bytesMixed
: 0 bytesBlankLine
: 0 bytes