pub struct Stmt {
pub extents: Span,
pub kind: StmtKind,
pub semi: Semi,
}
Expand description
An abstract statement, and associated metadata
Fields§
§extents: Span
§kind: StmtKind
§semi: Semi
Trait Implementations§
source§impl PartialEq for Stmt
impl PartialEq for Stmt
impl Eq for Stmt
impl StructuralPartialEq for Stmt
Auto Trait Implementations§
impl Freeze for Stmt
impl RefUnwindSafe for Stmt
impl Send for Stmt
impl Sync for Stmt
impl Unpin for Stmt
impl UnwindSafe for Stmt
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