pub enum BlfState {
Idle,
Ringing,
Busy,
Held,
Unavailable,
Unknown,
}Expand description
Semantic state of a monitored speed-dial target.
Variants§
Trait Implementations§
impl Copy for BlfState
impl Eq for BlfState
impl StructuralPartialEq for BlfState
Auto Trait Implementations§
impl Freeze for BlfState
impl RefUnwindSafe for BlfState
impl Send for BlfState
impl Sync for BlfState
impl Unpin for BlfState
impl UnsafeUnpin for BlfState
impl UnwindSafe for BlfState
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