Struct multiversx_chain_vm::tx_mock::BlockchainRng
source · pub struct BlockchainRng {
pub rng: SipRng,
}
Fields§
§rng: SipRng
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BlockchainRng
impl Send for BlockchainRng
impl Sync for BlockchainRng
impl Unpin for BlockchainRng
impl UnwindSafe for BlockchainRng
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