pub struct Derivative<Expr: Expression, Variable: Variable> { /* private fields */ }Auto Trait Implementations§
impl<Expr, Variable> Freeze for Derivative<Expr, Variable>
impl<Expr, Variable> RefUnwindSafe for Derivative<Expr, Variable>where
Expr: RefUnwindSafe,
Variable: RefUnwindSafe,
impl<Expr, Variable> Send for Derivative<Expr, Variable>
impl<Expr, Variable> Sync for Derivative<Expr, Variable>
impl<Expr, Variable> Unpin for Derivative<Expr, Variable>
impl<Expr, Variable> UnsafeUnpin for Derivative<Expr, Variable>
impl<Expr, Variable> UnwindSafe for Derivative<Expr, Variable>where
Expr: UnwindSafe,
Variable: UnwindSafe,
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