(function() {var implementors = {}; implementors['num'] = ["impl Rem<BigUint> for BigUint","impl<'a> Rem<BigUint> for &'a BigUint","impl<'a> Rem<&'a BigUint> for BigUint","impl<'a, 'b> Rem<&'b BigUint> for &'a BigUint","impl Rem<BigInt> for BigInt","impl<'a> Rem<BigInt> for &'a BigInt","impl<'a> Rem<&'a BigInt> for BigInt","impl<'a, 'b> Rem<&'b BigInt> for &'a BigInt","impl<T: Clone + Integer + PartialOrd> Rem<Ratio<T>> for Ratio<T>","impl<'a, T> Rem<Ratio<T>> for &'a Ratio<T>","impl<'a, T> Rem<&'a Ratio<T>> for Ratio<T>","impl<'a, 'b, T: Clone + Integer + PartialOrd> Rem<&'b Ratio<T>> for &'a Ratio<T>",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()