pub struct RandomStringIdProvider { /* private fields */ }Expand description
Generates random strings of length len as subscription ID.
Implementations§
Trait Implementations§
source§impl Clone for RandomStringIdProvider
 
impl Clone for RandomStringIdProvider
source§fn clone(&self) -> RandomStringIdProvider
 
fn clone(&self) -> RandomStringIdProvider
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for RandomStringIdProvider
 
impl Debug for RandomStringIdProvider
source§impl IdProvider for RandomStringIdProvider
 
impl IdProvider for RandomStringIdProvider
source§fn next_id(&self) -> SubscriptionId<'static>
 
fn next_id(&self) -> SubscriptionId<'static>
Returns the next ID for the subscription.