Enum fire_postgres::table::column::FromDataError
source · pub enum FromDataError {
ExpectedType(&'static str),
Custom(&'static str),
CustomString(String),
}
Variants§
Trait Implementations§
source§impl Debug for FromDataError
impl Debug for FromDataError
source§impl From<DecodeError> for FromDataError
impl From<DecodeError> for FromDataError
source§fn from(e: DecodeError) -> Self
fn from(e: DecodeError) -> Self
Converts to this type from the input type.
source§impl From<FromDataError> for Error
impl From<FromDataError> for Error
source§fn from(e: FromDataError) -> Self
fn from(e: FromDataError) -> Self
Converts to this type from the input type.