pub enum KernelArgumentKind {
Show 13 variants
Time,
Parameters,
Covariates,
States,
RouteInputs,
Derived,
Outputs,
StateDerivatives,
InitialState,
StateNoise,
RouteLag,
RouteBioavailability,
AnalyticalState,
}Variants§
Time
Parameters
Covariates
States
RouteInputs
Derived
Outputs
StateDerivatives
InitialState
StateNoise
RouteLag
RouteBioavailability
AnalyticalState
Trait Implementations§
Source§impl Clone for KernelArgumentKind
impl Clone for KernelArgumentKind
Source§fn clone(&self) -> KernelArgumentKind
fn clone(&self) -> KernelArgumentKind
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 KernelArgumentKind
impl Debug for KernelArgumentKind
Source§impl PartialEq for KernelArgumentKind
impl PartialEq for KernelArgumentKind
Source§fn eq(&self, other: &KernelArgumentKind) -> bool
fn eq(&self, other: &KernelArgumentKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KernelArgumentKind
impl Eq for KernelArgumentKind
impl StructuralPartialEq for KernelArgumentKind
Auto Trait Implementations§
impl Freeze for KernelArgumentKind
impl RefUnwindSafe for KernelArgumentKind
impl Send for KernelArgumentKind
impl Sync for KernelArgumentKind
impl Unpin for KernelArgumentKind
impl UnsafeUnpin for KernelArgumentKind
impl UnwindSafe for KernelArgumentKind
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