pub struct IndexWorkspaceParams {
pub workspace_uri: Option<String>,
pub disk_cache: bool,
}Fields§
§workspace_uri: Option<String>Workspace root URI (file://…). Accepts legacy camelCase workspaceUri during migration.
disk_cache: boolPersist parse snapshots under .strixonomy/cache/.
Trait Implementations§
Source§impl Debug for IndexWorkspaceParams
impl Debug for IndexWorkspaceParams
Source§impl<'de> Deserialize<'de> for IndexWorkspaceParams
impl<'de> Deserialize<'de> for IndexWorkspaceParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IndexWorkspaceParams
impl RefUnwindSafe for IndexWorkspaceParams
impl Send for IndexWorkspaceParams
impl Sync for IndexWorkspaceParams
impl Unpin for IndexWorkspaceParams
impl UnsafeUnpin for IndexWorkspaceParams
impl UnwindSafe for IndexWorkspaceParams
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