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§fn clone(&self) -> ToolEnvelopeFail
fn clone(&self) -> ToolEnvelopeFail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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