Struct round_based::async_runtime::watcher::BlindWatcher
source · [−]pub struct BlindWatcher;Available on crate feature
async-runtime only.Expand description
Watcher that doesn’t do anything when event happens
Trait Implementations
sourceimpl<SM> ProtocolWatcher<SM> for BlindWatcher where
SM: StateMachine,
impl<SM> ProtocolWatcher<SM> for BlindWatcher where
SM: StateMachine,
sourcefn caught_non_critical_error(&mut self, _when: When, _err: SM::Err)
fn caught_non_critical_error(&mut self, _when: When, _err: SM::Err)
StateMachine produced a not critical error. Execution continues.
Auto Trait Implementations
impl RefUnwindSafe for BlindWatcher
impl Send for BlindWatcher
impl Sync for BlindWatcher
impl Unpin for BlindWatcher
impl UnwindSafe for BlindWatcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more