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