pub struct OnToolErrorResult {
pub custom_error_message: Option<String>,
}Expand description
antigravity.localharness.OnToolErrorResult
Fields§
§custom_error_message: Option<String>Trait Implementations§
Source§impl Clone for OnToolErrorResult
impl Clone for OnToolErrorResult
Source§fn clone(&self) -> OnToolErrorResult
fn clone(&self) -> OnToolErrorResult
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 OnToolErrorResult
impl Debug for OnToolErrorResult
Source§impl Default for OnToolErrorResult
impl Default for OnToolErrorResult
Source§fn default() -> OnToolErrorResult
fn default() -> OnToolErrorResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OnToolErrorResult
impl<'de> Deserialize<'de> for OnToolErrorResult
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 PartialEq for OnToolErrorResult
impl PartialEq for OnToolErrorResult
Source§impl Serialize for OnToolErrorResult
impl Serialize for OnToolErrorResult
impl StructuralPartialEq for OnToolErrorResult
Auto Trait Implementations§
impl Freeze for OnToolErrorResult
impl RefUnwindSafe for OnToolErrorResult
impl Send for OnToolErrorResult
impl Sync for OnToolErrorResult
impl Unpin for OnToolErrorResult
impl UnsafeUnpin for OnToolErrorResult
impl UnwindSafe for OnToolErrorResult
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