pub struct DeferStmt {
pub defer: Pos,
pub call: Expr,
}
Fields§
§defer: Pos
§call: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeferStmt
impl RefUnwindSafe for DeferStmt
impl !Send for DeferStmt
impl !Sync for DeferStmt
impl Unpin for DeferStmt
impl UnwindSafe for DeferStmt
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