Type Alias holochain::prelude::gossip::BloomFilter

source ·
pub type BloomFilter = Bloom<MetaOpKey>;
Expand description

A bloom filter of Kitsune hash types

Aliased Type§

struct BloomFilter { /* private fields */ }

Trait Implementations§

§

impl<T> Clone for Bloom<T>where T: Clone + ?Sized,

§

fn clone(&self) -> Bloom<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Bloom<T>where T: Debug + ?Sized,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Bloom<T>where T: ?Sized,

§

fn deserialize<__D>( __deserializer: __D ) -> Result<Bloom<T>, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Serialize for Bloom<T>where T: ?Sized,

§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more