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§