Struct serial_port::DataSenderAlreadyExists
source · pub struct DataSenderAlreadyExists;
Expand description
An empty error type indicating that a data sender could not be set for a serial port because a sender had already been set for it.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataSenderAlreadyExists
impl Send for DataSenderAlreadyExists
impl Sync for DataSenderAlreadyExists
impl Unpin for DataSenderAlreadyExists
impl UnwindSafe for DataSenderAlreadyExists
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