pub struct Derivative { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for Derivative
impl Clone for Derivative
Source§fn clone(&self) -> Derivative
fn clone(&self) -> Derivative
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Derivative
impl Debug 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