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