#[non_exhaustive]pub enum PageAssessmentsProjects {
Table,
ParentId,
ProjectId,
ProjectTitle,
}Available on crate feature
page_assessments only.Expand description
page_assessments_projects 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
ParentId
pap_parent_id column
ProjectId
pap_project_id column
ProjectTitle
pap_project_title column
Trait Implementations§
Source§impl AsRef<str> for PageAssessmentsProjects
impl AsRef<str> for PageAssessmentsProjects
Source§impl Clone for PageAssessmentsProjects
impl Clone for PageAssessmentsProjects
Source§fn clone(&self) -> PageAssessmentsProjects
fn clone(&self) -> PageAssessmentsProjects
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 PageAssessmentsProjects
impl Iden for PageAssessmentsProjects
impl Copy for PageAssessmentsProjects
Auto Trait Implementations§
impl Freeze for PageAssessmentsProjects
impl RefUnwindSafe for PageAssessmentsProjects
impl Send for PageAssessmentsProjects
impl Sync for PageAssessmentsProjects
impl Unpin for PageAssessmentsProjects
impl UnsafeUnpin for PageAssessmentsProjects
impl UnwindSafe for PageAssessmentsProjects
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