pub enum InfoChangeKind {
LineRequested,
LineReleased,
LineConfigChanged,
}Expand description
Line status change event types.
Variants§
LineRequested
Line has been requested.
LineReleased
Previously requested line has been released.
LineConfigChanged
Line configuration has changed.
Trait Implementations§
Source§impl Clone for InfoChangeKind
impl Clone for InfoChangeKind
Source§fn clone(&self) -> InfoChangeKind
fn clone(&self) -> InfoChangeKind
Returns a copy 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 InfoChangeKind
impl Debug for InfoChangeKind
Source§impl PartialEq for InfoChangeKind
impl PartialEq for InfoChangeKind
impl Copy for InfoChangeKind
impl Eq for InfoChangeKind
impl StructuralPartialEq for InfoChangeKind
Auto Trait Implementations§
impl Freeze for InfoChangeKind
impl RefUnwindSafe for InfoChangeKind
impl Send for InfoChangeKind
impl Sync for InfoChangeKind
impl Unpin for InfoChangeKind
impl UnwindSafe for InfoChangeKind
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