pub struct V2LetStep {
pub bindings: Vec<(String, V2Expr)>,
}Expand description
v2 Let Step - variable bindings
Fields§
§bindings: Vec<(String, V2Expr)>Trait Implementations§
impl StructuralPartialEq for V2LetStep
Auto Trait Implementations§
impl Freeze for V2LetStep
impl RefUnwindSafe for V2LetStep
impl Send for V2LetStep
impl Sync for V2LetStep
impl Unpin for V2LetStep
impl UnwindSafe for V2LetStep
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