pub struct StmtDo {
pub block: Block,
pub span: Span,
}Expand description
do - end statements block
Fields§
§block: Block§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StmtDo
impl RefUnwindSafe for StmtDo
impl Send for StmtDo
impl Sync for StmtDo
impl Unpin for StmtDo
impl UnwindSafe for StmtDo
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