pub enum SignalStrength {
Excellent,
Good,
Fair,
Weak,
}Expand description
Signal strength categories for display
Variants§
Trait Implementations§
Source§impl Clone for SignalStrength
impl Clone for SignalStrength
Source§fn clone(&self) -> SignalStrength
fn clone(&self) -> SignalStrength
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 SignalStrength
impl Debug for SignalStrength
Source§impl PartialEq for SignalStrength
impl PartialEq for SignalStrength
impl Copy for SignalStrength
impl Eq for SignalStrength
impl StructuralPartialEq for SignalStrength
Auto Trait Implementations§
impl Freeze for SignalStrength
impl RefUnwindSafe for SignalStrength
impl Send for SignalStrength
impl Sync for SignalStrength
impl Unpin for SignalStrength
impl UnwindSafe for SignalStrength
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