#[non_exhaustive]pub struct WouldBlockError;
Expand description
The WouldBlockError
error indicates that the serial device was not ready immediately.
Trait Implementations§
Source§impl Clone for WouldBlockError
impl Clone for WouldBlockError
Source§fn clone(&self) -> WouldBlockError
fn clone(&self) -> WouldBlockError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WouldBlockError
impl Debug for WouldBlockError
Source§impl Display for WouldBlockError
impl Display for WouldBlockError
Source§impl PartialEq for WouldBlockError
impl PartialEq for WouldBlockError
impl Eq for WouldBlockError
impl StructuralPartialEq for WouldBlockError
Auto Trait Implementations§
impl Freeze for WouldBlockError
impl RefUnwindSafe for WouldBlockError
impl Send for WouldBlockError
impl Sync for WouldBlockError
impl Unpin for WouldBlockError
impl UnwindSafe for WouldBlockError
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