pub struct RetStat {
pub exprs: Vec<Expr>,
}
Fields§
§exprs: Vec<Expr>
Trait Implementations§
impl StructuralPartialEq for RetStat
Auto Trait Implementations§
impl Freeze for RetStat
impl RefUnwindSafe for RetStat
impl Send for RetStat
impl Sync for RetStat
impl Unpin for RetStat
impl UnwindSafe for RetStat
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