Enum subscript_compiler::frontend::data::EnclosureKind [−][src]
pub enum EnclosureKind<'a> {
CurlyBrace,
SquareParen,
Parens,
Fragment,
Error {
open: Atom<'a>,
close: Option<Atom<'a>>,
},
}Variants
Intenral - akin to HTML fragment which is just a list of nodes.
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<'a> RefUnwindSafe for EnclosureKind<'a>impl<'a> Send for EnclosureKind<'a>impl<'a> Sync for EnclosureKind<'a>impl<'a> Unpin for EnclosureKind<'a>impl<'a> UnwindSafe for EnclosureKind<'a>Blanket Implementations
Mutably borrows from an owned value. Read more