pub enum SignalState {
Pending,
Pulsed,
Dropped,
}
Expand description
Described the possible states of a Signal
Variants§
Trait Implementations§
Source§impl Debug for SignalState
impl Debug for SignalState
Source§impl PartialEq for SignalState
impl PartialEq for SignalState
impl Eq for SignalState
impl StructuralPartialEq for SignalState
Auto Trait Implementations§
impl Freeze for SignalState
impl RefUnwindSafe for SignalState
impl Send for SignalState
impl Sync for SignalState
impl Unpin for SignalState
impl UnwindSafe for SignalState
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