pub struct OreRoundEntropy {
pub entropy_value: Option<Option<String>>,
pub entropy_seed: Option<Option<String>>,
pub entropy_slot_hash: Option<Option<String>>,
pub entropy_start_at: Option<Option<i64>>,
pub entropy_end_at: Option<Option<i64>>,
pub entropy_samples: Option<Option<u64>>,
pub entropy_var_address: Option<Option<String>>,
pub resolved_seed: Option<Option<Vec<Value>>>,
}Fields§
§entropy_value: Option<Option<String>>§entropy_seed: Option<Option<String>>§entropy_slot_hash: Option<Option<String>>§entropy_start_at: Option<Option<i64>>§entropy_end_at: Option<Option<i64>>§entropy_samples: Option<Option<u64>>§entropy_var_address: Option<Option<String>>§resolved_seed: Option<Option<Vec<Value>>>Trait Implementations§
Source§impl Clone for OreRoundEntropy
impl Clone for OreRoundEntropy
Source§fn clone(&self) -> OreRoundEntropy
fn clone(&self) -> OreRoundEntropy
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 OreRoundEntropy
impl Debug for OreRoundEntropy
Source§impl Default for OreRoundEntropy
impl Default for OreRoundEntropy
Source§fn default() -> OreRoundEntropy
fn default() -> OreRoundEntropy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OreRoundEntropy
impl<'de> Deserialize<'de> for OreRoundEntropy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OreRoundEntropy
impl RefUnwindSafe for OreRoundEntropy
impl Send for OreRoundEntropy
impl Sync for OreRoundEntropy
impl Unpin for OreRoundEntropy
impl UnsafeUnpin for OreRoundEntropy
impl UnwindSafe for OreRoundEntropy
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