pub struct Array<'t> {
pub array_begin: ArrayBegin<'t>,
pub array_opt: Option<ArrayOpt<'t>>,
pub array_end: ArrayEnd<'t>,
}Expand description
Type derived for non-terminal Array
Fields§
§array_begin: ArrayBegin<'t>§array_opt: Option<ArrayOpt<'t>>§array_end: ArrayEnd<'t>Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for Array<'t>
impl<'t> RefUnwindSafe for Array<'t>
impl<'t> Send for Array<'t>
impl<'t> Sync for Array<'t>
impl<'t> Unpin for Array<'t>
impl<'t> UnsafeUnpin for Array<'t>
impl<'t> UnwindSafe for Array<'t>
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