pub struct WaitExitError {
pub message: Option<String>,
}
Available on crate feature
v5
only.Expand description
WaitExitError container waiting error, if any
Fields§
§message: Option<String>
Details of an error
Trait Implementations§
Source§impl Debug for WaitExitError
impl Debug for WaitExitError
Source§impl Default for WaitExitError
impl Default for WaitExitError
Source§fn default() -> WaitExitError
fn default() -> WaitExitError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WaitExitError
impl<'de> Deserialize<'de> for WaitExitError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WaitExitError
impl RefUnwindSafe for WaitExitError
impl Send for WaitExitError
impl Sync for WaitExitError
impl Unpin for WaitExitError
impl UnwindSafe for WaitExitError
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