pub struct Type<'src> {
pub first: HashSet<Symbol<'src>>,
pub follow: HashSet<Symbol<'src>>,
pub nullable: bool,
pub guarded: bool,
}Fields§
§first: HashSet<Symbol<'src>>§follow: HashSet<Symbol<'src>>§nullable: bool§guarded: boolTrait Implementations§
impl<'src> Eq for Type<'src>
impl<'src> StructuralPartialEq for Type<'src>
Auto Trait Implementations§
impl<'src> Freeze for Type<'src>
impl<'src> RefUnwindSafe for Type<'src>
impl<'src> Send for Type<'src>
impl<'src> Sync for Type<'src>
impl<'src> Unpin for Type<'src>
impl<'src> UnwindSafe for Type<'src>
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