#[non_exhaustive]pub struct AuthCapabilities {
pub password: AuthModeSupport,
pub proxy: AuthModeSupport,
pub external: AuthModeSupport,
pub iam_token: AuthModeSupport,
pub kerberos: AuthModeSupport,
pub radius: AuthModeSupport,
}Expand description
Queryable authentication capability metadata for this build.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.password: AuthModeSupport§proxy: AuthModeSupport§external: AuthModeSupport§iam_token: AuthModeSupport§kerberos: AuthModeSupport§radius: AuthModeSupportImplementations§
Source§impl AuthCapabilities
impl AuthCapabilities
pub fn support(self, mode: AuthModeKind) -> AuthModeSupport
Trait Implementations§
Source§impl Clone for AuthCapabilities
impl Clone for AuthCapabilities
Source§fn clone(&self) -> AuthCapabilities
fn clone(&self) -> AuthCapabilities
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 AuthCapabilities
Source§impl Debug for AuthCapabilities
impl Debug for AuthCapabilities
impl Eq for AuthCapabilities
Source§impl PartialEq for AuthCapabilities
impl PartialEq for AuthCapabilities
impl StructuralPartialEq for AuthCapabilities
Auto Trait Implementations§
impl Freeze for AuthCapabilities
impl RefUnwindSafe for AuthCapabilities
impl Send for AuthCapabilities
impl Sync for AuthCapabilities
impl Unpin for AuthCapabilities
impl UnsafeUnpin for AuthCapabilities
impl UnwindSafe for AuthCapabilities
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).