pub struct ReturnStmt {
pub ret: Pos,
pub results: Vec<Expr>,
}Fields§
§ret: Pos§results: Vec<Expr>Trait Implementations§
Auto Trait Implementations§
impl !Send for ReturnStmt
impl !Sync for ReturnStmt
impl Freeze for ReturnStmt
impl RefUnwindSafe for ReturnStmt
impl Unpin for ReturnStmt
impl UnsafeUnpin for ReturnStmt
impl UnwindSafe for ReturnStmt
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