#[non_exhaustive]pub enum Redirect {
Table,
Fragment,
From,
Interwiki,
Namespace,
Title,
}Expand description
redirect 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
Fragment
rd_fragment column
From
rd_from column
Interwiki
rd_interwiki column
Namespace
rd_namespace column
Title
rd_title column
Trait Implementations§
Source§impl Iden for Redirect
impl Iden for Redirect
impl Copy for Redirect
Auto Trait Implementations§
impl Freeze for Redirect
impl RefUnwindSafe for Redirect
impl Send for Redirect
impl Sync for Redirect
impl Unpin for Redirect
impl UnsafeUnpin for Redirect
impl UnwindSafe for Redirect
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