pub enum SeqSyntax {
Pattern(Pattern, Expression),
Decls(Vec<Declaration>),
Expr(Expression),
Empty,
}Variants§
Trait Implementations§
impl StructuralPartialEq for SeqSyntax
Auto Trait Implementations§
impl Freeze for SeqSyntax
impl RefUnwindSafe for SeqSyntax
impl Send for SeqSyntax
impl Sync for SeqSyntax
impl Unpin for SeqSyntax
impl UnwindSafe for SeqSyntax
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