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