pub struct BashError {
pub error: ToolError,
}Fields§
§error: ToolErrorTrait Implementations§
Source§impl<'de> Deserialize<'de> for BashError
impl<'de> Deserialize<'de> for BashError
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
Source§impl From<BashError> for BashKillResult
impl From<BashError> for BashKillResult
Source§impl From<BashError> for BashOutputResult
impl From<BashError> for BashOutputResult
Source§impl From<BashError> for BashResult
impl From<BashError> for BashResult
Auto Trait Implementations§
impl Freeze for BashError
impl RefUnwindSafe for BashError
impl Send for BashError
impl Sync for BashError
impl Unpin for BashError
impl UnsafeUnpin for BashError
impl UnwindSafe for BashError
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