Enum sim::sim::AlertHandler [−][src]
pub enum AlertHandler { Print, Block, Silence, }
Variants
Just print the alert to STDOUT
Print the alert to STDOUT and don’t proceed until the UI calls clear_alerts()
Don’t do anything
Trait Implementations
impl Clone for AlertHandler
[src]
impl Clone for AlertHandler
[src]fn clone(&self) -> AlertHandler
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for AlertHandler
[src]
impl Default for AlertHandler
[src]fn default() -> AlertHandler
[src]
Auto Trait Implementations
impl RefUnwindSafe for AlertHandler
impl Send for AlertHandler
impl Sync for AlertHandler
impl Unpin for AlertHandler
impl UnwindSafe for AlertHandler
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,