pub struct FilterAdd {
pub data: Vec<u8>,
}Expand description
filteradd message updates the current filter with new data
Fields§
§data: Vec<u8>The data element to add to the current filter.
Trait Implementations§
Source§impl Decodable for FilterAdd
impl Decodable 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