pub struct AcceptAll;Expand description
Require PP headers from all connections
Trait Implementations§
Source§impl ConnPolicy for AcceptAll
impl ConnPolicy for AcceptAll
fn evaluate(&self, _peer_addr: SocketAddr) -> PolicyDecision
Auto Trait Implementations§
impl Freeze for AcceptAll
impl RefUnwindSafe for AcceptAll
impl Send for AcceptAll
impl Sync for AcceptAll
impl Unpin for AcceptAll
impl UnsafeUnpin for AcceptAll
impl UnwindSafe for AcceptAll
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