pub enum SelfTest {
Off,
All,
ManufacturerId(u8),
}
Variants§
Trait Implementations§
impl Copy for SelfTest
impl StructuralPartialEq for SelfTest
Auto Trait Implementations§
impl Freeze for SelfTest
impl RefUnwindSafe for SelfTest
impl Send for SelfTest
impl Sync for SelfTest
impl Unpin for SelfTest
impl UnwindSafe for SelfTest
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