Enum qldb::QldbExtractError [−][src]
pub enum QldbExtractError {
BadDataType(Box<dyn Error + Send + Sync + 'static>),
MissingProperty(String),
NotADocument(IonValue),
}Variants
BadDataType(Box<dyn Error + Send + Sync + 'static>)
MissingProperty(String)
Tuple Fields
0: StringNotADocument(IonValue)
Tuple Fields
0: IonValueTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for QldbExtractError
impl Send for QldbExtractError
impl Sync for QldbExtractError
impl Unpin for QldbExtractError
impl !UnwindSafe for QldbExtractError
Blanket Implementations
Mutably borrows from an owned value. Read more
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
