Struct otter_sql::identifier::IdentifierError
source · 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<IdentifierError> for IdentifierError
impl PartialEq<IdentifierError> for IdentifierError
source§fn eq(&self, other: &IdentifierError) -> bool
fn eq(&self, other: &IdentifierError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.