pub enum ForPattern {
Single(ForVar),
Pair(ForVar, ForVar),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForPattern
impl RefUnwindSafe for ForPattern
impl Send for ForPattern
impl Sync for ForPattern
impl Unpin for ForPattern
impl UnwindSafe for ForPattern
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