pub struct TooManyDerivatives {
pub derivatives: usize,
}Expand description
There were too many derivatives in prime notation.
Fields§
§derivatives: usizeThe number of derivatives that were found.
Trait Implementations§
Source§impl Clone for TooManyDerivatives
impl Clone for TooManyDerivatives
Source§fn clone(&self) -> TooManyDerivatives
fn clone(&self) -> TooManyDerivatives
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 TooManyDerivatives
impl Debug for TooManyDerivatives
Source§impl ErrorKind for TooManyDerivatives
impl ErrorKind for TooManyDerivatives
Source§impl PartialEq for TooManyDerivatives
impl PartialEq for TooManyDerivatives
impl StructuralPartialEq for TooManyDerivatives
Auto Trait Implementations§
impl Freeze for TooManyDerivatives
impl RefUnwindSafe for TooManyDerivatives
impl Send for TooManyDerivatives
impl Sync for TooManyDerivatives
impl Unpin for TooManyDerivatives
impl UnwindSafe for TooManyDerivatives
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