(function() {var implementors = {}; implementors['num'] = ["impl Neg for BigUint","impl<'a> Neg for &'a BigUint","impl Neg for Sign","impl Neg for BigInt","impl<'a> Neg for &'a BigInt","impl<T: Clone + Num + Neg<Output=T>> Neg for Complex<T>","impl<'a, T: Clone + Num + Neg<Output=T>> Neg for &'a Complex<T>","impl<T> Neg for Ratio<T>","impl<'a, T> Neg for &'a Ratio<T>",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()