pub struct Hosts {
pub monitoring: IpAddr,
pub hosts: Vec<Host>,
}Expand description
List of hosts
Fields§
§monitoring: IpAddrPrivate IP address of the monitoring instance
hosts: Vec<Host>Hosts deployed across all regions
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Hosts
impl<'de> Deserialize<'de> for Hosts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Hosts
impl RefUnwindSafe for Hosts
impl Send for Hosts
impl Sync for Hosts
impl Unpin for Hosts
impl UnsafeUnpin for Hosts
impl UnwindSafe for Hosts
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