pub struct WritePropertiesBuilder { /* private fields */ }Expand description
Builder for WriteProperties.
Implementations§
Source§impl WritePropertiesBuilder
impl WritePropertiesBuilder
pub fn orbitals<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn formatted_elf<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn formatted_density<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn formatted_potential<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(&self) -> Result<WriteProperties, WritePropertiesBuilderError>
pub fn build(&self) -> Result<WriteProperties, WritePropertiesBuilderError>
Trait Implementations§
Source§impl Clone for WritePropertiesBuilder
impl Clone for WritePropertiesBuilder
Source§fn clone(&self) -> WritePropertiesBuilder
fn clone(&self) -> WritePropertiesBuilder
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 WritePropertiesBuilder
impl RefUnwindSafe for WritePropertiesBuilder
impl Send for WritePropertiesBuilder
impl Sync for WritePropertiesBuilder
impl Unpin for WritePropertiesBuilder
impl UnwindSafe for WritePropertiesBuilder
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