pub enum BaudMode {
Set,
Verify,
}
Variants§
Trait Implementations§
impl Copy for BaudMode
impl StructuralPartialEq for BaudMode
Auto Trait Implementations§
impl Freeze for BaudMode
impl RefUnwindSafe for BaudMode
impl Send for BaudMode
impl Sync for BaudMode
impl Unpin for BaudMode
impl UnwindSafe for BaudMode
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