pub struct ExecutionReport {
pub file_action_count: usize,
}Expand description
Result summary for action plan execution.
Fields§
§file_action_count: usizeNumber of file actions applied or reported.
Trait Implementations§
Source§impl Clone for ExecutionReport
impl Clone for ExecutionReport
Source§fn clone(&self) -> ExecutionReport
fn clone(&self) -> ExecutionReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExecutionReport
Source§impl Debug for ExecutionReport
impl Debug for ExecutionReport
Source§impl Default for ExecutionReport
impl Default for ExecutionReport
Source§fn default() -> ExecutionReport
fn default() -> ExecutionReport
Returns the “default value” for a type. Read more
impl Eq for ExecutionReport
Source§impl PartialEq for ExecutionReport
impl PartialEq for ExecutionReport
Source§fn eq(&self, other: &ExecutionReport) -> bool
fn eq(&self, other: &ExecutionReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionReport
Auto Trait Implementations§
impl Freeze for ExecutionReport
impl RefUnwindSafe for ExecutionReport
impl Send for ExecutionReport
impl Sync for ExecutionReport
impl Unpin for ExecutionReport
impl UnsafeUnpin for ExecutionReport
impl UnwindSafe for ExecutionReport
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