pub struct DevOptions {
pub block_time: Option<u64>,
}
Expand description
Configuration options that can be set in dev mode.
Fields§
§block_time: Option<u64>
The interval at which the dev chain will mine new blocks.
Trait Implementations§
source§impl Clone for DevOptions
impl Clone for DevOptions
source§fn clone(&self) -> DevOptions
fn clone(&self) -> DevOptions
Returns a copy 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 DevOptions
impl Debug for DevOptions
source§impl Default for DevOptions
impl Default for DevOptions
source§fn default() -> DevOptions
fn default() -> DevOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for DevOptions
impl PartialEq for DevOptions
impl Copy for DevOptions
impl Eq for DevOptions
impl StructuralPartialEq for DevOptions
Auto Trait Implementations§
impl Freeze for DevOptions
impl RefUnwindSafe for DevOptions
impl Send for DevOptions
impl Sync for DevOptions
impl Unpin for DevOptions
impl UnwindSafe for DevOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)