pub struct Domain {
pub ipc_endpoint: ListenAddress,
}Expand description
Resolved checks configuration.
Fields§
§ipc_endpoint: ListenAddressAddress the checks pipeline exposes for IPC with the core Agent. This is a Saluki-only field, seeded from the Saluki-only source; it is absent from the Datadog Agent config schema.
Trait Implementations§
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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