Enum jrsonnet_parser::LiteralType [−][src]
pub enum LiteralType {
This,
Super,
Dollar,
Null,
True,
False,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiteralTypeimpl Send for LiteralTypeimpl Sync for LiteralTypeimpl Unpin for LiteralTypeimpl UnwindSafe for LiteralTypeBlanket Implementations
Mutably borrows from an owned value. Read more