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