pub struct Stop;Expand description
This keyword, if present, will cause the current run to be aborted as if RUN_TIME had been exceeded.
CASTEP checks the contents of the input file periodically during a run. This allows you to modify certain parameters and also to terminate the run early.
This keyword is valid only when the input file is reread. It is ignored if it is present at the start of a run.
§Example
STOP
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stop
impl<'de> Deserialize<'de> for Stop
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 KeywordDisplay for Stop
impl KeywordDisplay for Stop
Source§impl Ord for Stop
impl Ord for Stop
Source§impl PartialOrd for Stop
impl PartialOrd for Stop
impl Copy for Stop
impl Eq for Stop
impl StructuralPartialEq for Stop
Auto Trait Implementations§
impl Freeze for Stop
impl RefUnwindSafe for Stop
impl Send for Stop
impl Sync for Stop
impl Unpin for Stop
impl UnwindSafe for Stop
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