pub struct AgentStepFailInput<'a> {
pub step_id: &'a str,
pub failure_reason: &'a Value,
pub now: i64,
}Fields§
§step_id: &'a str§failure_reason: &'a Value§now: i64Auto Trait Implementations§
impl<'a> Freeze for AgentStepFailInput<'a>
impl<'a> RefUnwindSafe for AgentStepFailInput<'a>
impl<'a> Send for AgentStepFailInput<'a>
impl<'a> Sync for AgentStepFailInput<'a>
impl<'a> Unpin for AgentStepFailInput<'a>
impl<'a> UnsafeUnpin for AgentStepFailInput<'a>
impl<'a> UnwindSafe for AgentStepFailInput<'a>
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