pub struct CstStatForIn<'ast> {
pub variable_annotation_colons: &'ast [Position],
pub variable_commas: &'ast [Position],
pub value_commas: &'ast [Position],
}Fields§
§variable_annotation_colons: &'ast [Position]§variable_commas: &'ast [Position]§value_commas: &'ast [Position]Trait Implementations§
Source§impl<'ast> Clone for CstStatForIn<'ast>
impl<'ast> Clone for CstStatForIn<'ast>
Source§fn clone(&self) -> CstStatForIn<'ast>
fn clone(&self) -> CstStatForIn<'ast>
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<'ast> Debug for CstStatForIn<'ast>
impl<'ast> Debug for CstStatForIn<'ast>
Source§impl<'ast> PartialEq for CstStatForIn<'ast>
impl<'ast> PartialEq for CstStatForIn<'ast>
impl<'ast> StructuralPartialEq for CstStatForIn<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for CstStatForIn<'ast>
impl<'ast> RefUnwindSafe for CstStatForIn<'ast>
impl<'ast> Send for CstStatForIn<'ast>
impl<'ast> Sync for CstStatForIn<'ast>
impl<'ast> Unpin for CstStatForIn<'ast>
impl<'ast> UnsafeUnpin for CstStatForIn<'ast>
impl<'ast> UnwindSafe for CstStatForIn<'ast>
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