(function() {var implementors = {};
implementors["uuid"] = [{text:"impl Ord for Hyphenated",synthetic:false,types:["uuid::adapter::Hyphenated"]},{text:"impl<'a> Ord for HyphenatedRef<'a>",synthetic:false,types:["uuid::adapter::HyphenatedRef"]},{text:"impl Ord for Simple",synthetic:false,types:["uuid::adapter::Simple"]},{text:"impl<'a> Ord for SimpleRef<'a>",synthetic:false,types:["uuid::adapter::SimpleRef"]},{text:"impl Ord for Urn",synthetic:false,types:["uuid::adapter::Urn"]},{text:"impl<'a> Ord for UrnRef<'a>",synthetic:false,types:["uuid::adapter::UrnRef"]},{text:"impl Ord for Uuid",synthetic:false,types:["uuid::Uuid"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()