pub struct ParseGoalRefError(/* private fields */);Expand description
Why a string was not a goal reference, phrased for whoever wrote it — which
is usually a model reading the message back out of a ToolOutput.
Trait Implementations§
Source§impl Clone for ParseGoalRefError
impl Clone for ParseGoalRefError
Source§fn clone(&self) -> ParseGoalRefError
fn clone(&self) -> ParseGoalRefError
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 ParseGoalRefError
impl Debug for ParseGoalRefError
Source§impl Display for ParseGoalRefError
impl Display for ParseGoalRefError
impl Eq for ParseGoalRefError
Source§impl Error for ParseGoalRefError
impl Error for ParseGoalRefError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ParseGoalRefError
impl PartialEq for ParseGoalRefError
impl StructuralPartialEq for ParseGoalRefError
Auto Trait Implementations§
impl Freeze for ParseGoalRefError
impl RefUnwindSafe for ParseGoalRefError
impl Send for ParseGoalRefError
impl Sync for ParseGoalRefError
impl Unpin for ParseGoalRefError
impl UnsafeUnpin for ParseGoalRefError
impl UnwindSafe for ParseGoalRefError
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