Struct jsonrpc_pubsub::manager::RandomStringIdProvider [−][src]
pub struct RandomStringIdProvider { /* fields omitted */ }
Expand description
Used to generate random strings for use as subscription IDs.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RandomStringIdProvider
impl Send for RandomStringIdProvider
impl Sync for RandomStringIdProvider
impl Unpin for RandomStringIdProvider
impl UnwindSafe for RandomStringIdProvider
Blanket Implementations
Mutably borrows from an owned value. Read more