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