Struct FallibleSignalFutureError
pub struct FallibleSignalFutureError;
Expand description
Error that might be returned by the FallibleSignalFuture
.
This error is being resolved to when the signal object is freed before the awaited singal is emitted.
Trait Implementations§
§impl Debug for FallibleSignalFutureError
impl Debug for FallibleSignalFutureError
§impl Display for FallibleSignalFutureError
impl Display for FallibleSignalFutureError
§impl Error for FallibleSignalFutureError
impl Error for FallibleSignalFutureError
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()
Auto Trait Implementations§
impl Freeze for FallibleSignalFutureError
impl RefUnwindSafe for FallibleSignalFutureError
impl Send for FallibleSignalFutureError
impl Sync for FallibleSignalFutureError
impl Unpin for FallibleSignalFutureError
impl UnwindSafe for FallibleSignalFutureError
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