pub struct RestartServerRequest {
pub stop_type: Option<String>,
pub timeout: Option<i64>,
pub timeout_action: Option<String>,
pub host: Option<i32>,
}Fields§
§stop_type: Option<String>§timeout: Option<i64>§timeout_action: Option<String>§host: Option<i32>Trait Implementations§
Source§impl Debug for RestartServerRequest
impl Debug for RestartServerRequest
Auto Trait Implementations§
impl Freeze for RestartServerRequest
impl RefUnwindSafe for RestartServerRequest
impl Send for RestartServerRequest
impl Sync for RestartServerRequest
impl Unpin for RestartServerRequest
impl UnwindSafe for RestartServerRequest
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