Struct subscript_compiler::frontend::ast::Ann [−][src]
Fields
start: CharIndex
end: CharIndex
data: T
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Ann<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Ann<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more