pub struct Form<'source> {
pub kind: FormKind<'source>,
pub lexeme: Lexeme,
}Fields§
§kind: FormKind<'source>§lexeme: LexemeTrait Implementations§
Auto Trait Implementations§
impl<'source> Freeze for Form<'source>
impl<'source> RefUnwindSafe for Form<'source>
impl<'source> Send for Form<'source>
impl<'source> Sync for Form<'source>
impl<'source> Unpin for Form<'source>
impl<'source> UnwindSafe for Form<'source>
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