pub struct Ferrox;Expand description
Marker type identifying ferrox-emitted facts.
Trait Implementations§
Source§impl ProvenanceSource for Ferrox
impl ProvenanceSource for Ferrox
Source§fn as_str(&self) -> &'static str
fn as_str(&self) -> &'static str
Canonical lowercase identifier carried on
ProposedFact.provenance. Stable across the extension’s
public API.Source§fn proposed_fact<T>(
self,
key: ContextKey,
id: impl Into<ProposalId>,
payload: T,
) -> ProposedFactwhere
T: FactPayload + PartialEq,
fn proposed_fact<T>(
self,
key: ContextKey,
id: impl Into<ProposalId>,
payload: T,
) -> ProposedFactwhere
T: FactPayload + PartialEq,
Construct a
ProposedFact stamped with this provenance and
a typed payload.impl Copy for Ferrox
impl Eq for Ferrox
impl StructuralPartialEq for Ferrox
Auto Trait Implementations§
impl Freeze for Ferrox
impl RefUnwindSafe for Ferrox
impl Send for Ferrox
impl Sync for Ferrox
impl Unpin for Ferrox
impl UnsafeUnpin for Ferrox
impl UnwindSafe for Ferrox
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,
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.