pub struct ElecEigenvalueTolBuilder { /* private fields */ }Expand description
Builder for ElecEigenvalueTol.
Implementations§
Source§impl ElecEigenvalueTolBuilder
impl ElecEigenvalueTolBuilder
pub fn tol<VALUE: Into<f64>>(&mut self, value: VALUE) -> &mut Self
pub fn unit<VALUE: Into<Option<EnergyUnit>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(&self) -> Result<ElecEigenvalueTol, ElecEigenvalueTolBuilderError>
pub fn build(&self) -> Result<ElecEigenvalueTol, ElecEigenvalueTolBuilderError>
Trait Implementations§
Source§impl Clone for ElecEigenvalueTolBuilder
impl Clone for ElecEigenvalueTolBuilder
Source§fn clone(&self) -> ElecEigenvalueTolBuilder
fn clone(&self) -> ElecEigenvalueTolBuilder
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 ElecEigenvalueTolBuilder
impl RefUnwindSafe for ElecEigenvalueTolBuilder
impl Send for ElecEigenvalueTolBuilder
impl Sync for ElecEigenvalueTolBuilder
impl Unpin for ElecEigenvalueTolBuilder
impl UnwindSafe for ElecEigenvalueTolBuilder
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