(function() {var implementors = {};
implementors['rustc_serialize'] = ["impl PartialOrd for Json",];implementors['num'] = ["impl PartialOrd for BigUint","impl PartialOrd for Sign","impl PartialOrd for BigInt","impl<T> PartialOrd for Ratio<T>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()