#[non_exhaustive]pub enum LoggingUserindex {
Table,
Action,
Actor,
CommentId,
Deleted,
Id,
Namespace,
Page,
Params,
Timestamp,
Title,
Type,
}Available on crate feature
toolforge only.Expand description
logging_userindex table
This is an optimized view for Toolforge users.
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 AsRef<str> for LoggingUserindex
impl AsRef<str> for LoggingUserindex
Source§impl Clone for LoggingUserindex
impl Clone for LoggingUserindex
Source§fn clone(&self) -> LoggingUserindex
fn clone(&self) -> LoggingUserindex
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 LoggingUserindex
impl Iden for LoggingUserindex
impl Copy for LoggingUserindex
Auto Trait Implementations§
impl Freeze for LoggingUserindex
impl RefUnwindSafe for LoggingUserindex
impl Send for LoggingUserindex
impl Sync for LoggingUserindex
impl Unpin for LoggingUserindex
impl UnsafeUnpin for LoggingUserindex
impl UnwindSafe for LoggingUserindex
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