#[non_exhaustive]pub enum Logging {
Table,
Action,
Actor,
CommentId,
Deleted,
Id,
Namespace,
Page,
Params,
Timestamp,
Title,
Type,
}Expand description
logging 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
Action
log_action column
Actor
log_actor column
CommentId
log_comment_id column
Deleted
log_deleted column
Id
log_id column
Namespace
log_namespace column
Page
log_page column
Params
log_params column
Timestamp
log_timestamp column
Title
log_title column
Type
log_type column
Trait Implementations§
Source§impl Iden for Logging
impl Iden for Logging
impl Copy for Logging
Auto Trait Implementations§
impl Freeze for Logging
impl RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl UnsafeUnpin for Logging
impl UnwindSafe for Logging
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