pub struct N(pub f64);Expand description
N is the number of items expected to be inserted into the bloom filter.
Tuple Fields§
§0: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for N
impl RefUnwindSafe for N
impl Send for N
impl Sync for N
impl Unpin for N
impl UnwindSafe for N
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