pub struct ExpectedSet { /* private fields */ }Expand description
A sequence of token kinds expected at the current position.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpectedSet
impl RefUnwindSafe for ExpectedSet
impl Send for ExpectedSet
impl Sync for ExpectedSet
impl Unpin for ExpectedSet
impl UnsafeUnpin for ExpectedSet
impl UnwindSafe for ExpectedSet
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