Struct subscript_compiler::compiler::data::CurlyBrace [−][src]
pub struct CurlyBrace<T>(pub Vec<T>);
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CurlyBrace<T> where
T: RefUnwindSafe,
impl<T> Send for CurlyBrace<T> where
T: Send,
impl<T> Sync for CurlyBrace<T> where
T: Sync,
impl<T> Unpin for CurlyBrace<T> where
T: Unpin,
impl<T> UnwindSafe for CurlyBrace<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more