pub enum RtsMode {
AlwaysEnabled,
Modem,
}Variants§
Trait Implementations§
impl Copy for RtsMode
impl Eq for RtsMode
impl StructuralPartialEq for RtsMode
Auto Trait Implementations§
impl Freeze for RtsMode
impl RefUnwindSafe for RtsMode
impl Send for RtsMode
impl Sync for RtsMode
impl Unpin for RtsMode
impl UnsafeUnpin for RtsMode
impl UnwindSafe for RtsMode
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