pub struct EngineContext {
pub envelope: TaskEnvelope,
}Expand description
Context provided to the engine when requesting the next decision.
Fields§
§envelope: TaskEnvelopeTrait Implementations§
Source§impl Clone for EngineContext
impl Clone for EngineContext
Source§fn clone(&self) -> EngineContext
fn clone(&self) -> EngineContext
Returns a duplicate of the value. Read more
1.0.0 · 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 EngineContext
impl Debug for EngineContext
Source§impl PartialEq for EngineContext
impl PartialEq for EngineContext
impl Eq for EngineContext
impl StructuralPartialEq for EngineContext
Auto Trait Implementations§
impl Freeze for EngineContext
impl RefUnwindSafe for EngineContext
impl Send for EngineContext
impl Sync for EngineContext
impl Unpin for EngineContext
impl UnsafeUnpin for EngineContext
impl UnwindSafe for EngineContext
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