pub struct DeferStmt {
pub defer: usize,
pub call: Expr,
}
Fields§
§defer: usize
§call: Expr
Trait Implementations§
Auto Trait Implementations§
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