#[non_exhaustive]pub enum Filetypes {
Table,
Id,
MajorMime,
MediaType,
MinorMime,
}Expand description
filetypes 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
Id
ft_id column
MajorMime
ft_major_mime column
MediaType
ft_media_type column
MinorMime
ft_minor_mime column
Trait Implementations§
Source§impl Iden for Filetypes
impl Iden for Filetypes
impl Copy for Filetypes
Auto Trait Implementations§
impl Freeze for Filetypes
impl RefUnwindSafe for Filetypes
impl Send for Filetypes
impl Sync for Filetypes
impl Unpin for Filetypes
impl UnsafeUnpin for Filetypes
impl UnwindSafe for Filetypes
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