Struct romeo::address::Address[][src]

pub struct Address<A: Actor> { /* fields omitted */ }

Methods

impl<A: Actor + 'static> Address<A>
[src]

Trait Implementations

impl<A: Actor> Clone for Address<A>
[src]

Implement a Copy for address, which is just to copy the underlying pointer to the cell

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Actor> Send for Address<A>
[src]

impl<A: Actor> Sync for Address<A>
[src]