pub struct DestructionResults {
pub execution_status: HashMap<String, Vec<DestructionResult>>,
}Fields§
§execution_status: HashMap<String, Vec<DestructionResult>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestructionResults
impl RefUnwindSafe for DestructionResults
impl Send for DestructionResults
impl Sync for DestructionResults
impl Unpin for DestructionResults
impl UnwindSafe for DestructionResults
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