pub enum KeepalivePhase {
StartupConfiguration,
AcceptedSocket,
}Expand description
Phase in which keepalive certification failed.
Variants§
StartupConfiguration
Listener startup configuration validation.
AcceptedSocket
Configuration of one accepted participant socket.
Trait Implementations§
Source§impl Clone for KeepalivePhase
impl Clone for KeepalivePhase
Source§fn clone(&self) -> KeepalivePhase
fn clone(&self) -> KeepalivePhase
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 Copy for KeepalivePhase
Source§impl Debug for KeepalivePhase
impl Debug for KeepalivePhase
impl Eq for KeepalivePhase
Source§impl PartialEq for KeepalivePhase
impl PartialEq for KeepalivePhase
impl StructuralPartialEq for KeepalivePhase
Auto Trait Implementations§
impl Freeze for KeepalivePhase
impl RefUnwindSafe for KeepalivePhase
impl Send for KeepalivePhase
impl Sync for KeepalivePhase
impl Unpin for KeepalivePhase
impl UnsafeUnpin for KeepalivePhase
impl UnwindSafe for KeepalivePhase
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