pub struct ServiceStopOpts {
pub kill: Option<bool>,
}
Fields§
§kill: Option<bool>
Immediately kill the service without waiting for a graceful exit
Trait Implementations§
Source§impl Debug for ServiceStopOpts
impl Debug for ServiceStopOpts
Source§impl PartialEq for ServiceStopOpts
impl PartialEq for ServiceStopOpts
impl StructuralPartialEq for ServiceStopOpts
Auto Trait Implementations§
impl Freeze for ServiceStopOpts
impl RefUnwindSafe for ServiceStopOpts
impl Send for ServiceStopOpts
impl Sync for ServiceStopOpts
impl Unpin for ServiceStopOpts
impl UnwindSafe for ServiceStopOpts
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