[−][src]Struct conjure_error::Timeout
A generic TIMEOUT error.
Implementations
impl Timeout[src]
pub fn new() -> Timeout[src]
Constructs a new instance of the type.
pub fn builder() -> Builder[src]
Returns a new builder.
Trait Implementations
impl Clone for Timeout[src]
impl Copy for Timeout[src]
impl Debug for Timeout[src]
impl<'de> Deserialize<'de> for Timeout[src]
fn deserialize<D>(d: D) -> Result<Timeout, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl Eq for Timeout[src]
impl ErrorType for Timeout[src]
fn code(&self) -> ErrorCode[src]
fn name(&self) -> &str[src]
fn instance_id(&self) -> Option<Uuid>[src]
fn safe_args(&self) -> &'static [&'static str][src]
fn with_instance_id(self, instance_id: Uuid) -> WithInstanceId<Self> where
Self: Sized, [src]
Self: Sized,
impl From<Timeout> for Builder[src]
impl Hash for Timeout[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for Timeout[src]
fn cmp(&self, other: &Timeout) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<Timeout> for Timeout[src]
fn eq(&self, other: &Timeout) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<Timeout> for Timeout[src]
fn partial_cmp(&self, other: &Timeout) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl Serialize for Timeout[src]
impl StructuralEq for Timeout[src]
impl StructuralPartialEq for Timeout[src]
Auto Trait Implementations
impl RefUnwindSafe for Timeout[src]
impl Send for Timeout[src]
impl Sync for Timeout[src]
impl Unpin for Timeout[src]
impl UnwindSafe for Timeout[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,