#[non_exhaustive]pub enum OldimageUserindex {
Show 16 variants
Table,
Actor,
ArchiveName,
Bits,
Deleted,
DescriptionId,
Height,
MajorMime,
MediaType,
Metadata,
MinorMime,
Name,
Sha1,
Size,
Timestamp,
Width,
}Available on crate feature
toolforge only.Expand description
oldimage_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
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 AsRef<str> for OldimageUserindex
impl AsRef<str> for OldimageUserindex
Source§impl Clone for OldimageUserindex
impl Clone for OldimageUserindex
Source§fn clone(&self) -> OldimageUserindex
fn clone(&self) -> OldimageUserindex
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 OldimageUserindex
impl Iden for OldimageUserindex
impl Copy for OldimageUserindex
Auto Trait Implementations§
impl Freeze for OldimageUserindex
impl RefUnwindSafe for OldimageUserindex
impl Send for OldimageUserindex
impl Sync for OldimageUserindex
impl Unpin for OldimageUserindex
impl UnsafeUnpin for OldimageUserindex
impl UnwindSafe for OldimageUserindex
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