[][src]Struct sv::messages::FilterAdd

pub struct FilterAdd {
    pub data: Vec<u8>,
}

Adds a data element to the bloom filter

Fields

Data element to be added

Methods

impl FilterAdd
[src]

Returns whether the FilterAdd message is valid

Trait Implementations

impl Payload<FilterAdd> for FilterAdd
[src]

impl Serializable<FilterAdd> for FilterAdd
[src]

impl Clone for FilterAdd
[src]

Performs copy-assignment from source. Read more

impl Eq for FilterAdd
[src]

impl Default for FilterAdd
[src]

impl PartialEq<FilterAdd> for FilterAdd
[src]

impl Debug for FilterAdd
[src]

impl Hash for FilterAdd
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for FilterAdd

impl Sync for FilterAdd

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self