#[non_exhaustive]pub enum Recentchanges {
Show 22 variants
Table,
Actor,
Bot,
CommentId,
CurId,
Deleted,
Id,
Ip,
LastOldid,
LogAction,
LogType,
Logid,
Minor,
Namespace,
NewLen,
OldLen,
Params,
Patrolled,
Source,
ThisOldid,
Timestamp,
Title,
}Expand description
recentchanges 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
Actor
rc_actor column
Bot
rc_bot column
CommentId
rc_comment_id column
CurId
rc_cur_id column
Deleted
rc_deleted column
Id
rc_id column
Ip
rc_ip column
LastOldid
rc_last_oldid column
LogAction
rc_log_action column
LogType
rc_log_type column
Logid
rc_logid column
Minor
rc_minor column
Namespace
rc_namespace column
NewLen
rc_new_len column
OldLen
rc_old_len column
Params
rc_params column
Patrolled
rc_patrolled column
Source
rc_source column
ThisOldid
rc_this_oldid column
Timestamp
rc_timestamp column
Title
rc_title column
Trait Implementations§
Source§impl AsRef<str> for Recentchanges
impl AsRef<str> for Recentchanges
Source§impl Clone for Recentchanges
impl Clone for Recentchanges
Source§fn clone(&self) -> Recentchanges
fn clone(&self) -> Recentchanges
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 Recentchanges
impl Iden for Recentchanges
impl Copy for Recentchanges
Auto Trait Implementations§
impl Freeze for Recentchanges
impl RefUnwindSafe for Recentchanges
impl Send for Recentchanges
impl Sync for Recentchanges
impl Unpin for Recentchanges
impl UnsafeUnpin for Recentchanges
impl UnwindSafe for Recentchanges
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