[][src]Enum qapi_qmp::JobVerb

pub enum JobVerb {
    cancel,
    pause,
    resume,
    set_speed,
    complete,
    dismiss,
    finalize,
}

Variants

cancel
pause
resume
set_speed
complete
dismiss
finalize

Trait Implementations

impl Clone for JobVerb[src]

impl Copy for JobVerb[src]

impl Debug for JobVerb[src]

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

impl Enum for JobVerb[src]

impl Eq for JobVerb[src]

impl FromStr for JobVerb[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for JobVerb[src]

impl Ord for JobVerb[src]

impl PartialEq<JobVerb> for JobVerb[src]

impl PartialOrd<JobVerb> for JobVerb[src]

impl Serialize for JobVerb[src]

impl StructuralEq for JobVerb[src]

impl StructuralPartialEq for JobVerb[src]

Auto Trait Implementations

impl RefUnwindSafe for JobVerb

impl Send for JobVerb

impl Sync for JobVerb

impl Unpin for JobVerb

impl UnwindSafe for JobVerb

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.