Struct conjure_error::Timeout
source · pub struct Timeout {}Expand description
A generic TIMEOUT error.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Timeout
impl<'de> Deserialize<'de> for Timeout
source§fn deserialize<D>(d: D) -> Result<Timeout, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<Timeout, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl ErrorType for Timeout
impl ErrorType for Timeout
source§fn instance_id(&self) -> Option<Uuid>
fn instance_id(&self) -> Option<Uuid>
Returns the error’s instance ID, if it stores one. Read more
source§fn safe_args(&self) -> &'static [&'static str]
fn safe_args(&self) -> &'static [&'static str]
Returns a sorted slice of the names of the error’s safe parameters.
source§fn with_instance_id(self, instance_id: Uuid) -> WithInstanceId<Self>where
Self: Sized,
fn with_instance_id(self, instance_id: Uuid) -> WithInstanceId<Self>where
Self: Sized,
Wraps the error in another that overrides its instance ID.
source§impl Ord for Timeout
impl Ord for Timeout
source§impl PartialOrd<Timeout> for Timeout
impl PartialOrd<Timeout> for Timeout
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more