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: StringIdent(String)Tuple Fields of Ident
0: StringQuote(String)Tuple Fields of Quote
0: StringAnnot(String)Short for Annotation
Tuple Fields of Annot
0: StringDoc 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