pub struct ExecutorAddress { /* private fields */ }
Implementations§
source§impl ExecutorAddress
impl ExecutorAddress
pub fn is_of_type<T: 'static>(&self) -> bool
pub fn to_weak(&self) -> WeakExecutorAddress
Trait Implementations§
source§impl Clone for ExecutorAddress
impl Clone for ExecutorAddress
source§fn clone(&self) -> ExecutorAddress
fn clone(&self) -> ExecutorAddress
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 more