Enum witx::SExpr [−][src]
pub enum SExpr {
Vec(Vec<SExpr>),
Word(String),
Ident(String),
Quote(String),
Annot(String),
Docs(String, Box<SExpr>),
}
Variants
Word(String)
Tuple Fields of Word
0: String
Ident(String)
Tuple Fields of Ident
0: String
Quote(String)
Tuple Fields of Quote
0: String
Annot(String)
Short for Annotation
Tuple Fields of Annot
0: String
Doc comment
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SExpr
impl UnwindSafe for SExpr
Blanket Implementations
Mutably borrows from an owned value. Read more