Struct subscript_compiler::frontend::data::Enclosure [−][src]
pub struct Enclosure<'a, T> { pub kind: EnclosureKind<'a>, pub children: Vec<T>, }
Fields
kind: EnclosureKind<'a>
children: Vec<T>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Enclosure<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for Enclosure<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more