pub enum PendingCandidateRelease {
Retained(RemoteObjectRecord),
DeleteProtocol(ExactObjectRef),
DeleteBlob(StoredBlobRef),
}Expand description
The ownership change for a candidate whose operation has completed. The operation retains its original claims until any returned target has been deleted, then persists this disposition atomically with its completion.
Variants§
Trait Implementations§
Source§impl Clone for PendingCandidateRelease
impl Clone for PendingCandidateRelease
Source§fn clone(&self) -> PendingCandidateRelease
fn clone(&self) -> PendingCandidateRelease
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 PendingCandidateRelease
impl Debug for PendingCandidateRelease
Source§impl PartialEq for PendingCandidateRelease
impl PartialEq for PendingCandidateRelease
impl Eq for PendingCandidateRelease
impl StructuralPartialEq for PendingCandidateRelease
Auto Trait Implementations§
impl Freeze for PendingCandidateRelease
impl RefUnwindSafe for PendingCandidateRelease
impl Send for PendingCandidateRelease
impl Sync for PendingCandidateRelease
impl Unpin for PendingCandidateRelease
impl UnsafeUnpin for PendingCandidateRelease
impl UnwindSafe for PendingCandidateRelease
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.