pub struct ToolEnvelopeFail {
pub success: bool,
pub code: String,
pub error: String,
pub hint: Option<String>,
}Fields§
§success: bool§code: String§error: String§hint: Option<String>Trait Implementations§
Source§impl Clone for ToolEnvelopeFail
impl Clone for ToolEnvelopeFail
Source§impl Debug for ToolEnvelopeFail
impl Debug for ToolEnvelopeFail
Auto Trait Implementations§
impl Freeze for ToolEnvelopeFail
impl RefUnwindSafe for ToolEnvelopeFail
impl Send for ToolEnvelopeFail
impl Sync for ToolEnvelopeFail
impl Unpin for ToolEnvelopeFail
impl UnsafeUnpin for ToolEnvelopeFail
impl UnwindSafe for ToolEnvelopeFail
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