[][src]Struct ak::context::ContextRef

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

Methods from Deref<Target = Context<A>>

pub fn sender(&self) -> Sender<BoxEnvelope<A>>[src]

pub fn stop(&mut self)[src]

Trait Implementations

impl<A: Actor> DerefMut for ContextRef<A>[src]

impl<A: Actor> Deref for ContextRef<A>[src]

type Target = Context<A>

The resulting type after dereferencing.

Auto Trait Implementations

impl<A> !Send for ContextRef<A>

impl<A> Unpin for ContextRef<A>

impl<A> !Sync for ContextRef<A>

impl<A> !UnwindSafe for ContextRef<A>

impl<A> !RefUnwindSafe for ContextRef<A>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]