pub struct ProcessTerminated;Available on crate feature
std only.Expand description
The Tendermint process was terminated.
This occurs when the future terminates, either due to being itself dropped or due to its handle being dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessTerminated
impl RefUnwindSafe for ProcessTerminated
impl Send for ProcessTerminated
impl Sync for ProcessTerminated
impl Unpin for ProcessTerminated
impl UnsafeUnpin for ProcessTerminated
impl UnwindSafe for ProcessTerminated
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