pub enum SingleChainError {
MaximumExtensibility(String, String),
Upstream(String, String),
}Variants§
Trait Implementations§
Source§impl Debug for SingleChainError
impl Debug for SingleChainError
Source§impl Display for SingleChainError
impl Display for SingleChainError
Source§impl From<&SingleChainError> for String
impl From<&SingleChainError> for String
Source§fn from(error: &SingleChainError) -> Self
fn from(error: &SingleChainError) -> Self
Converts to this type from the input type.
Source§impl From<SingleChainError> for String
impl From<SingleChainError> for String
Source§fn from(error: SingleChainError) -> Self
fn from(error: SingleChainError) -> Self
Converts to this type from the input type.
Source§impl From<SingleChainError> for TestError
impl From<SingleChainError> for TestError
Source§fn from(error: SingleChainError) -> Self
fn from(error: SingleChainError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SingleChainError
impl RefUnwindSafe for SingleChainError
impl Send for SingleChainError
impl Sync for SingleChainError
impl Unpin for SingleChainError
impl UnwindSafe for SingleChainError
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