pub struct OperationCompletionEvent {
pub completion_error_code: Option<u8>,
pub total_operational_time: Option<u32>,
pub paused_time: Option<u32>,
}Fields§
§completion_error_code: Option<u8>§total_operational_time: Option<u32>§paused_time: Option<u32>Trait Implementations§
Source§impl Debug for OperationCompletionEvent
impl Debug for OperationCompletionEvent
Auto Trait Implementations§
impl Freeze for OperationCompletionEvent
impl RefUnwindSafe for OperationCompletionEvent
impl Send for OperationCompletionEvent
impl Sync for OperationCompletionEvent
impl Unpin for OperationCompletionEvent
impl UnwindSafe for OperationCompletionEvent
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