pub struct LightpandaLaunchOptions {
pub executable_path: Option<String>,
pub proxy: Option<String>,
pub port: Option<u16>,
}Fields§
§executable_path: Option<String>§proxy: Option<String>§port: Option<u16>Trait Implementations§
Source§impl Default for LightpandaLaunchOptions
impl Default for LightpandaLaunchOptions
Source§fn default() -> LightpandaLaunchOptions
fn default() -> LightpandaLaunchOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LightpandaLaunchOptions
impl RefUnwindSafe for LightpandaLaunchOptions
impl Send for LightpandaLaunchOptions
impl Sync for LightpandaLaunchOptions
impl Unpin for LightpandaLaunchOptions
impl UnsafeUnpin for LightpandaLaunchOptions
impl UnwindSafe for LightpandaLaunchOptions
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