pub enum BellStyle {
Audible,
None,
Visible,
}
Expand description
Beep or flash or nothing
Variants§
Trait Implementations§
source§impl Default for BellStyle
impl Default for BellStyle
Audible
by default on unix (overridden by current Terminal settings).
None
on windows.
source§impl PartialEq for BellStyle
impl PartialEq for BellStyle
impl Copy for BellStyle
impl Eq for BellStyle
impl StructuralPartialEq for BellStyle
Auto Trait Implementations§
impl Freeze for BellStyle
impl RefUnwindSafe for BellStyle
impl Send for BellStyle
impl Sync for BellStyle
impl Unpin for BellStyle
impl UnwindSafe for BellStyle
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)