pub enum UploadType {
Show 14 variants
Default,
Html,
Flash,
Java,
Unity,
Soundtrack,
Book,
Video,
Documentation,
Mod,
AudioAssets,
GraphicalAssets,
Sourcecode,
Other,
}Variants§
Default
Html
Flash
Java
Unity
Soundtrack
Book
Video
Documentation
Mod
AudioAssets
GraphicalAssets
Sourcecode
Other
Trait Implementations§
Source§impl Clone for UploadType
impl Clone for UploadType
Source§fn clone(&self) -> UploadType
fn clone(&self) -> UploadType
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 Debug for UploadType
impl Debug for UploadType
Source§impl<'de> Deserialize<'de> for UploadType
impl<'de> Deserialize<'de> for UploadType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UploadType
impl PartialEq for UploadType
Source§impl Serialize for UploadType
impl Serialize for UploadType
impl Copy for UploadType
impl StructuralPartialEq for UploadType
Auto Trait Implementations§
impl Freeze for UploadType
impl RefUnwindSafe for UploadType
impl Send for UploadType
impl Sync for UploadType
impl Unpin for UploadType
impl UnwindSafe for UploadType
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