pub enum Wiki {
Show 13 variants
Table,
DBName,
Lang,
Name,
Family,
URL,
Size,
IsClosed,
HasEcho,
HasFlaggedRevs,
HasVisualEditor,
HasWikidata,
IsSensitive,
}Available on crate feature
toolforge only.Expand description
meta_p.wiki table
Documentation is available on wikitech.wikimedia.org.
Variants§
Table
DBName
Lang
Name
Family
URL
Size
IsClosed
HasEcho
HasFlaggedRevs
HasVisualEditor
HasWikidata
IsSensitive
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wiki
impl RefUnwindSafe for Wiki
impl Send for Wiki
impl Sync for Wiki
impl Unpin for Wiki
impl UnsafeUnpin for Wiki
impl UnwindSafe for Wiki
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