pub struct SuiteConfig {
pub tier: SuiteTier,
pub target_bundle: PathBuf,
pub seed: u64,
pub verify_limits: Option<VerifyLimits>,
}Fields§
§tier: SuiteTier§target_bundle: PathBuf§seed: u64§verify_limits: Option<VerifyLimits>Trait Implementations§
Source§impl Clone for SuiteConfig
impl Clone for SuiteConfig
Source§fn clone(&self) -> SuiteConfig
fn clone(&self) -> SuiteConfig
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 moreAuto Trait Implementations§
impl Freeze for SuiteConfig
impl RefUnwindSafe for SuiteConfig
impl Send for SuiteConfig
impl Sync for SuiteConfig
impl Unpin for SuiteConfig
impl UnwindSafe for SuiteConfig
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