pub struct GoStmt {
pub go: Pos,
pub call: Expr,
}
Fields§
§go: Pos
§call: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoStmt
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