#[non_exhaustive]pub enum Uploadstash {
Show 18 variants
Table,
ChunkInx,
Id,
ImageBits,
ImageHeight,
ImageWidth,
Key,
MediaType,
Mime,
OrigPath,
Path,
Props,
Sha1,
Size,
SourceType,
Status,
Timestamp,
User,
}Expand description
uploadstash 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
ChunkInx
us_chunk_inx column
Id
us_id column
ImageBits
us_image_bits column
ImageHeight
us_image_height column
ImageWidth
us_image_width column
Key
us_key column
MediaType
us_media_type column
Mime
us_mime column
OrigPath
us_orig_path column
Path
us_path column
Props
us_props column
Sha1
us_sha1 column
Size
us_size column
SourceType
us_source_type column
Status
us_status column
Timestamp
us_timestamp column
User
us_user column
Trait Implementations§
Source§impl AsRef<str> for Uploadstash
impl AsRef<str> for Uploadstash
Source§impl Clone for Uploadstash
impl Clone for Uploadstash
Source§fn clone(&self) -> Uploadstash
fn clone(&self) -> Uploadstash
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 Uploadstash
impl Iden for Uploadstash
impl Copy for Uploadstash
Auto Trait Implementations§
impl Freeze for Uploadstash
impl RefUnwindSafe for Uploadstash
impl Send for Uploadstash
impl Sync for Uploadstash
impl Unpin for Uploadstash
impl UnsafeUnpin for Uploadstash
impl UnwindSafe for Uploadstash
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