#[non_exhaustive]pub enum PrIndex {
Table,
Count,
PageId,
Q0,
Q1,
Q2,
Q3,
Q4,
}Available on crate feature
proofread_page only.Expand description
pr_index table
Documentation may be available on mediawiki.org.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Table
Count
pr_count column
PageId
pr_page_id column
Q0
pr_q0 column
Q1
pr_q1 column
Q2
pr_q2 column
Q3
pr_q3 column
Q4
pr_q4 column
Trait Implementations§
impl Copy for PrIndex
Auto Trait Implementations§
impl Freeze for PrIndex
impl RefUnwindSafe for PrIndex
impl Send for PrIndex
impl Sync for PrIndex
impl Unpin for PrIndex
impl UnsafeUnpin for PrIndex
impl UnwindSafe for PrIndex
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