#[non_exhaustive]pub enum ChangeTag {
Table,
Id,
LogId,
Params,
RcId,
RevId,
TagId,
}Expand description
change_tag 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
Id
ct_id column
LogId
ct_log_id column
Params
ct_params column
RcId
ct_rc_id column
RevId
ct_rev_id column
TagId
ct_tag_id column
Trait Implementations§
Source§impl Iden for ChangeTag
impl Iden for ChangeTag
impl Copy for ChangeTag
Auto Trait Implementations§
impl Freeze for ChangeTag
impl RefUnwindSafe for ChangeTag
impl Send for ChangeTag
impl Sync for ChangeTag
impl Unpin for ChangeTag
impl UnsafeUnpin for ChangeTag
impl UnwindSafe for ChangeTag
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