pub enum ResetComplete {}Expand description
Reset command completion was observed and readiness is required.
Trait Implementations§
Source§impl Debug for ResetComplete
impl Debug for ResetComplete
Source§impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for ResetComplete
impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for ResetComplete
Source§type ProtocolPhase = ResetComplete
type ProtocolPhase = ResetComplete
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<ResetCompleteExternalMessage>
type Message = TypedBackendMessage<ResetCompleteExternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for ResetComplete
impl RefUnwindSafe for ResetComplete
impl Send for ResetComplete
impl Sync for ResetComplete
impl Unpin for ResetComplete
impl UnsafeUnpin for ResetComplete
impl UnwindSafe for ResetComplete
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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