pub struct ArrayElementsTail<'t> {
pub comma: Comma<'t>,
pub array_elements_tail_opt: Option<ArrayElementsTailOpt<'t>>,
}Expand description
Type derived for non-terminal ArrayElementsTail
Fields§
§comma: Comma<'t>§array_elements_tail_opt: Option<ArrayElementsTailOpt<'t>>Trait Implementations§
Source§impl<'t> Clone for ArrayElementsTail<'t>
impl<'t> Clone for ArrayElementsTail<'t>
Source§fn clone(&self) -> ArrayElementsTail<'t>
fn clone(&self) -> ArrayElementsTail<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for ArrayElementsTail<'t>
impl<'t> Debug for ArrayElementsTail<'t>
Auto Trait Implementations§
impl<'t> Freeze for ArrayElementsTail<'t>
impl<'t> RefUnwindSafe for ArrayElementsTail<'t>
impl<'t> Send for ArrayElementsTail<'t>
impl<'t> Sync for ArrayElementsTail<'t>
impl<'t> Unpin for ArrayElementsTail<'t>
impl<'t> UnsafeUnpin for ArrayElementsTail<'t>
impl<'t> UnwindSafe for ArrayElementsTail<'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