(function() {var implementors = {};
implementors["num_bigint"] = [{text:"impl Neg for Sign",synthetic:false,types:["num_bigint::bigint::Sign"]},{text:"impl Neg for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl<'a> Neg for &'a BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl Neg for BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl<'a> Neg for &'a BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},];
implementors["num_rational"] = [{text:"impl<T> Neg for Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ",synthetic:false,types:["num_rational::Ratio"]},{text:"impl<'a, T> Neg for &'a Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ",synthetic:false,types:["num_rational::Ratio"]},];
implementors["wasmi"] = [{text:"impl Neg for F32",synthetic:false,types:["wasmi::nan_preserving_float::F32"]},{text:"impl Neg for F64",synthetic:false,types:["wasmi::nan_preserving_float::F64"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()