#[non_exhaustive]pub enum Oldimage {
Show 16 variants
Table,
Actor,
ArchiveName,
Bits,
Deleted,
DescriptionId,
Height,
MajorMime,
MediaType,
Metadata,
MinorMime,
Name,
Sha1,
Size,
Timestamp,
Width,
}Expand description
oldimage 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
Actor
oi_actor column
ArchiveName
oi_archive_name column
Bits
oi_bits column
Deleted
oi_deleted column
DescriptionId
oi_description_id column
Height
oi_height column
MajorMime
oi_major_mime column
MediaType
oi_media_type column
Metadata
oi_metadata column
MinorMime
oi_minor_mime column
Name
oi_name column
Sha1
oi_sha1 column
Size
oi_size column
Timestamp
oi_timestamp column
Width
oi_width column
Trait Implementations§
Source§impl Iden for Oldimage
impl Iden for Oldimage
impl Copy for Oldimage
Auto Trait Implementations§
impl Freeze for Oldimage
impl RefUnwindSafe for Oldimage
impl Send for Oldimage
impl Sync for Oldimage
impl Unpin for Oldimage
impl UnsafeUnpin for Oldimage
impl UnwindSafe for Oldimage
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