pub enum ContractEventScope {
UpstreamAuthored,
PhysicalEdge,
}Expand description
Which delivered rows belong to a contract’s evidence population.
Most contracts certify evidence authored by the journal-owning upstream. Physical-edge diagnostics instead observe every delivered row, including control signals forwarded through that journal.
Variants§
UpstreamAuthored
Only rows whose author resolves to the journal-owning upstream.
PhysicalEdge
Every row physically delivered across the edge.
Trait Implementations§
Source§impl Clone for ContractEventScope
impl Clone for ContractEventScope
impl Copy for ContractEventScope
Source§impl Debug for ContractEventScope
impl Debug for ContractEventScope
impl Eq for ContractEventScope
Source§impl PartialEq for ContractEventScope
impl PartialEq for ContractEventScope
impl StructuralPartialEq for ContractEventScope
Auto Trait Implementations§
impl Freeze for ContractEventScope
impl RefUnwindSafe for ContractEventScope
impl Send for ContractEventScope
impl Sync for ContractEventScope
impl Unpin for ContractEventScope
impl UnsafeUnpin for ContractEventScope
impl UnwindSafe for ContractEventScope
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