Enum opensrv_clickhouse::errors::FromSqlError
source · pub enum FromSqlError {
InvalidType {
src: Cow<'static, str>,
dst: Cow<'static, str>,
},
OutOfRange,
UnsupportedOperation,
}Expand description
This type enumerates cast from sql type errors.
Variants§
Trait Implementations§
source§impl Clone for FromSqlError
impl Clone for FromSqlError
source§fn clone(&self) -> FromSqlError
fn clone(&self) -> FromSqlError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FromSqlError
impl Debug for FromSqlError
source§impl Display for FromSqlError
impl Display for FromSqlError
source§impl Error for FromSqlError
impl Error for FromSqlError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()