pub struct OperationComplete {
pub obj_path: String,
pub command_name: String,
pub command_key: String,
pub operation_resp: OneOfoperation_resp,
}Fields§
§obj_path: String§command_name: String§command_key: String§operation_resp: OneOfoperation_respTrait Implementations§
Source§impl Clone for OperationComplete
impl Clone for OperationComplete
Source§fn clone(&self) -> OperationComplete
fn clone(&self) -> OperationComplete
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 OperationComplete
impl Debug for OperationComplete
Source§impl Default for OperationComplete
impl Default for OperationComplete
Source§fn default() -> OperationComplete
fn default() -> OperationComplete
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for OperationComplete
impl<'a> MessageRead<'a> for OperationComplete
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for OperationComplete
impl MessageWrite for OperationComplete
Source§impl PartialEq for OperationComplete
impl PartialEq for OperationComplete
Source§impl Serialize for OperationComplete
impl Serialize for OperationComplete
impl StructuralPartialEq for OperationComplete
Auto Trait Implementations§
impl Freeze for OperationComplete
impl RefUnwindSafe for OperationComplete
impl Send for OperationComplete
impl Sync for OperationComplete
impl Unpin for OperationComplete
impl UnwindSafe for OperationComplete
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