pub struct Reachable {
pub name: String,
pub base: Option<String>,
pub enabled: bool,
}Expand description
One [[host]], checked.
Fields§
§name: String§base: Option<String>§enabled: boolTrait Implementations§
impl Eq for Reachable
impl StructuralPartialEq for Reachable
Auto Trait Implementations§
impl Freeze for Reachable
impl RefUnwindSafe for Reachable
impl Send for Reachable
impl Sync for Reachable
impl Unpin for Reachable
impl UnsafeUnpin for Reachable
impl UnwindSafe for Reachable
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