#[non_exhaustive]pub struct AuthSchemeEndpointConfig<'a>(_);Expand description
Endpoint configuration for the selected auth scheme.
This struct gets added to the request state by the auth orchestrator.
Implementations§
Trait Implementations§
source§impl<'a> Clone for AuthSchemeEndpointConfig<'a>
impl<'a> Clone for AuthSchemeEndpointConfig<'a>
source§fn clone(&self) -> AuthSchemeEndpointConfig<'a>
fn clone(&self) -> AuthSchemeEndpointConfig<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for AuthSchemeEndpointConfig<'a>
impl<'a> Send for AuthSchemeEndpointConfig<'a>
impl<'a> Sync for AuthSchemeEndpointConfig<'a>
impl<'a> Unpin for AuthSchemeEndpointConfig<'a>
impl<'a> UnwindSafe for AuthSchemeEndpointConfig<'a>
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