Enum glib::main_context_futures::JoinErrorInner
source · enum JoinErrorInner {
Cancelled,
Panic(Box<dyn Any + Send + 'static>),
}
Variants§
Trait Implementations§
source§impl Debug for JoinErrorInner
impl Debug for JoinErrorInner
source§impl Display for JoinErrorInner
impl Display for JoinErrorInner
source§impl Error for JoinErrorInner
impl Error for JoinErrorInner
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<JoinErrorInner> for JoinError
impl From<JoinErrorInner> for JoinError
source§fn from(e: JoinErrorInner) -> Self
fn from(e: JoinErrorInner) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JoinErrorInner
impl !RefUnwindSafe for JoinErrorInner
impl Send for JoinErrorInner
impl !Sync for JoinErrorInner
impl Unpin for JoinErrorInner
impl !UnwindSafe for JoinErrorInner
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