pub struct FilterAdd {
pub data: Vec<u8>,
}
Expand description
Adds a data element to the bloom filter
Fields§
§data: Vec<u8>
Data element to be added
Implementations§
Trait Implementations§
Source§impl Serializable<FilterAdd> for FilterAdd
impl Serializable<FilterAdd> for FilterAdd
impl Eq for FilterAdd
impl StructuralPartialEq for FilterAdd
Auto Trait Implementations§
impl Freeze for FilterAdd
impl RefUnwindSafe for FilterAdd
impl Send for FilterAdd
impl Sync for FilterAdd
impl Unpin for FilterAdd
impl UnwindSafe for FilterAdd
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