pub struct Observation(/* private fields */);Expand description
Human-readable operational observation attached to evidence-backed workflows.
Observations describe what a source/read-model chain found—such as labor mismatch, customer-experience risk, or revenue leakage—without granting an agent authority to act without the target workflow gate.
Implementations§
Source§impl Observation
impl Observation
Source§impl Observation
impl Observation
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for Observation
impl Clone for Observation
Source§fn clone(&self) -> Observation
fn clone(&self) -> Observation
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 Observation
impl Debug for Observation
Source§impl<'de> Deserialize<'de> for Observation
impl<'de> Deserialize<'de> for Observation
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for Observation
impl Hash for Observation
Source§impl Ord for Observation
impl Ord for Observation
Source§fn cmp(&self, other: &Observation) -> Ordering
fn cmp(&self, other: &Observation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Observation
impl PartialEq for Observation
Source§impl PartialOrd for Observation
impl PartialOrd for Observation
Source§impl Serialize for Observation
impl Serialize for Observation
impl Eq for Observation
impl StructuralPartialEq for Observation
Auto Trait Implementations§
impl Freeze for Observation
impl RefUnwindSafe for Observation
impl Send for Observation
impl Sync for Observation
impl Unpin for Observation
impl UnsafeUnpin for Observation
impl UnwindSafe for Observation
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