pub struct ExpectedIdentFoundReserved { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ExpectedIdentFoundReserved
impl Debug for ExpectedIdentFoundReserved
Source§impl From<ExpectedIdentFoundReserved> for Error
impl From<ExpectedIdentFoundReserved> for Error
Source§fn from(e: ExpectedIdentFoundReserved) -> Self
fn from(e: ExpectedIdentFoundReserved) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExpectedIdentFoundReserved
impl RefUnwindSafe for ExpectedIdentFoundReserved
impl Send for ExpectedIdentFoundReserved
impl Sync for ExpectedIdentFoundReserved
impl Unpin for ExpectedIdentFoundReserved
impl UnwindSafe for ExpectedIdentFoundReserved
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