pub struct VerifiedCandidateNonactivation { /* private fields */ }Implementations§
Source§impl VerifiedCandidateNonactivation
impl VerifiedCandidateNonactivation
pub fn from_verified_merge_winner( candidate: StoreBatchCommitDeletionTarget, winner_head: StoreDeviceHeadRef, winner_commit: StoreBatchCommitRef, ) -> Result<Self, RemoteObjectRecordError>
pub fn from_verified_membership_grant_revocation( durable: CandidateNonactivation, candidate: StoreBatchCommitRef, head: VerifiedCandidateHead, ) -> Result<Self, RemoteObjectRecordError>
pub fn dependency_retraction( dependency: &Self, candidate: StoreBatchCommitDeletionTarget, author: &StoreDeviceRegistration, activation_head_object: ExactObjectRef, ) -> Result<Self, RemoteObjectRecordError>
pub fn candidate_reference( &self, ) -> Result<StoreBatchCommitRef, RemoteObjectRecordError>
pub fn proof(&self) -> &CandidateNonactivationProof
pub fn merge_winner_commit( &self, ) -> Result<&StoreBatchCommitRef, RemoteObjectRecordError>
pub fn into_durable(self) -> CandidateNonactivation
pub fn into_terminal_head_nonactivation( self, ) -> Result<(CandidateNonactivation, VerifiedCandidateHeadNonactivation), RemoteObjectRecordError>
Trait Implementations§
Source§impl Clone for VerifiedCandidateNonactivation
impl Clone for VerifiedCandidateNonactivation
Source§fn clone(&self) -> VerifiedCandidateNonactivation
fn clone(&self) -> VerifiedCandidateNonactivation
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 PartialEq for VerifiedCandidateNonactivation
impl PartialEq for VerifiedCandidateNonactivation
Source§fn eq(&self, other: &VerifiedCandidateNonactivation) -> bool
fn eq(&self, other: &VerifiedCandidateNonactivation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VerifiedCandidateNonactivation
impl StructuralPartialEq for VerifiedCandidateNonactivation
Auto Trait Implementations§
impl Freeze for VerifiedCandidateNonactivation
impl RefUnwindSafe for VerifiedCandidateNonactivation
impl Send for VerifiedCandidateNonactivation
impl Sync for VerifiedCandidateNonactivation
impl Unpin for VerifiedCandidateNonactivation
impl UnsafeUnpin for VerifiedCandidateNonactivation
impl UnwindSafe for VerifiedCandidateNonactivation
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
Checks if this value is equivalent to the given key. Read more
§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.