pub struct DirectedRunStartedAttribution { /* private fields */ }Expand description
Compact admission-stamped identity retained after a directed input’s O(payload) replay material is retired.
Implementations§
Source§impl DirectedRunStartedAttribution
impl DirectedRunStartedAttribution
Sourcepub fn from_input(input: &Input) -> Result<Option<Self>, String>
pub fn from_input(input: &Input) -> Result<Option<Self>, String>
Derive attribution only from a fully validated directed input. Ordinary
FlowStep and PeerMessage inputs return None.
pub fn kind(&self) -> DirectedInputKind
pub fn content_digest(&self) -> &str
Trait Implementations§
Source§impl Clone for DirectedRunStartedAttribution
impl Clone for DirectedRunStartedAttribution
Source§fn clone(&self) -> DirectedRunStartedAttribution
fn clone(&self) -> DirectedRunStartedAttribution
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<'de> Deserialize<'de> for DirectedRunStartedAttribution
impl<'de> Deserialize<'de> for DirectedRunStartedAttribution
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
impl Eq for DirectedRunStartedAttribution
impl StructuralPartialEq for DirectedRunStartedAttribution
Auto Trait Implementations§
impl Freeze for DirectedRunStartedAttribution
impl RefUnwindSafe for DirectedRunStartedAttribution
impl Send for DirectedRunStartedAttribution
impl Sync for DirectedRunStartedAttribution
impl Unpin for DirectedRunStartedAttribution
impl UnsafeUnpin for DirectedRunStartedAttribution
impl UnwindSafe for DirectedRunStartedAttribution
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.