pub struct ScanOptions {
pub target: String,
pub launch: Vec<String>,
pub offline: bool,
}Fields§
§target: String§launch: Vec<String>argv to launch the server for the live catalog pass (pass (c) is skipped when empty). The caller sandbox-wraps it first.
offline: boolAuto Trait Implementations§
impl Freeze for ScanOptions
impl RefUnwindSafe for ScanOptions
impl Send for ScanOptions
impl Sync for ScanOptions
impl Unpin for ScanOptions
impl UnsafeUnpin for ScanOptions
impl UnwindSafe for ScanOptions
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