pub struct SignalKey {
pub data_segment_id: PathSegment,
pub source: String,
pub message: String,
pub signal: String,
}Expand description
A signal key that uniquely identifies a signal
Fields§
§data_segment_id: PathSegment§source: String§message: String§signal: StringImplementations§
Trait Implementations§
impl Eq for SignalKey
impl StructuralPartialEq for SignalKey
Auto Trait Implementations§
impl Freeze for SignalKey
impl RefUnwindSafe for SignalKey
impl Send for SignalKey
impl Sync for SignalKey
impl Unpin for SignalKey
impl UnsafeUnpin for SignalKey
impl UnwindSafe for SignalKey
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