#[non_exhaustive]pub enum FilearchiveUserindex {
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,
}Available on crate feature
toolforge only.Expand description
filearchive_userindex table
This is an optimized view for Toolforge users.
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 FilearchiveUserindex
impl AsRef<str> for FilearchiveUserindex
Source§impl Clone for FilearchiveUserindex
impl Clone for FilearchiveUserindex
Source§fn clone(&self) -> FilearchiveUserindex
fn clone(&self) -> FilearchiveUserindex
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 FilearchiveUserindex
impl Iden for FilearchiveUserindex
impl Copy for FilearchiveUserindex
Auto Trait Implementations§
impl Freeze for FilearchiveUserindex
impl RefUnwindSafe for FilearchiveUserindex
impl Send for FilearchiveUserindex
impl Sync for FilearchiveUserindex
impl Unpin for FilearchiveUserindex
impl UnsafeUnpin for FilearchiveUserindex
impl UnwindSafe for FilearchiveUserindex
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