Enum google_cloud_spanner::row::Error [−][src]
pub enum Error {
KindMismatch(String, String),
NoKind(String),
IntParseError(String, ParseIntError),
DateParseError(String, ParseError),
ByteParseError(String, DecodeError),
DecimalParseError(String, Error),
StructParseError(String, &'static str),
NoColumnFound(String),
InvalidColumnIndex(usize, usize),
InvalidStructColumnIndex(usize),
NoColumnFoundInStruct(String),
}Variants
KindMismatch(String, String)
NoKind(String)
Tuple Fields
0: StringIntParseError(String, ParseIntError)
DateParseError(String, ParseError)
ByteParseError(String, DecodeError)
DecimalParseError(String, Error)
StructParseError(String, &'static str)
NoColumnFound(String)
Tuple Fields
0: StringInvalidColumnIndex(usize, usize)
InvalidStructColumnIndex(usize)
Tuple Fields
0: usizeNoColumnFoundInStruct(String)
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more