pub struct ArrayDim {
pub bracket_span: (Span, Span),
pub annotations: Vec<Annotation>,
}Expand description
A single array dimension [] with optional annotations.
Fields§
§bracket_span: (Span, Span)§annotations: Vec<Annotation>Trait Implementations§
impl Eq for ArrayDim
impl StructuralPartialEq for ArrayDim
Auto Trait Implementations§
impl Freeze for ArrayDim
impl RefUnwindSafe for ArrayDim
impl Send for ArrayDim
impl Sync for ArrayDim
impl Unpin for ArrayDim
impl UnsafeUnpin for ArrayDim
impl UnwindSafe for ArrayDim
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more