pub struct SkippedBackend {
pub namespace: String,
pub error: Error,
pub phase: SkippedPhase,
}Expand description
A backend that was skipped during proxy construction.
Fields§
§namespace: StringThe namespace that was assigned to this backend.
error: ErrorThe error that caused the backend to be skipped.
phase: SkippedPhaseThe phase where the failure occurred.
Trait Implementations§
Source§impl Debug for SkippedBackend
impl Debug for SkippedBackend
Auto Trait Implementations§
impl !RefUnwindSafe for SkippedBackend
impl !UnwindSafe for SkippedBackend
impl Freeze for SkippedBackend
impl Send for SkippedBackend
impl Sync for SkippedBackend
impl Unpin for SkippedBackend
impl UnsafeUnpin for SkippedBackend
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