pub struct DryRunBlocks {
pub resources: DryRunBlock,
pub memory: DryRunBlock,
pub storage: DryRunBlock,
}Fields§
§resources: DryRunBlock§memory: DryRunBlock§storage: DryRunBlockTrait Implementations§
Source§impl Clone for DryRunBlocks
impl Clone for DryRunBlocks
Source§fn clone(&self) -> DryRunBlocks
fn clone(&self) -> DryRunBlocks
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 DryRunBlocks
impl Debug for DryRunBlocks
Auto Trait Implementations§
impl Freeze for DryRunBlocks
impl RefUnwindSafe for DryRunBlocks
impl Send for DryRunBlocks
impl Sync for DryRunBlocks
impl Unpin for DryRunBlocks
impl UnsafeUnpin for DryRunBlocks
impl UnwindSafe for DryRunBlocks
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