Struct calcu_rs::atom::Derivative
source · struct Derivative {
arg: Expr,
var: Expr,
degree: u64,
}
Fields§
§arg: Expr
§var: Expr
§degree: u64
Trait Implementations§
source§impl Clone for Derivative
impl Clone for Derivative
source§fn clone(&self) -> Derivative
fn clone(&self) -> Derivative
Returns a copy 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 Derivative
impl Debug for Derivative
source§impl Hash for Derivative
impl Hash for Derivative
source§impl PartialEq for Derivative
impl PartialEq for Derivative
impl Eq for Derivative
impl StructuralPartialEq for Derivative
Auto Trait Implementations§
impl Freeze for Derivative
impl RefUnwindSafe for Derivative
impl !Send for Derivative
impl !Sync for Derivative
impl Unpin for Derivative
impl UnwindSafe for Derivative
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)