pub enum ForVars {
Single(String),
Multi(Vec<String>),
}Expand description
Loop binding list after for (x or k, v or a, b, c).
Variants§
Trait Implementations§
impl StructuralPartialEq for ForVars
Auto Trait Implementations§
impl Freeze for ForVars
impl RefUnwindSafe for ForVars
impl Send for ForVars
impl Sync for ForVars
impl Unpin for ForVars
impl UnwindSafe for ForVars
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