Enum blockify::chain::ChainError
source · pub enum ChainError {
SerdeError(SerdeError),
DataBaseError(DataBaseError),
AbsentValue,
Unspecified,
}Variants§
Trait Implementations§
source§impl Clone for ChainError
impl Clone for ChainError
source§fn clone(&self) -> ChainError
fn clone(&self) -> ChainError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ChainError
impl Debug for ChainError
source§impl From<BlockError> for ChainError
impl From<BlockError> for ChainError
source§fn from(value: BlockError) -> Self
fn from(value: BlockError) -> Self
Converts to this type from the input type.
source§impl From<ChainError> for BlockError
impl From<ChainError> for BlockError
source§fn from(value: ChainError) -> Self
fn from(value: ChainError) -> Self
Converts to this type from the input type.
impl Copy for ChainError
Auto Trait Implementations§
impl RefUnwindSafe for ChainError
impl Send for ChainError
impl Sync for ChainError
impl Unpin for ChainError
impl UnwindSafe for ChainError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more