pub struct GoalOrchestration { /* private fields */ }Expand description
Full persisted state for a goal orchestration.
Trait Implementations§
Source§impl Clone for GoalOrchestration
impl Clone for GoalOrchestration
Source§fn clone(&self) -> GoalOrchestration
fn clone(&self) -> GoalOrchestration
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 GoalOrchestration
impl Debug for GoalOrchestration
Source§impl<'de> Deserialize<'de> for GoalOrchestration
impl<'de> Deserialize<'de> for GoalOrchestration
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
Auto Trait Implementations§
impl Freeze for GoalOrchestration
impl RefUnwindSafe for GoalOrchestration
impl Send for GoalOrchestration
impl Sync for GoalOrchestration
impl Unpin for GoalOrchestration
impl UnsafeUnpin for GoalOrchestration
impl UnwindSafe for GoalOrchestration
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