pub struct RunArgs {
pub shutdown_signal: Box<dyn ShutdownSignalWatch>,
}
Expand description
Arguments to configure running of the pingora server.
Fields§
§shutdown_signal: Box<dyn ShutdownSignalWatch>
Signal for initating shutdown
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunArgs
impl !RefUnwindSafe for RunArgs
impl !Send for RunArgs
impl !Sync for RunArgs
impl Unpin for RunArgs
impl !UnwindSafe for RunArgs
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