pub struct PurposeCurationCandidate {
pub node: IndexedNode,
pub work_key: String,
pub state_token: String,
}Expand description
One unapproved purpose row bound to deterministic curator work.
Fields§
§node: IndexedNodeCurrent indexed node, purpose, and summary state.
work_key: StringProject/generation/task/path work identity used to coalesce duplicate work.
state_token: StringOpaque token binding conditional apply to this exact unapproved purpose row.
Trait Implementations§
Source§impl Clone for PurposeCurationCandidate
impl Clone for PurposeCurationCandidate
Source§fn clone(&self) -> PurposeCurationCandidate
fn clone(&self) -> PurposeCurationCandidate
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 PurposeCurationCandidate
impl Debug for PurposeCurationCandidate
Source§impl PartialEq for PurposeCurationCandidate
impl PartialEq for PurposeCurationCandidate
Source§impl Serialize for PurposeCurationCandidate
impl Serialize for PurposeCurationCandidate
impl Eq for PurposeCurationCandidate
impl StructuralPartialEq for PurposeCurationCandidate
Auto Trait Implementations§
impl Freeze for PurposeCurationCandidate
impl RefUnwindSafe for PurposeCurationCandidate
impl Send for PurposeCurationCandidate
impl Sync for PurposeCurationCandidate
impl Unpin for PurposeCurationCandidate
impl UnwindSafe for PurposeCurationCandidate
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more