pub struct PdeMessageVariant;Expand description
PDE message variants
Implementations§
Source§impl PdeMessageVariant
impl PdeMessageVariant
pub const WHAT_IS_PDE: u8 = 1u8
pub const PDE_VS_ODE: u8 = 2u8
pub const PDE_CLASSIFICATION: u8 = 3u8
pub const ELLIPTIC_EQUATION: u8 = 4u8
pub const PARABOLIC_EQUATION: u8 = 5u8
pub const HYPERBOLIC_EQUATION: u8 = 6u8
pub const HEAT_EQUATION: u8 = 7u8
pub const WAVE_EQUATION: u8 = 8u8
pub const LAPLACE_EQUATION: u8 = 9u8
pub const POISSON_EQUATION: u8 = 10u8
pub const SEPARATION_OF_VARIABLES: u8 = 11u8
pub const METHOD_OF_CHARACTERISTICS: u8 = 12u8
pub const FOURIER_SERIES: u8 = 13u8
pub const GREENS_FUNCTIONS: u8 = 14u8
pub const DIRICHLET_CONDITION: u8 = 15u8
pub const NEUMANN_CONDITION: u8 = 16u8
pub const ROBIN_CONDITION: u8 = 17u8
pub const PERIODIC_CONDITION: u8 = 18u8
Auto Trait Implementations§
impl Freeze for PdeMessageVariant
impl RefUnwindSafe for PdeMessageVariant
impl Send for PdeMessageVariant
impl Sync for PdeMessageVariant
impl Unpin for PdeMessageVariant
impl UnwindSafe for PdeMessageVariant
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more