pub struct IndexLoadOptions {
pub expand_sparse_directories: bool,
}Expand description
Options for loading an index from disk.
Fields§
§expand_sparse_directories: boolIf the index contains sparse directory placeholders, expand them to full file entries.
Trait Implementations§
Source§impl Clone for IndexLoadOptions
impl Clone for IndexLoadOptions
Source§fn clone(&self) -> IndexLoadOptions
fn clone(&self) -> IndexLoadOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexLoadOptions
impl Debug for IndexLoadOptions
Source§impl Default for IndexLoadOptions
impl Default for IndexLoadOptions
impl Copy for IndexLoadOptions
Auto Trait Implementations§
impl Freeze for IndexLoadOptions
impl RefUnwindSafe for IndexLoadOptions
impl Send for IndexLoadOptions
impl Sync for IndexLoadOptions
impl Unpin for IndexLoadOptions
impl UnsafeUnpin for IndexLoadOptions
impl UnwindSafe for IndexLoadOptions
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