[][src]Enum rusp::usp::mod_OperateResp::mod_OperationResult::OneOfoperation_resp

pub enum OneOfoperation_resp<'a> {
    req_obj_path(Cow<'a, str>),
    req_output_args(OutputArgs<'a>),
    cmd_failure(CommandFailure<'a>),
    None,
}

Variants

req_obj_path(Cow<'a, str>)
req_output_args(OutputArgs<'a>)
cmd_failure(CommandFailure<'a>)
None

Trait Implementations

impl<'a> Clone for OneOfoperation_resp<'a>[src]

impl<'a> Debug for OneOfoperation_resp<'a>[src]

impl<'a> Default for OneOfoperation_resp<'a>[src]

impl<'a> PartialEq<OneOfoperation_resp<'a>> for OneOfoperation_resp<'a>[src]

impl<'a> StructuralPartialEq for OneOfoperation_resp<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for OneOfoperation_resp<'a>

impl<'a> Send for OneOfoperation_resp<'a>

impl<'a> Sync for OneOfoperation_resp<'a>

impl<'a> Unpin for OneOfoperation_resp<'a>

impl<'a> UnwindSafe for OneOfoperation_resp<'a>

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> 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.