pub enum ServerAuthPolicy {}Expand description
Policy is selecting the next GSS, SSPI, or Kerberos authentication action.
Trait Implementations§
Source§impl Debug for ServerAuthPolicy
impl Debug for ServerAuthPolicy
Source§impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerAuthPolicy
impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerAuthPolicy
Source§type ProtocolPhase = TokenPolicy
type ProtocolPhase = TokenPolicy
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<TokenPolicyInternalMessage>
type Message = TypedBackendMessage<TokenPolicyInternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for ServerAuthPolicy
impl RefUnwindSafe for ServerAuthPolicy
impl Send for ServerAuthPolicy
impl Sync for ServerAuthPolicy
impl Unpin for ServerAuthPolicy
impl UnsafeUnpin for ServerAuthPolicy
impl UnwindSafe for ServerAuthPolicy
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