Enum async_abci::Error
source · [−]pub enum Error {
StdIoError(Error),
ProstEncodeError(EncodeError),
ProstDecodeError(DecodeError),
ServerNotBinding,
}Expand description
Error.
Variants
StdIoError(Error)
ProstEncodeError(EncodeError)
ProstDecodeError(DecodeError)
ServerNotBinding
Trait Implementations
sourceimpl From<DecodeError> for Error
impl From<DecodeError> for Error
sourcefn from(e: DecodeError) -> Self
fn from(e: DecodeError) -> Self
Performs the conversion.
sourceimpl From<EncodeError> for Error
impl From<EncodeError> for Error
sourcefn from(e: EncodeError) -> Self
fn from(e: EncodeError) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more