pub struct Let<'i> {
pub name: &'i str,
pub rule: Rule<'i>,
pub name_span: Span,
}
Fields§
§name: &'i str
§rule: Rule<'i>
§name_span: Span
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for Let<'i>
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§
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