pub struct As<'tree> {
pub span: Span,
pub bind: Variable<'tree>,
pub pattern: Pattern<'tree>,
}Fields§
§span: Span§bind: Variable<'tree>§pattern: Pattern<'tree>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for As<'tree>
impl<'tree> RefUnwindSafe for As<'tree>
impl<'tree> Send for As<'tree>
impl<'tree> Sync for As<'tree>
impl<'tree> Unpin for As<'tree>
impl<'tree> UnsafeUnpin for As<'tree>
impl<'tree> UnwindSafe for As<'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