pub struct WouldBlockError;
Available on
Linux
only.Trait Implementations§
Source§impl Clone for WouldBlockError
impl Clone for WouldBlockError
Source§fn clone(&self) -> WouldBlockError
fn clone(&self) -> WouldBlockError
Returns a duplicate 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 Error for WouldBlockError
impl Error for WouldBlockError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<WouldBlockError> for TryLockError
impl From<WouldBlockError> for TryLockError
Source§fn from(value: WouldBlockError) -> Self
fn from(value: WouldBlockError) -> Self
Converts to this type from the input type.
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