pub struct LambdaCase<'tree> {
pub span: Span,
pub alternatives: Option<Alternatives<'tree>>,
}Fields§
§span: Span§alternatives: Option<Alternatives<'tree>>Trait Implementations§
Source§impl<'tree> Clone for LambdaCase<'tree>
impl<'tree> Clone for LambdaCase<'tree>
Source§fn clone(&self) -> LambdaCase<'tree>
fn clone(&self) -> LambdaCase<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for LambdaCase<'tree>
impl<'tree> Debug for LambdaCase<'tree>
Source§impl<'tree> FromNode<'tree> for LambdaCase<'tree>
impl<'tree> FromNode<'tree> for LambdaCase<'tree>
Source§impl<'tree> PartialEq for LambdaCase<'tree>
impl<'tree> PartialEq for LambdaCase<'tree>
Source§impl Spanned for LambdaCase<'_>
impl Spanned for LambdaCase<'_>
impl<'tree> Eq for LambdaCase<'tree>
impl<'tree> StructuralPartialEq for LambdaCase<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for LambdaCase<'tree>
impl<'tree> RefUnwindSafe for LambdaCase<'tree>
impl<'tree> Send for LambdaCase<'tree>
impl<'tree> Sync for LambdaCase<'tree>
impl<'tree> Unpin for LambdaCase<'tree>
impl<'tree> UnsafeUnpin for LambdaCase<'tree>
impl<'tree> UnwindSafe for LambdaCase<'tree>
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