(function() {var implementors = {}; implementors["libc"] = ["impl<'a, 'b, T, S> BitOr<&'b HashSet<T, S>> for &'a HashSet<T, S> where
    S: BuildHasher + Default,
    T: Eq + Hash + Clone
","impl<'a, 'b, T> BitOr<&'b BTreeSet<T>> for &'a BTreeSet<T> where
    T: Ord + Clone
",]; implementors["num_bigint"] = ["impl BitOr<BigUint> for BigUint","impl<'a> BitOr<BigUint> for &'a BigUint","impl<'a, 'b> BitOr<&'b BigUint> for &'a BigUint","impl<'a> BitOr<&'a BigUint> for BigUint",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()