pub struct AuthReuseCache { /* private fields */ }Expand description
Authentication policy for inbound connections. Bounded compatibility authentication state keyed by source IP.
This intentionally lives in the server crate but is only constructed by the pproxy compatibility runtime. Native Eggress listeners continue to authenticate every connection independently.
Implementations§
Auto Trait Implementations§
impl !Freeze for AuthReuseCache
impl RefUnwindSafe for AuthReuseCache
impl Send for AuthReuseCache
impl Sync for AuthReuseCache
impl Unpin for AuthReuseCache
impl UnsafeUnpin for AuthReuseCache
impl UnwindSafe for AuthReuseCache
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