pub struct VisualBell { /* private fields */ }
Implementations§
Source§impl VisualBell
impl VisualBell
Auto Trait Implementations§
impl Freeze for VisualBell
impl RefUnwindSafe for VisualBell
impl Send for VisualBell
impl Sync for VisualBell
impl Unpin for VisualBell
impl UnwindSafe for VisualBell
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