pub struct StoppedError {
pub description: String,
}
Fields§
§description: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoppedError
impl RefUnwindSafe for StoppedError
impl Send for StoppedError
impl Sync for StoppedError
impl Unpin for StoppedError
impl UnwindSafe for StoppedError
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