pub enum IntegratorKind {
SemiImplicitEuler,
}Variants§
SemiImplicitEuler
Trait Implementations§
Source§impl Clone for IntegratorKind
impl Clone for IntegratorKind
Source§fn clone(&self) -> IntegratorKind
fn clone(&self) -> IntegratorKind
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 IntegratorKind
impl Debug for IntegratorKind
Source§impl<'de> Deserialize<'de> for IntegratorKind
impl<'de> Deserialize<'de> for IntegratorKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IntegratorKind
impl PartialEq for IntegratorKind
Source§impl Serialize for IntegratorKind
impl Serialize for IntegratorKind
impl Copy for IntegratorKind
impl Eq for IntegratorKind
impl StructuralPartialEq for IntegratorKind
Auto Trait Implementations§
impl Freeze for IntegratorKind
impl RefUnwindSafe for IntegratorKind
impl Send for IntegratorKind
impl Sync for IntegratorKind
impl Unpin for IntegratorKind
impl UnsafeUnpin for IntegratorKind
impl UnwindSafe for IntegratorKind
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