pub struct CstStatFor {
pub annotation_colon: Position,
pub equals: Position,
pub end_comma: Position,
pub step_comma: Option<Position>,
}Fields§
§annotation_colon: Position§equals: Position§end_comma: Position§step_comma: Option<Position>Trait Implementations§
Source§impl Clone for CstStatFor
impl Clone for CstStatFor
Source§fn clone(&self) -> CstStatFor
fn clone(&self) -> CstStatFor
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 Debug for CstStatFor
impl Debug for CstStatFor
Source§impl PartialEq for CstStatFor
impl PartialEq for CstStatFor
impl StructuralPartialEq for CstStatFor
Auto Trait Implementations§
impl Freeze for CstStatFor
impl RefUnwindSafe for CstStatFor
impl Send for CstStatFor
impl Sync for CstStatFor
impl Unpin for CstStatFor
impl UnsafeUnpin for CstStatFor
impl UnwindSafe for CstStatFor
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