Struct jsonrpc_pubsub::manager::RandomStringIdProvider [−][src]
pub struct RandomStringIdProvider { /* fields omitted */ }Used to generate random strings for use as subscription IDs.
Implementations
impl RandomStringIdProvider[src]
impl RandomStringIdProvider[src]Trait Implementations
impl Clone for RandomStringIdProvider[src]
impl Clone for RandomStringIdProvider[src]fn clone(&self) -> RandomStringIdProvider[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for RandomStringIdProvider[src]
impl Default for RandomStringIdProvider[src]impl Hash for RandomStringIdProvider[src]
impl Hash for RandomStringIdProvider[src]impl IdProvider for RandomStringIdProvider[src]
impl IdProvider for RandomStringIdProvider[src]impl PartialEq<RandomStringIdProvider> for RandomStringIdProvider[src]
impl PartialEq<RandomStringIdProvider> for RandomStringIdProvider[src]