pub enum SerialConnector {
Auto,
Manual(String, u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for SerialConnector
impl RefUnwindSafe for SerialConnector
impl Send for SerialConnector
impl Sync for SerialConnector
impl Unpin for SerialConnector
impl UnwindSafe for SerialConnector
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