pub struct VerifiedCommittedDetach<'a, V> { /* private fields */ }Expand description
Exact verified view of a committed detach cell.
Implementations§
Source§impl<V: Copy + Eq> VerifiedCommittedDetach<'_, V>
impl<V: Copy + Eq> VerifiedCommittedDetach<'_, V>
Sourcepub const fn outcome(self, conversation_id: ConversationId) -> DetachCommitted
pub const fn outcome(self, conversation_id: ConversationId) -> DetachCommitted
Replays the stable committed detach result.
Trait Implementations§
Source§impl<'a, V: Clone> Clone for VerifiedCommittedDetach<'a, V>
impl<'a, V: Clone> Clone for VerifiedCommittedDetach<'a, V>
Source§fn clone(&self) -> VerifiedCommittedDetach<'a, V>
fn clone(&self) -> VerifiedCommittedDetach<'a, V>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a, V: Copy> Copy for VerifiedCommittedDetach<'a, V>
Auto Trait Implementations§
impl<'a, V> Freeze for VerifiedCommittedDetach<'a, V>
impl<'a, V> RefUnwindSafe for VerifiedCommittedDetach<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for VerifiedCommittedDetach<'a, V>where
V: Sync,
impl<'a, V> Sync for VerifiedCommittedDetach<'a, V>where
V: Sync,
impl<'a, V> Unpin for VerifiedCommittedDetach<'a, V>
impl<'a, V> UnsafeUnpin for VerifiedCommittedDetach<'a, V>
impl<'a, V> UnwindSafe for VerifiedCommittedDetach<'a, V>where
V: RefUnwindSafe,
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