Enum rustyline::config::BellStyle [−][src]
pub enum BellStyle {
Audible,
None,
Visible,
}
Expand description
Beep or flash or nothing
Variants
Audible
Beep
None
Silent
Visible
Flash screen (not supported)
Trait Implementations
Audible
by default on unix (overriden by current Terminal settings).
None
on windows.
Auto Trait Implementations
impl RefUnwindSafe for BellStyle
impl UnwindSafe for BellStyle
Blanket Implementations
Mutably borrows from an owned value. Read more