pub struct AgentRecoveryContract { /* private fields */ }Expand description
Declarative contracts bound to a resumable execution.
Custom implementations must update their descriptor versions when behavior changes. This snapshot does not identify compiled code or middleware closures.
Trait Implementations§
Source§impl Clone for AgentRecoveryContract
impl Clone for AgentRecoveryContract
Source§fn clone(&self) -> AgentRecoveryContract
fn clone(&self) -> AgentRecoveryContract
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 AgentRecoveryContract
impl Debug for AgentRecoveryContract
Source§impl<'de> Deserialize<'de> for AgentRecoveryContract
impl<'de> Deserialize<'de> for AgentRecoveryContract
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 AgentRecoveryContract
impl PartialEq for AgentRecoveryContract
Source§impl Serialize for AgentRecoveryContract
impl Serialize for AgentRecoveryContract
impl StructuralPartialEq for AgentRecoveryContract
Auto Trait Implementations§
impl Freeze for AgentRecoveryContract
impl RefUnwindSafe for AgentRecoveryContract
impl Send for AgentRecoveryContract
impl Sync for AgentRecoveryContract
impl Unpin for AgentRecoveryContract
impl UnsafeUnpin for AgentRecoveryContract
impl UnwindSafe for AgentRecoveryContract
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