(function() {var implementors = {};
implementors["num_bigint"] = ["impl Neg for BigUint","impl<'a> Neg for &'a BigUint","impl Neg for Sign","impl Neg for BigInt","impl<'a> Neg for &'a BigInt",];
implementors["num_complex"] = ["impl<T: Clone + Num + Neg<Output = T>> Neg for Complex<T>","impl<'a, T: Clone + Num + Neg<Output = T>> Neg for &'a Complex<T>",];
implementors["num_rational"] = ["impl<T> Neg for Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ","impl<'a, T> Neg for &'a Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ",];
implementors["ordered_float"] = ["impl<T: Float> Neg for NotNaN<T>",];
implementors["time"] = ["impl Neg for Duration",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()