#[non_exhaustive]pub enum Filearchive {
Show 22 variants
Table,
Actor,
ArchiveName,
Bits,
Deleted,
DeletedReasonId,
DeletedTimestamp,
DeletedUser,
DescriptionId,
Height,
Id,
MajorMime,
MediaType,
Metadata,
MinorMime,
Name,
Sha1,
Size,
StorageGroup,
StorageKey,
Timestamp,
Width,
}Expand description
filearchive 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
fa_actor column
ArchiveName
fa_archive_name column
Bits
fa_bits column
Deleted
fa_deleted column
DeletedReasonId
fa_deleted_reason_id column
DeletedTimestamp
fa_deleted_timestamp column
DeletedUser
fa_deleted_user column
DescriptionId
fa_description_id column
Height
fa_height column
Id
fa_id column
MajorMime
fa_major_mime column
MediaType
fa_media_type column
Metadata
fa_metadata column
MinorMime
fa_minor_mime column
Name
fa_name column
Sha1
fa_sha1 column
Size
fa_size column
StorageGroup
fa_storage_group column
StorageKey
fa_storage_key column
Timestamp
fa_timestamp column
Width
fa_width column
Trait Implementations§
Source§impl AsRef<str> for Filearchive
impl AsRef<str> for Filearchive
Source§impl Clone for Filearchive
impl Clone for Filearchive
Source§fn clone(&self) -> Filearchive
fn clone(&self) -> Filearchive
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Iden for Filearchive
impl Iden for Filearchive
Source§impl IdenStatic for Filearchive
impl IdenStatic for Filearchive
impl Copy for Filearchive
Auto Trait Implementations§
impl Freeze for Filearchive
impl RefUnwindSafe for Filearchive
impl Send for Filearchive
impl Sync for Filearchive
impl Unpin for Filearchive
impl UnsafeUnpin for Filearchive
impl UnwindSafe for Filearchive
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