[][src]Enum llvm_scratch::core::target_triple::Sys

pub enum Sys {
    LINUX,
    NONE,
}

Variants

LINUX
NONE

Trait Implementations

impl Debug for Sys[src]

impl Display for Sys[src]

impl Eq for Sys[src]

impl Ord for Sys[src]

impl PartialEq<Sys> for Sys[src]

impl PartialOrd<Sys> for Sys[src]

impl StructuralEq for Sys[src]

impl StructuralPartialEq for Sys[src]

Auto Trait Implementations

impl RefUnwindSafe for Sys

impl Send for Sys

impl Sync for Sys

impl Unpin for Sys

impl UnwindSafe for Sys

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.