pub enum OneOfoperation_resp {
req_obj_path(String),
req_output_args(OutputArgs),
cmd_failure(CommandFailure),
None,
}Variants§
Trait Implementations§
Source§impl Clone for OneOfoperation_resp
impl Clone for OneOfoperation_resp
Source§fn clone(&self) -> OneOfoperation_resp
fn clone(&self) -> OneOfoperation_resp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OneOfoperation_resp
impl Debug for OneOfoperation_resp
Source§impl Default for OneOfoperation_resp
impl Default for OneOfoperation_resp
Source§impl PartialEq for OneOfoperation_resp
impl PartialEq for OneOfoperation_resp
impl StructuralPartialEq for OneOfoperation_resp
Auto Trait Implementations§
impl Freeze for OneOfoperation_resp
impl RefUnwindSafe for OneOfoperation_resp
impl Send for OneOfoperation_resp
impl Sync for OneOfoperation_resp
impl Unpin for OneOfoperation_resp
impl UnwindSafe for OneOfoperation_resp
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