pub struct Listener<T, Msg, Shutdown = Infallible>(/* private fields */)
where
T: ActorListener<Msg, Shutdown>;Implementations§
Trait Implementations§
Source§impl<T, Msg, Shutdown> Deref for Listener<T, Msg, Shutdown>where
T: ActorListener<Msg, Shutdown>,
impl<T, Msg, Shutdown> Deref for Listener<T, Msg, Shutdown>where
T: ActorListener<Msg, Shutdown>,
Auto Trait Implementations§
impl<T, Msg, Shutdown> Freeze for Listener<T, Msg, Shutdown>where
T: Freeze,
impl<T, Msg, Shutdown> RefUnwindSafe for Listener<T, Msg, Shutdown>
impl<T, Msg, Shutdown> Send for Listener<T, Msg, Shutdown>
impl<T, Msg, Shutdown> Sync for Listener<T, Msg, Shutdown>
impl<T, Msg, Shutdown> Unpin for Listener<T, Msg, Shutdown>
impl<T, Msg, Shutdown> UnwindSafe for Listener<T, Msg, Shutdown>
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