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