pub(crate) struct NonReserved;
Expand description
A struct that can be used to match a non-reserved identifier
Trait Implementations§
Source§impl Clone for NonReserved
impl Clone for NonReserved
Source§fn clone(&self) -> NonReserved
fn clone(&self) -> NonReserved
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Peek for NonReserved
impl Peek for NonReserved
Source§impl PeekExpected for NonReserved
impl PeekExpected for NonReserved
impl Copy for NonReserved
Auto Trait Implementations§
impl Freeze for NonReserved
impl RefUnwindSafe for NonReserved
impl Send for NonReserved
impl Sync for NonReserved
impl Unpin for NonReserved
impl UnwindSafe for NonReserved
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