pub struct StmtNone {
pub span: Span,
}Fields§
§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StmtNone
impl RefUnwindSafe for StmtNone
impl Send for StmtNone
impl Sync for StmtNone
impl Unpin for StmtNone
impl UnwindSafe for StmtNone
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