pub struct UnobserveObservableEventWithHandlerMsg {
pub handler_id: u64,
}Fields§
§handler_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnobserveObservableEventWithHandlerMsg
impl RefUnwindSafe for UnobserveObservableEventWithHandlerMsg
impl Send for UnobserveObservableEventWithHandlerMsg
impl Sync for UnobserveObservableEventWithHandlerMsg
impl Unpin for UnobserveObservableEventWithHandlerMsg
impl UnwindSafe for UnobserveObservableEventWithHandlerMsg
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