[][src]Enum qapi_qmp::TpmType

pub enum TpmType {
    passthrough,
    emulator,
}

Variants

passthrough
emulator

Trait Implementations

impl Clone for TpmType[src]

impl Copy for TpmType[src]

impl Debug for TpmType[src]

impl<'de> Deserialize<'de> for TpmType[src]

impl Enum for TpmType[src]

impl Eq for TpmType[src]

impl FromStr for TpmType[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for TpmType[src]

impl Ord for TpmType[src]

impl PartialEq<TpmType> for TpmType[src]

impl PartialOrd<TpmType> for TpmType[src]

impl Serialize for TpmType[src]

impl StructuralEq for TpmType[src]

impl StructuralPartialEq for TpmType[src]

Auto Trait Implementations

impl RefUnwindSafe for TpmType

impl Send for TpmType

impl Sync for TpmType

impl Unpin for TpmType

impl UnwindSafe for TpmType

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.