Struct windows_sys::Storage::Search::IndexerOption
[−]#[repr(transparent)]pub struct IndexerOption(pub i32);
Expand description
Required features: ‘Storage_Search’
Tuple Fields
0: i32
Implementations
impl IndexerOption
impl IndexerOption
pub const UseIndexerWhenAvailable: Self
pub const OnlyUseIndexer: Self
pub const DoNotUseIndexer: Self
pub const OnlyUseIndexerAndOptimizeForIndexedProperties: Self
Trait Implementations
impl Clone for IndexerOption
impl Clone for IndexerOption
impl Copy for IndexerOption
Auto Trait Implementations
impl RefUnwindSafe for IndexerOption
impl Send for IndexerOption
impl Sync for IndexerOption
impl Unpin for IndexerOption
impl UnwindSafe for IndexerOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more