pub struct RunningStateChangeEvent {
pub previous_running_state: Option<RelayState>,
pub current_running_state: Option<RelayState>,
}Fields§
§previous_running_state: Option<RelayState>§current_running_state: Option<RelayState>Trait Implementations§
Source§impl Debug for RunningStateChangeEvent
impl Debug for RunningStateChangeEvent
Auto Trait Implementations§
impl Freeze for RunningStateChangeEvent
impl RefUnwindSafe for RunningStateChangeEvent
impl Send for RunningStateChangeEvent
impl Sync for RunningStateChangeEvent
impl Unpin for RunningStateChangeEvent
impl UnsafeUnpin for RunningStateChangeEvent
impl UnwindSafe for RunningStateChangeEvent
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