Struct kaspa_utils::sim::Simulation
source · pub struct Simulation<T> { /* private fields */ }Expand description
The simulation manager
Implementations§
Trait Implementations§
source§impl<T: Default> Default for Simulation<T>
impl<T: Default> Default for Simulation<T>
source§fn default() -> Simulation<T>
fn default() -> Simulation<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Simulation<T>
impl<T> !Send for Simulation<T>
impl<T> !Sync for Simulation<T>
impl<T> Unpin for Simulation<T>where
T: Unpin,
impl<T> !UnwindSafe for Simulation<T>
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