pub struct ArrayElementsTailView {
pub comma: CommaHandle,
pub array_elements_tail_opt: ArrayElementsTailOptHandle,
}Fields§
§comma: CommaHandle§array_elements_tail_opt: ArrayElementsTailOptHandleTrait Implementations§
Source§impl Clone for ArrayElementsTailView
impl Clone for ArrayElementsTailView
Source§fn clone(&self) -> ArrayElementsTailView
fn clone(&self) -> ArrayElementsTailView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrayElementsTailView
impl Debug for ArrayElementsTailView
Source§impl PartialEq for ArrayElementsTailView
impl PartialEq for ArrayElementsTailView
impl Copy for ArrayElementsTailView
impl Eq for ArrayElementsTailView
impl StructuralPartialEq for ArrayElementsTailView
Auto Trait Implementations§
impl Freeze for ArrayElementsTailView
impl RefUnwindSafe for ArrayElementsTailView
impl Send for ArrayElementsTailView
impl Sync for ArrayElementsTailView
impl Unpin for ArrayElementsTailView
impl UnwindSafe for ArrayElementsTailView
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