#[non_exhaustive]pub enum Interwiki {
Table,
Api,
Local,
Prefix,
Trans,
Url,
Wikiid,
}Expand description
interwiki 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
Api
iw_api column
Local
iw_local column
Prefix
iw_prefix column
Trans
iw_trans column
Url
iw_url column
Wikiid
iw_wikiid column
Trait Implementations§
Source§impl Iden for Interwiki
impl Iden for Interwiki
impl Copy for Interwiki
Auto Trait Implementations§
impl Freeze for Interwiki
impl RefUnwindSafe for Interwiki
impl Send for Interwiki
impl Sync for Interwiki
impl Unpin for Interwiki
impl UnsafeUnpin for Interwiki
impl UnwindSafe for Interwiki
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