(function() {var implementors = {}; implementors["num_bigint"] = ["impl One for BigUint","impl One for BigInt",]; implementors["num_complex"] = ["impl<T: Clone + Num> One for Complex<T>",]; implementors["num_rational"] = ["impl<T: Clone + Integer> One for Ratio<T>",]; implementors["num_traits"] = []; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()