pub enum ServerGssDecision {}Expand description
Server role must accept or reject a client’s GSSENCRequest.
Trait Implementations§
Source§impl Debug for ServerGssDecision
impl Debug for ServerGssDecision
Source§impl TypedOutboundPhase<ServerRole, EncryptionReply> for ServerGssDecision
impl TypedOutboundPhase<ServerRole, EncryptionReply> for ServerGssDecision
Source§type ProtocolPhase = GssDecision
type ProtocolPhase = GssDecision
Generated grammar phase corresponding to the connection typestate.
Source§type Message = GssDecisionInternalMessage
type Message = GssDecisionInternalMessage
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl Freeze for ServerGssDecision
impl RefUnwindSafe for ServerGssDecision
impl Send for ServerGssDecision
impl Sync for ServerGssDecision
impl Unpin for ServerGssDecision
impl UnsafeUnpin for ServerGssDecision
impl UnwindSafe for ServerGssDecision
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