pub struct DeterminismSection {
pub random_seed: Option<u64>,
pub time_start: Option<String>,
pub deterministic_dirs: bool,
pub no_randomize_memory: bool,
}Fields§
§random_seed: Option<u64>§time_start: Option<String>RFC3339 timestamp string. Maps to Sandbox::time_start.
deterministic_dirs: bool§no_randomize_memory: boolTrait Implementations§
Source§impl Clone for DeterminismSection
impl Clone for DeterminismSection
Source§fn clone(&self) -> DeterminismSection
fn clone(&self) -> DeterminismSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeterminismSection
impl Debug for DeterminismSection
Source§impl Default for DeterminismSection
impl Default for DeterminismSection
Source§fn default() -> DeterminismSection
fn default() -> DeterminismSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeterminismSectionwhere
DeterminismSection: Default,
impl<'de> Deserialize<'de> for DeterminismSectionwhere
DeterminismSection: Default,
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
Source§impl PartialEq for DeterminismSection
impl PartialEq for DeterminismSection
Source§fn eq(&self, other: &DeterminismSection) -> bool
fn eq(&self, other: &DeterminismSection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeterminismSection
Auto Trait Implementations§
impl Freeze for DeterminismSection
impl RefUnwindSafe for DeterminismSection
impl Send for DeterminismSection
impl Sync for DeterminismSection
impl Unpin for DeterminismSection
impl UnsafeUnpin for DeterminismSection
impl UnwindSafe for DeterminismSection
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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