Struct jsonrpsee_core::id_providers::NoopIdProvider  
source · pub struct NoopIdProvider;Expand description
No-op implementation to be used for servers that don’t support subscriptions.
Trait Implementations§
source§impl Clone for NoopIdProvider
 
impl Clone for NoopIdProvider
source§fn clone(&self) -> NoopIdProvider
 
fn clone(&self) -> NoopIdProvider
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 NoopIdProvider
 
impl Debug for NoopIdProvider
source§impl IdProvider for NoopIdProvider
 
impl IdProvider for NoopIdProvider
source§fn next_id(&self) -> SubscriptionId<'static>
 
fn next_id(&self) -> SubscriptionId<'static>
Returns the next ID for the subscription.