pub enum KernelRole {
Derive,
Dynamics,
Outputs,
Init,
Drift,
Diffusion,
RouteLag,
RouteBioavailability,
Analytical,
}Variants§
Trait Implementations§
Source§impl Clone for KernelRole
impl Clone for KernelRole
Source§fn clone(&self) -> KernelRole
fn clone(&self) -> KernelRole
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 KernelRole
impl Debug for KernelRole
Source§impl Ord for KernelRole
impl Ord for KernelRole
Source§fn cmp(&self, other: &KernelRole) -> Ordering
fn cmp(&self, other: &KernelRole) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KernelRole
impl PartialEq for KernelRole
Source§fn eq(&self, other: &KernelRole) -> bool
fn eq(&self, other: &KernelRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for KernelRole
impl PartialOrd for KernelRole
impl Copy for KernelRole
impl Eq for KernelRole
impl StructuralPartialEq for KernelRole
Auto Trait Implementations§
impl Freeze for KernelRole
impl RefUnwindSafe for KernelRole
impl Send for KernelRole
impl Sync for KernelRole
impl Unpin for KernelRole
impl UnsafeUnpin for KernelRole
impl UnwindSafe for KernelRole
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