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