Enum fuel_core::database::KvStoreError
source · [−]Variants
Error(Box<dyn Error + Send + Sync>)
NotFound
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for KvStoreError
impl Send for KvStoreError
impl Sync for KvStoreError
impl Unpin for KvStoreError
impl !UnwindSafe for KvStoreError
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