pub struct OperationSpec {
pub ingress: &'static [Ingress],
pub settle: SettleMode,
pub affinity: Affinity,
}Expand description
Everything the engine needs to know about an operation.
Fields§
§ingress: &'static [Ingress]§settle: SettleMode§affinity: AffinityTrait Implementations§
Source§impl Clone for OperationSpec
impl Clone for OperationSpec
impl Copy for OperationSpec
Auto Trait Implementations§
impl Freeze for OperationSpec
impl RefUnwindSafe for OperationSpec
impl Send for OperationSpec
impl Sync for OperationSpec
impl Unpin for OperationSpec
impl UnsafeUnpin for OperationSpec
impl UnwindSafe for OperationSpec
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