#[non_exhaustive]pub enum PageAssessments {
Table,
Class,
Importance,
PageId,
PageRevision,
ProjectId,
}Available on crate feature
page_assessments only.Expand description
page_assessments 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
Class
pa_class column
Importance
pa_importance column
PageId
pa_page_id column
PageRevision
pa_page_revision column
ProjectId
pa_project_id column
Trait Implementations§
Source§impl AsRef<str> for PageAssessments
impl AsRef<str> for PageAssessments
Source§impl Clone for PageAssessments
impl Clone for PageAssessments
Source§fn clone(&self) -> PageAssessments
fn clone(&self) -> PageAssessments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Iden for PageAssessments
impl Iden for PageAssessments
impl Copy for PageAssessments
Auto Trait Implementations§
impl Freeze for PageAssessments
impl RefUnwindSafe for PageAssessments
impl Send for PageAssessments
impl Sync for PageAssessments
impl Unpin for PageAssessments
impl UnsafeUnpin for PageAssessments
impl UnwindSafe for PageAssessments
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