#[non_exhaustive]pub enum RevisionUserindex {
Table,
Actor,
CommentId,
Deleted,
Id,
Len,
MinorEdit,
Page,
ParentId,
Timestamp,
}Available on crate feature
toolforge only.Expand description
revision_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
Actor
rev_actor column
CommentId
rev_comment_id column
Deleted
rev_deleted column
Id
rev_id column
Len
rev_len column
MinorEdit
rev_minor_edit column
Page
rev_page column
ParentId
rev_parent_id column
Timestamp
rev_timestamp column
Trait Implementations§
Source§impl AsRef<str> for RevisionUserindex
impl AsRef<str> for RevisionUserindex
Source§impl Clone for RevisionUserindex
impl Clone for RevisionUserindex
Source§fn clone(&self) -> RevisionUserindex
fn clone(&self) -> RevisionUserindex
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 RevisionUserindex
impl Iden for RevisionUserindex
impl Copy for RevisionUserindex
Auto Trait Implementations§
impl Freeze for RevisionUserindex
impl RefUnwindSafe for RevisionUserindex
impl Send for RevisionUserindex
impl Sync for RevisionUserindex
impl Unpin for RevisionUserindex
impl UnsafeUnpin for RevisionUserindex
impl UnwindSafe for RevisionUserindex
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