referrerpolicy=no-referrer-when-downgrade
sc_service::config

Trait RpcSubscriptionIdProvider

Source
pub trait RpcSubscriptionIdProvider: IdProvider + DynClone { }
Expand description

Trait for providing subscription IDs that can be cloned.

Trait Implementations§

Source§

impl<'clone> Clone for Box<dyn SubscriptionIdProvider + 'clone>

Source§

fn clone(&self) -> Box<dyn SubscriptionIdProvider + 'clone>

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
Source§

impl<'clone> Clone for Box<dyn SubscriptionIdProvider + Send + 'clone>

Source§

fn clone(&self) -> Box<dyn SubscriptionIdProvider + Send + 'clone>

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
Source§

impl<'clone> Clone for Box<dyn SubscriptionIdProvider + Send + Sync + 'clone>

Source§

fn clone(&self) -> Box<dyn SubscriptionIdProvider + Send + Sync + 'clone>

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
Source§

impl<'clone> Clone for Box<dyn SubscriptionIdProvider + Sync + 'clone>

Source§

fn clone(&self) -> Box<dyn SubscriptionIdProvider + Sync + 'clone>

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

Implementors§