pub struct NoAuthProvider {}Implementations§
Trait Implementations§
Source§impl AuthProvider for NoAuthProvider
impl AuthProvider for NoAuthProvider
fn update_config(&mut self, _update: ConfigUpdate)
fn identify_client( &self, head: Parts, _service_id: &str, ) -> Result<(Parts, AuthResult), GatewayAuthError>
Auto Trait Implementations§
impl Freeze for NoAuthProvider
impl RefUnwindSafe for NoAuthProvider
impl Send for NoAuthProvider
impl Sync for NoAuthProvider
impl Unpin for NoAuthProvider
impl UnwindSafe for NoAuthProvider
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