pub struct AnyAddr { /* private fields */ }Expand description
A type-erased capability handle for routing pre-built envelopes without knowing the message type. Used internally by the transport and routing layers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyAddr
impl !RefUnwindSafe for AnyAddr
impl Send for AnyAddr
impl Sync for AnyAddr
impl Unpin for AnyAddr
impl UnsafeUnpin for AnyAddr
impl !UnwindSafe for AnyAddr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more