pub struct SerialTransport {
pub stream: Arc<Mutex<SerialStream>>,
}
Fields§
§stream: Arc<Mutex<SerialStream>>
Implementations§
Trait Implementations§
Source§impl Debug for SerialTransport
impl Debug for SerialTransport
Auto Trait Implementations§
impl Freeze for SerialTransport
impl !RefUnwindSafe for SerialTransport
impl Send for SerialTransport
impl Sync for SerialTransport
impl Unpin for SerialTransport
impl !UnwindSafe for SerialTransport
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