pub struct Webhook { /* private fields */ }
Expand description
Setup of the HTTP server The listening addresses and ports are specified in ExternalDNS, hence they are not exposed to be configurable.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Webhook
impl !RefUnwindSafe for Webhook
impl Send for Webhook
impl Sync for Webhook
impl Unpin for Webhook
impl !UnwindSafe for Webhook
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