Struct pomsky_syntax::exprs::Let
source · [−]Fields
name: &'i str
rule: Rule<'i>
name_span: Span
Implementations
Trait Implementations
Auto Trait Implementations
impl<'i> RefUnwindSafe for Let<'i>
impl<'i> Send for Let<'i>
impl<'i> Sync for Let<'i>
impl<'i> Unpin for Let<'i>
impl<'i> UnwindSafe for Let<'i>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more