pub struct SignalEvent {
pub signals: HashMap<Signal, Vec<StatusId>>,
}
Fields§
§signals: HashMap<Signal, Vec<StatusId>>
Trait Implementations§
Source§impl Clone for SignalEvent
impl Clone for SignalEvent
Source§fn clone(&self) -> SignalEvent
fn clone(&self) -> SignalEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SignalEvent
impl Debug for SignalEvent
Source§impl PartialEq for SignalEvent
impl PartialEq for SignalEvent
impl StructuralPartialEq for SignalEvent
Auto Trait Implementations§
impl Freeze for SignalEvent
impl RefUnwindSafe for SignalEvent
impl Send for SignalEvent
impl Sync for SignalEvent
impl Unpin for SignalEvent
impl UnwindSafe for SignalEvent
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