Enum jsonc_parser::ast::CommentKind [−][src]
pub enum CommentKind {
Line,
Block,
}
Expand description
Kind of JSONC comment.
Variants
Line
Block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommentKind
impl Send for CommentKind
impl Sync for CommentKind
impl Unpin for CommentKind
impl UnwindSafe for CommentKind
Blanket Implementations
Mutably borrows from an owned value. Read more