#[repr(u16)]pub enum Installation {
Show 20 variants
Null = 0,
Avesterra = 1,
Avu = 2,
Certificate = 3,
Documentation = 4,
Script = 5,
Linux = 6,
Mac = 7,
Windows = 8,
Ada = 9,
C = 10,
Java = 11,
Python = 12,
Rust = 13,
Scala = 14,
Swift = 15,
Tupleo = 16,
Typescript = 17,
Help = 18,
Kotlin = 19,
}Variants§
Null = 0
Avesterra = 1
Avu = 2
Certificate = 3
Documentation = 4
Script = 5
Linux = 6
Mac = 7
Windows = 8
Ada = 9
C = 10
Java = 11
Python = 12
Rust = 13
Scala = 14
Swift = 15
Tupleo = 16
Typescript = 17
Help = 18
Kotlin = 19
Implementations§
Trait Implementations§
Source§impl Clone for Installation
impl Clone for Installation
Source§fn clone(&self) -> Installation
fn clone(&self) -> Installation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Installation
Source§impl Debug for Installation
impl Debug for Installation
Source§impl Default for Installation
impl Default for Installation
Source§fn default() -> Installation
fn default() -> Installation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Installation
impl<'de> Deserialize<'de> for Installation
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
impl Eq for Installation
Source§impl Hash for Installation
impl Hash for Installation
Source§impl PartialEq for Installation
impl PartialEq for Installation
Source§fn eq(&self, other: &Installation) -> bool
fn eq(&self, other: &Installation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Installation
impl Serialize for Installation
impl StructuralPartialEq for Installation
Source§impl TryFrom<u16> for Installation
impl TryFrom<u16> for Installation
Source§type Error = TryFromPrimitiveError<Installation>
type Error = TryFromPrimitiveError<Installation>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for Installation
impl TryFromPrimitive for Installation
const NAME: &'static str = "Installation"
type Primitive = u16
type Error = TryFromPrimitiveError<Installation>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
Auto Trait Implementations§
impl Freeze for Installation
impl RefUnwindSafe for Installation
impl Send for Installation
impl Sync for Installation
impl Unpin for Installation
impl UnsafeUnpin for Installation
impl UnwindSafe for Installation
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