Enum ruut_functions::function::ConstantType
source · pub enum ConstantType {
E,
PI,
}Variants§
Trait Implementations§
source§impl Clone for ConstantType
impl Clone for ConstantType
source§fn clone(&self) -> ConstantType
fn clone(&self) -> ConstantType
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 moresource§impl Debug for ConstantType
impl Debug for ConstantType
source§impl PartialEq<ConstantType> for ConstantType
impl PartialEq<ConstantType> for ConstantType
source§fn eq(&self, other: &ConstantType) -> bool
fn eq(&self, other: &ConstantType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.