pub struct MixChargeGmaxBuilder { /* private fields */ }Expand description
Builder for MixChargeGmax.
Implementations§
Source§impl MixChargeGmaxBuilder
impl MixChargeGmaxBuilder
pub fn gmax(&mut self, value: f64) -> &mut Self
pub fn unit(&mut self, value: InvLengthUnit) -> &mut Self
Sourcepub fn build(&self) -> Result<MixChargeGmax, MixChargeGmaxBuilderError>
pub fn build(&self) -> Result<MixChargeGmax, MixChargeGmaxBuilderError>
Trait Implementations§
Source§impl Clone for MixChargeGmaxBuilder
impl Clone for MixChargeGmaxBuilder
Source§fn clone(&self) -> MixChargeGmaxBuilder
fn clone(&self) -> MixChargeGmaxBuilder
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 MixChargeGmaxBuilder
impl RefUnwindSafe for MixChargeGmaxBuilder
impl Send for MixChargeGmaxBuilder
impl Sync for MixChargeGmaxBuilder
impl Unpin for MixChargeGmaxBuilder
impl UnwindSafe for MixChargeGmaxBuilder
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