pub enum Destruct<'a> {
Space(Space, Row, Col),
Pattern(&'a Pattern<'a>, Row, Col),
Equals(Row, Col),
Body(&'a Expr<'a>, Row, Col),
IndentEquals(Row, Col),
IndentBody(Row, Col),
}Variants§
Space(Space, Row, Col)
Pattern(&'a Pattern<'a>, Row, Col)
Equals(Row, Col)
Body(&'a Expr<'a>, Row, Col)
IndentEquals(Row, Col)
IndentBody(Row, Col)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Destruct<'a>
impl<'a> RefUnwindSafe for Destruct<'a>
impl<'a> Send for Destruct<'a>
impl<'a> Sync for Destruct<'a>
impl<'a> Unpin for Destruct<'a>
impl<'a> UnsafeUnpin for Destruct<'a>
impl<'a> UnwindSafe for Destruct<'a>
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