Struct windows_sys::Storage::Search::IndexedState
[−]#[repr(transparent)]pub struct IndexedState(pub i32);
Expand description
Required features: ‘Storage_Search’
Tuple Fields
0: i32
Implementations
impl IndexedState
impl IndexedState
pub const Unknown: Self
pub const NotIndexed: Self
pub const PartiallyIndexed: Self
pub const FullyIndexed: Self
Trait Implementations
impl Clone for IndexedState
impl Clone for IndexedState
impl Copy for IndexedState
Auto Trait Implementations
impl RefUnwindSafe for IndexedState
impl Send for IndexedState
impl Sync for IndexedState
impl Unpin for IndexedState
impl UnwindSafe for IndexedState
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