pub struct VpStopped(/* private fields */);
Expand description
An error result that the VP stopped due to request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VpStopped
impl RefUnwindSafe for VpStopped
impl Send for VpStopped
impl Sync for VpStopped
impl Unpin for VpStopped
impl UnwindSafe for VpStopped
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