pub struct XcParamBuilder { /* private fields */ }Expand description
Builder for XcParam.
Implementations§
Source§impl XcParamBuilder
impl XcParamBuilder
pub fn xc_functional<VALUE: Into<XCFunctional>>( &mut self, value: VALUE, ) -> &mut Self
pub fn xc_definition<VALUE: Into<XCDefinition>>( &mut self, value: VALUE, ) -> &mut Self
pub fn spin_polarised<VALUE: Into<SpinPolarised>>( &mut self, value: VALUE, ) -> &mut Self
pub fn nlxc_options<VALUE: Into<NLXCOptions>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for XcParamBuilder
impl Clone for XcParamBuilder
Source§fn clone(&self) -> XcParamBuilder
fn clone(&self) -> XcParamBuilder
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 XcParamBuilder
impl RefUnwindSafe for XcParamBuilder
impl Send for XcParamBuilder
impl Sync for XcParamBuilder
impl Unpin for XcParamBuilder
impl UnwindSafe for XcParamBuilder
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