(function() {var implementors = {}; implementors["num_bigint"] = [{text:"impl BitXor<BigInt> for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl<'a> BitXor<BigInt> for &'a BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl<'a, 'b> BitXor<&'b BigInt> for &'a BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl<'a> BitXor<&'a BigInt> for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl BitXor<BigUint> for BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl<'a> BitXor<BigUint> for &'a BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl<'a, 'b> BitXor<&'b BigUint> for &'a BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl<'a> BitXor<&'a BigUint> for BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()