Enum solana_accountsdb_plugin_interface::accountsdb_plugin_interface::AccountsDbPluginError [−][src]
pub enum AccountsDbPluginError {
ConfigFileOpenError(Error),
ConfigFileReadError {
msg: String,
},
AccountsUpdateError {
msg: String,
},
SlotStatusUpdateError {
msg: String,
},
Custom(Box<dyn Error + Send + Sync>),
}
Variants
ConfigFileOpenError(Error)
Tuple Fields
0: Error
ConfigFileReadError
Fields
msg: String
AccountsUpdateError
Fields
msg: String
SlotStatusUpdateError
Fields
msg: String
Custom(Box<dyn Error + Send + Sync>)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AccountsDbPluginError
impl Send for AccountsDbPluginError
impl Sync for AccountsDbPluginError
impl Unpin for AccountsDbPluginError
impl !UnwindSafe for AccountsDbPluginError
Blanket Implementations
pub default fn example() -> T
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more
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