pub struct GeneralBuilder { /* private fields */ }Expand description
Builder for General.
Implementations§
Source§impl GeneralBuilder
impl GeneralBuilder
pub fn task<VALUE: Into<CastepTask>>(&mut self, value: VALUE) -> &mut Self
pub fn comment<VALUE: Into<Comment>>(&mut self, value: VALUE) -> &mut Self
pub fn continuation_reuse<VALUE: Into<ContinueReuse>>( &mut self, value: VALUE, ) -> &mut Self
pub fn backup<VALUE: Into<BackUpSetting>>(&mut self, value: VALUE) -> &mut Self
pub fn charge_unit<VALUE: Into<ChargeUnit>>( &mut self, value: VALUE, ) -> &mut Self
pub fn checkpoint<VALUE: Into<Checkpoint>>(&mut self, value: VALUE) -> &mut Self
pub fn data_distribution<VALUE: Into<DataDistribution>>( &mut self, value: VALUE, ) -> &mut Self
pub fn iprint<VALUE: Into<IPrint>>(&mut self, value: VALUE) -> &mut Self
pub fn opt_strategy<VALUE: Into<OptStrategy>>( &mut self, value: VALUE, ) -> &mut Self
pub fn page_wvfns<VALUE: Into<PageWvfns>>(&mut self, value: VALUE) -> &mut Self
pub fn print_clock<VALUE: Into<PrintClock>>( &mut self, value: VALUE, ) -> &mut Self
pub fn print_memory_usage<VALUE: Into<PrintMemoryUsage>>( &mut self, value: VALUE, ) -> &mut Self
pub fn rand_seed<VALUE: Into<RandSeed>>(&mut self, value: VALUE) -> &mut Self
pub fn run_time<VALUE: Into<RunTime>>(&mut self, value: VALUE) -> &mut Self
pub fn stop<VALUE: Into<Stop>>(&mut self, value: VALUE) -> &mut Self
pub fn write_checkpoint<VALUE: Into<WriteCheckpoint>>( &mut self, value: VALUE, ) -> &mut Self
pub fn calculate_props<VALUE: Into<CalculateProperties>>( &mut self, value: VALUE, ) -> &mut Self
pub fn write_props<VALUE: Into<WriteProperties>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for GeneralBuilder
impl Clone for GeneralBuilder
Source§fn clone(&self) -> GeneralBuilder
fn clone(&self) -> GeneralBuilder
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 GeneralBuilder
impl RefUnwindSafe for GeneralBuilder
impl Send for GeneralBuilder
impl Sync for GeneralBuilder
impl Unpin for GeneralBuilder
impl UnwindSafe for GeneralBuilder
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