Struct bigerror::context::NetworkError
source · pub struct NetworkError;Trait Implementations§
source§impl Debug for NetworkError
impl Debug for NetworkError
source§impl Display for NetworkError
impl Display for NetworkError
source§impl Error for NetworkError
impl Error for NetworkError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 Reportable for NetworkError
impl Reportable for NetworkError
fn report<C: Context>(ctx: C) -> Report<Self>
fn attach<A>(value: A) -> Report<Self>where
A: Display,
fn attach_debug<A>(value: A) -> Report<Self>where
A: Debug,
fn with_kv<K, V>(key: K, value: V) -> Report<Self>
fn with_kv_debug<K, V>(key: K, value: V) -> Report<Self>
fn report_with_kv<K, V, C: Context>(ctx: C, key: K, value: V) -> Report<Self>
fn report_inner<C>(err: impl ToReport<C>) -> Report<Self>where
C: Context,
fn with_field_status<S>(name: &'static str, status: S) -> Report<Self>
fn value() -> Self
fn expected_actual<A: Display>(expected: A, actual: A) -> Report<Self>
fn with_variant<A: Display>(value: A) -> Report<Self>
fn with_variant_debug<A: Debug>(value: A) -> Report<Self>
fn with_type<A>() -> Report<Self>
Auto Trait Implementations§
impl RefUnwindSafe for NetworkError
impl Send for NetworkError
impl Sync for NetworkError
impl Unpin for NetworkError
impl UnwindSafe for NetworkError
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