pub struct IndexWriterOptions { /* private fields */ }Implementations§
Source§impl IndexWriterOptions
impl IndexWriterOptions
pub fn new() -> Self
pub fn checksum_seed(&mut self, seed: u32) -> &mut Self
Trait Implementations§
Source§impl Clone for IndexWriterOptions
impl Clone for IndexWriterOptions
Source§fn clone(&self) -> IndexWriterOptions
fn clone(&self) -> IndexWriterOptions
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 IndexWriterOptions
impl Debug for IndexWriterOptions
Source§impl Default for IndexWriterOptions
impl Default for IndexWriterOptions
Source§fn default() -> IndexWriterOptions
fn default() -> IndexWriterOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for IndexWriterOptions
impl PartialEq for IndexWriterOptions
impl Copy for IndexWriterOptions
impl StructuralPartialEq for IndexWriterOptions
Auto Trait Implementations§
impl Freeze for IndexWriterOptions
impl RefUnwindSafe for IndexWriterOptions
impl Send for IndexWriterOptions
impl Sync for IndexWriterOptions
impl Unpin for IndexWriterOptions
impl UnwindSafe for IndexWriterOptions
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