pub enum RegtestUtilsError {
InvalidPort,
RepetitiveRegtestPortOrRpcportConfs,
RpcClientEstablishmentError(Error),
OsCommandError(Command),
}Expand description
Errors of the crate.
Variants§
InvalidPort
RepetitiveRegtestPortOrRpcportConfs
RpcClientEstablishmentError(Error)
OsCommandError(Command)
Trait Implementations§
source§impl Debug for RegtestUtilsError
impl Debug for RegtestUtilsError
source§impl From<Command> for RegtestUtilsError
impl From<Command> for RegtestUtilsError
Auto Trait Implementations§
impl Freeze for RegtestUtilsError
impl !RefUnwindSafe for RegtestUtilsError
impl Send for RegtestUtilsError
impl Sync for RegtestUtilsError
impl Unpin for RegtestUtilsError
impl !UnwindSafe for RegtestUtilsError
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