pub struct IpWhitelist { /* private fields */ }
Expand description
IP whitelist middleware
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpWhitelist
impl RefUnwindSafe for IpWhitelist
impl Send for IpWhitelist
impl Sync for IpWhitelist
impl Unpin for IpWhitelist
impl UnwindSafe for IpWhitelist
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