pub struct VerifiedPendingDetach<'a, V> { /* private fields */ }Expand description
Exact verified view of a pending detach cell.
Implementations§
Source§impl<V: Copy + Eq> VerifiedPendingDetach<'_, V>
impl<V: Copy + Eq> VerifiedPendingDetach<'_, V>
Sourcepub const fn prepare_replay(
self,
conversation_id: ConversationId,
binding_state: BindingState,
observer_progress: DeliverySeq,
) -> PendingReplayRequest<V>
pub const fn prepare_replay( self, conversation_id: ConversationId, binding_state: BindingState, observer_progress: DeliverySeq, ) -> PendingReplayRequest<V>
Prepares exact pending replay after request-verifier matching.
Trait Implementations§
Source§impl<'a, V: Clone> Clone for VerifiedPendingDetach<'a, V>
impl<'a, V: Clone> Clone for VerifiedPendingDetach<'a, V>
Source§fn clone(&self) -> VerifiedPendingDetach<'a, V>
fn clone(&self) -> VerifiedPendingDetach<'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 VerifiedPendingDetach<'a, V>
Auto Trait Implementations§
impl<'a, V> Freeze for VerifiedPendingDetach<'a, V>
impl<'a, V> RefUnwindSafe for VerifiedPendingDetach<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for VerifiedPendingDetach<'a, V>where
V: Sync,
impl<'a, V> Sync for VerifiedPendingDetach<'a, V>where
V: Sync,
impl<'a, V> Unpin for VerifiedPendingDetach<'a, V>
impl<'a, V> UnsafeUnpin for VerifiedPendingDetach<'a, V>
impl<'a, V> UnwindSafe for VerifiedPendingDetach<'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