Struct diem_types::proptest_types::BalanceResourceGen
source · pub struct BalanceResourceGen { /* private fields */ }
Implementations§
source§impl BalanceResourceGen
impl BalanceResourceGen
pub fn materialize(self) -> BalanceResource
Trait Implementations§
source§impl Arbitrary for BalanceResourceGen
impl Arbitrary for BalanceResourceGen
§type Parameters = <u64 as Arbitrary>::Parameters
type Parameters = <u64 as Arbitrary>::Parameters
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = Map<<u64 as Arbitrary>::Strategy, fn(_: u64) -> BalanceResourceGen>
type Strategy = Map<<u64 as Arbitrary>::Strategy, fn(_: u64) -> BalanceResourceGen>
The type of
Strategy
used to generate values of type Self
.