pub struct ServeArgs {
pub paths: Paths,
pub stop: bool,
}Expand description
Args specific to vs serve. paths is the resolved daemon home.
Fields§
§paths: Paths§stop: boolIf true, do not start a daemon — instead, read the PID file, send SIGTERM, and wait for the socket to disappear.
Auto Trait Implementations§
impl Freeze for ServeArgs
impl RefUnwindSafe for ServeArgs
impl Send for ServeArgs
impl Sync for ServeArgs
impl Unpin for ServeArgs
impl UnsafeUnpin for ServeArgs
impl UnwindSafe for ServeArgs
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