pub struct RestartResult {
pub restarted: bool,
}Expand description
ign restart (no --wait) output model.
Fields§
§restarted: boolAlways true — the POST was accepted.
Trait Implementations§
Source§impl Debug for RestartResult
impl Debug for RestartResult
Auto Trait Implementations§
impl Freeze for RestartResult
impl RefUnwindSafe for RestartResult
impl Send for RestartResult
impl Sync for RestartResult
impl Unpin for RestartResult
impl UnsafeUnpin for RestartResult
impl UnwindSafe for RestartResult
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