pub struct DetachReplayApplied { /* private fields */ }Expand description
Applied detach replay transition.
Implementations§
Source§impl DetachReplayApplied
impl DetachReplayApplied
Sourcepub fn into_aggregate(self) -> ClientParticipantAggregate
pub fn into_aggregate(self) -> ClientParticipantAggregate
Releases the resulting client aggregate.
Trait Implementations§
Source§impl Debug for DetachReplayApplied
impl Debug for DetachReplayApplied
impl Eq for DetachReplayApplied
Source§impl PartialEq for DetachReplayApplied
impl PartialEq for DetachReplayApplied
impl StructuralPartialEq for DetachReplayApplied
Auto Trait Implementations§
impl Freeze for DetachReplayApplied
impl RefUnwindSafe for DetachReplayApplied
impl Send for DetachReplayApplied
impl Sync for DetachReplayApplied
impl Unpin for DetachReplayApplied
impl UnsafeUnpin for DetachReplayApplied
impl UnwindSafe for DetachReplayApplied
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