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