#[non_exhaustive]pub enum Categorylinks {
Table,
CollationId,
From,
Sortkey,
SortkeyPrefix,
TargetId,
Timestamp,
Type,
}Expand description
categorylinks 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
CollationId
cl_collation_id column
From
cl_from column
Sortkey
cl_sortkey column
SortkeyPrefix
cl_sortkey_prefix column
TargetId
cl_target_id column
Timestamp
cl_timestamp column
Type
cl_type column
Trait Implementations§
Source§impl AsRef<str> for Categorylinks
impl AsRef<str> for Categorylinks
Source§impl Clone for Categorylinks
impl Clone for Categorylinks
Source§fn clone(&self) -> Categorylinks
fn clone(&self) -> Categorylinks
Returns a duplicate of the value. Read more
1.0.0 · 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 Categorylinks
impl Iden for Categorylinks
impl Copy for Categorylinks
Auto Trait Implementations§
impl Freeze for Categorylinks
impl RefUnwindSafe for Categorylinks
impl Send for Categorylinks
impl Sync for Categorylinks
impl Unpin for Categorylinks
impl UnsafeUnpin for Categorylinks
impl UnwindSafe for Categorylinks
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