pub enum AdmixtureType {
WaterReducer,
Superplasticiser,
Accelerator,
Retarder,
AirEntrainer,
ShrinkageReducer,
CorrosionInhibitor,
}Expand description
Type of chemical admixture.
Variants§
WaterReducer
Water reducer / plasticiser.
Superplasticiser
Superplasticiser (high-range water reducer).
Accelerator
Accelerator (increases early strength).
Retarder
Retarder (extends workability time).
AirEntrainer
Air entrainer.
ShrinkageReducer
Shrinkage-reducing admixture.
CorrosionInhibitor
Corrosion inhibitor.
Trait Implementations§
Source§impl Clone for AdmixtureType
impl Clone for AdmixtureType
Source§fn clone(&self) -> AdmixtureType
fn clone(&self) -> AdmixtureType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdmixtureType
impl Debug for AdmixtureType
Source§impl PartialEq for AdmixtureType
impl PartialEq for AdmixtureType
Source§fn eq(&self, other: &AdmixtureType) -> bool
fn eq(&self, other: &AdmixtureType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdmixtureType
Auto Trait Implementations§
impl Freeze for AdmixtureType
impl RefUnwindSafe for AdmixtureType
impl Send for AdmixtureType
impl Sync for AdmixtureType
impl Unpin for AdmixtureType
impl UnsafeUnpin for AdmixtureType
impl UnwindSafe for AdmixtureType
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