pub enum MonitorError {
InvalidContractAddress,
MonitoringFailed,
}
Expand description
Errors that can occur during contract monitoring.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonitorError
impl RefUnwindSafe for MonitorError
impl Send for MonitorError
impl Sync for MonitorError
impl Unpin for MonitorError
impl UnwindSafe for MonitorError
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