#[non_exhaustive]pub enum Langlinks {
Table,
From,
Lang,
Title,
}Expand description
langlinks 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.
Trait Implementations§
Source§impl Iden for Langlinks
impl Iden for Langlinks
impl Copy for Langlinks
Auto Trait Implementations§
impl Freeze for Langlinks
impl RefUnwindSafe for Langlinks
impl Send for Langlinks
impl Sync for Langlinks
impl Unpin for Langlinks
impl UnsafeUnpin for Langlinks
impl UnwindSafe for Langlinks
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