Enum solang_parser::pt::DocComment [−][src]
pub enum DocComment {
Line {
comment: SingleDocComment,
},
Block {
comments: Vec<SingleDocComment>,
},
}Variants
Line
Fields
comment: SingleDocCommentBlock
Fields
comments: Vec<SingleDocComment>Implementations
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 RefUnwindSafe for DocComment
impl Send for DocComment
impl Sync for DocComment
impl Unpin for DocComment
impl UnwindSafe for DocComment
Blanket Implementations
Mutably borrows from an owned value. Read more
