Enum azalea_block::ComparatorType
source · pub enum ComparatorType {
Compare,
Subtract,
}Variants§
Trait Implementations§
source§impl Clone for ComparatorType
impl Clone for ComparatorType
source§fn clone(&self) -> ComparatorType
fn clone(&self) -> ComparatorType
Returns a copy 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 more