pub struct CstStatDo {
pub stats_start: Position,
pub end: Position,
}Fields§
§stats_start: Position§end: PositionTrait Implementations§
impl StructuralPartialEq for CstStatDo
Auto Trait Implementations§
impl Freeze for CstStatDo
impl RefUnwindSafe for CstStatDo
impl Send for CstStatDo
impl Sync for CstStatDo
impl Unpin for CstStatDo
impl UnsafeUnpin for CstStatDo
impl UnwindSafe for CstStatDo
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