pub struct Unusable {
pub host: String,
pub why: String,
}Expand description
A host that exists but cannot be served, and why.
Carried rather than dropped. A host missing from the list with no explanation reads as this daemon having failed to find it, which is a different problem with a different fix.
Fields§
§host: String§why: StringTrait Implementations§
impl Eq for Unusable
impl StructuralPartialEq for Unusable
Auto Trait Implementations§
impl Freeze for Unusable
impl RefUnwindSafe for Unusable
impl Send for Unusable
impl Sync for Unusable
impl Unpin for Unusable
impl UnsafeUnpin for Unusable
impl UnwindSafe for Unusable
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