pub struct IdentifierError { /* private fields */ }
Expand description
Invalid identifier.
Trait Implementationsยง
Sourceยงimpl Debug for IdentifierError
impl Debug for IdentifierError
Sourceยงimpl Display for IdentifierError
impl Display for IdentifierError
Sourceยงimpl From<IdentifierError> for CodegenError
impl From<IdentifierError> for CodegenError
Sourceยงfn from(i: IdentifierError) -> Self
fn from(i: IdentifierError) -> Self
Converts to this type from the input type.
Sourceยงimpl From<IdentifierError> for ExprError
impl From<IdentifierError> for ExprError
Sourceยงfn from(i: IdentifierError) -> Self
fn from(i: IdentifierError) -> Self
Converts to this type from the input type.
Sourceยงimpl PartialEq for IdentifierError
impl PartialEq for IdentifierError
impl StructuralPartialEq for IdentifierError
Auto Trait Implementationsยง
impl Freeze for IdentifierError
impl RefUnwindSafe for IdentifierError
impl Send for IdentifierError
impl Sync for IdentifierError
impl Unpin for IdentifierError
impl UnwindSafe for IdentifierError
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