pub struct ExpirationError;Available on crate feature
component-model-async only.Expand description
Returned when the guest failed to produce a response before the expiration
returned by HandlerState::on_request_start elapsed.
Trait Implementations§
Source§impl Debug for ExpirationError
impl Debug for ExpirationError
Source§impl Display for ExpirationError
impl Display for ExpirationError
Source§impl Error for ExpirationError
impl Error for ExpirationError
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 ExpirationError
impl RefUnwindSafe for ExpirationError
impl Send for ExpirationError
impl Sync for ExpirationError
impl Unpin for ExpirationError
impl UnsafeUnpin for ExpirationError
impl UnwindSafe for ExpirationError
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