pub struct Blocklist { /* private fields */ }Expand description
A thread-safe list of blocked IPv4 addresses.
Implementations§
Auto Trait Implementations§
impl !Freeze for Blocklist
impl RefUnwindSafe for Blocklist
impl Send for Blocklist
impl Sync for Blocklist
impl Unpin for Blocklist
impl UnsafeUnpin for Blocklist
impl UnwindSafe for Blocklist
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