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