pub struct AlertState {
pub activity: bool,
pub bell: bool,
pub silence: bool,
pub unseen_output: bool,
}Fields§
§activity: bool§bell: bool§silence: bool§unseen_output: boolTrait Implementations§
Source§impl Clone for AlertState
impl Clone for AlertState
Source§fn clone(&self) -> AlertState
fn clone(&self) -> AlertState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlertState
impl Debug for AlertState
Source§impl Default for AlertState
impl Default for AlertState
Source§fn default() -> AlertState
fn default() -> AlertState
Returns the “default value” for a type. Read more
Source§impl PartialEq for AlertState
impl PartialEq for AlertState
impl Copy for AlertState
impl Eq for AlertState
impl StructuralPartialEq for AlertState
Auto Trait Implementations§
impl Freeze for AlertState
impl RefUnwindSafe for AlertState
impl Send for AlertState
impl Sync for AlertState
impl Unpin for AlertState
impl UnsafeUnpin for AlertState
impl UnwindSafe for AlertState
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