pub struct UnobserveObservableEventWithActorMsg {
pub recip: Recipient<ObservableEvent>,
}Fields§
§recip: Recipient<ObservableEvent>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnobserveObservableEventWithActorMsg
impl !RefUnwindSafe for UnobserveObservableEventWithActorMsg
impl Send for UnobserveObservableEventWithActorMsg
impl Sync for UnobserveObservableEventWithActorMsg
impl Unpin for UnobserveObservableEventWithActorMsg
impl !UnwindSafe for UnobserveObservableEventWithActorMsg
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