pub enum EquationClass {
Conservation,
Queueing,
Statistical,
Inventory,
Optimization,
MachineLearning,
}Expand description
Classification of equation types for domain organization.
Variants§
Conservation
Conservation laws (mass, energy, momentum)
Queueing
Queueing theory equations
Statistical
Statistical mechanics / thermodynamics
Inventory
Inventory and supply chain
Optimization
Optimization and control
MachineLearning
Machine learning / inference
Trait Implementations§
Source§impl Clone for EquationClass
impl Clone for EquationClass
Source§fn clone(&self) -> EquationClass
fn clone(&self) -> EquationClass
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 moreSource§impl Debug for EquationClass
impl Debug for EquationClass
Source§impl Display for EquationClass
impl Display for EquationClass
Source§impl Hash for EquationClass
impl Hash for EquationClass
Source§impl PartialEq for EquationClass
impl PartialEq for EquationClass
impl Copy for EquationClass
impl Eq for EquationClass
impl StructuralPartialEq for EquationClass
Auto Trait Implementations§
impl Freeze for EquationClass
impl RefUnwindSafe for EquationClass
impl Send for EquationClass
impl Sync for EquationClass
impl Unpin for EquationClass
impl UnsafeUnpin for EquationClass
impl UnwindSafe for EquationClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP