#[non_exhaustive]pub enum Sites {
Table,
Config,
Data,
Domain,
Forward,
GlobalKey,
Group,
Id,
Language,
Protocol,
Source,
Type,
}
Expand description
sites
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
Config
site_config
column
Data
site_data
column
Domain
site_domain
column
Forward
site_forward
column
GlobalKey
site_global_key
column
Group
site_group
column
Id
site_id
column
Language
site_language
column
Protocol
site_protocol
column
Source
site_source
column
Type
site_type
column
Trait Implementations§
impl Copy for Sites
Auto Trait Implementations§
impl Freeze for Sites
impl RefUnwindSafe for Sites
impl Send for Sites
impl Sync for Sites
impl Unpin for Sites
impl UnwindSafe for Sites
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