pub enum Signal {
Reset(ResetSignal),
Activation(ActivationSignal),
FlushChannel,
}
Expand description
A signal to send to the pipeline.
Variants§
Reset(ResetSignal)
Reset the pipeline.
Activation(ActivationSignal)
Hardfork Activation.
FlushChannel
Flush the currently active channel.
Implementations§
Source§impl Signal
impl Signal
Sourcepub const fn with_system_config(self, system_config: SystemConfig) -> Self
pub const fn with_system_config(self, system_config: SystemConfig) -> Self
Sets the SystemConfig for the signal.
Trait Implementations§
impl Copy for Signal
impl Eq for Signal
impl StructuralPartialEq for Signal
Auto Trait Implementations§
impl Freeze for Signal
impl RefUnwindSafe for Signal
impl Send for Signal
impl Sync for Signal
impl Unpin for Signal
impl UnwindSafe for Signal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)