blob: 2346d98b62c0ddc3231ad1f9be5cc3f65ab8a72f [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A big unsigned integer type."><meta name="keywords" content="rust, rustlang, rust-lang, BigUint"><title>BigUint in num - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../normalize.css"><link rel="stylesheet" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../ayu.css" disabled><link rel="stylesheet" href="../dark.css" disabled><link rel="stylesheet" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../num/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../num/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">BigUint</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.assign_from_slice">assign_from_slice</a></li><li><a href="#method.bit">bit</a></li><li><a href="#method.bits">bits</a></li><li><a href="#method.cbrt">cbrt</a></li><li><a href="#method.count_ones">count_ones</a></li><li><a href="#method.from_bytes_be">from_bytes_be</a></li><li><a href="#method.from_bytes_le">from_bytes_le</a></li><li><a href="#method.from_radix_be">from_radix_be</a></li><li><a href="#method.from_radix_le">from_radix_le</a></li><li><a href="#method.from_slice">from_slice</a></li><li><a href="#method.iter_u32_digits">iter_u32_digits</a></li><li><a href="#method.iter_u64_digits">iter_u64_digits</a></li><li><a href="#method.modpow">modpow</a></li><li><a href="#method.new">new</a></li><li><a href="#method.nth_root">nth_root</a></li><li><a href="#method.parse_bytes">parse_bytes</a></li><li><a href="#method.pow">pow</a></li><li><a href="#method.set_bit">set_bit</a></li><li><a href="#method.sqrt">sqrt</a></li><li><a href="#method.to_bytes_be">to_bytes_be</a></li><li><a href="#method.to_bytes_le">to_bytes_le</a></li><li><a href="#method.to_radix_be">to_radix_be</a></li><li><a href="#method.to_radix_le">to_radix_le</a></li><li><a href="#method.to_str_radix">to_str_radix</a></li><li><a href="#method.to_u32_digits">to_u32_digits</a></li><li><a href="#method.to_u64_digits">to_u64_digits</a></li><li><a href="#method.trailing_ones">trailing_ones</a></li><li><a href="#method.trailing_zeros">trailing_zeros</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Add%3C%26%27a%20BigUint%3E-for-BigUint">Add&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u128%3E-for-BigUint">Add&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u16%3E-for-BigUint">Add&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u32%3E-for-BigUint">Add&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u64%3E-for-BigUint">Add&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u8%3E-for-BigUint">Add&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20usize%3E-for-BigUint">Add&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Add&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Add%3CBigUint%3E-for-%26%27a%20BigUint">Add&lt;BigUint&gt;</a></li><li><a href="#impl-Add%3CBigUint%3E-for-BigUint">Add&lt;BigUint&gt;</a></li><li><a href="#impl-Add%3Cu128%3E-for-%26%27a%20BigUint">Add&lt;u128&gt;</a></li><li><a href="#impl-Add%3Cu128%3E-for-BigUint">Add&lt;u128&gt;</a></li><li><a href="#impl-Add%3Cu16%3E-for-%26%27a%20BigUint">Add&lt;u16&gt;</a></li><li><a href="#impl-Add%3Cu16%3E-for-BigUint">Add&lt;u16&gt;</a></li><li><a href="#impl-Add%3Cu32%3E-for-%26%27a%20BigUint">Add&lt;u32&gt;</a></li><li><a href="#impl-Add%3Cu32%3E-for-BigUint">Add&lt;u32&gt;</a></li><li><a href="#impl-Add%3Cu64%3E-for-%26%27a%20BigUint">Add&lt;u64&gt;</a></li><li><a href="#impl-Add%3Cu64%3E-for-BigUint">Add&lt;u64&gt;</a></li><li><a href="#impl-Add%3Cu8%3E-for-%26%27a%20BigUint">Add&lt;u8&gt;</a></li><li><a href="#impl-Add%3Cu8%3E-for-BigUint">Add&lt;u8&gt;</a></li><li><a href="#impl-Add%3Cusize%3E-for-%26%27a%20BigUint">Add&lt;usize&gt;</a></li><li><a href="#impl-Add%3Cusize%3E-for-BigUint">Add&lt;usize&gt;</a></li><li><a href="#impl-AddAssign%3C%26%27a%20BigUint%3E-for-BigUint">AddAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-AddAssign%3CBigUint%3E-for-BigUint">AddAssign&lt;BigUint&gt;</a></li><li><a href="#impl-AddAssign%3Cu128%3E-for-BigUint">AddAssign&lt;u128&gt;</a></li><li><a href="#impl-AddAssign%3Cu16%3E-for-BigUint">AddAssign&lt;u16&gt;</a></li><li><a href="#impl-AddAssign%3Cu32%3E-for-BigUint">AddAssign&lt;u32&gt;</a></li><li><a href="#impl-AddAssign%3Cu64%3E-for-BigUint">AddAssign&lt;u64&gt;</a></li><li><a href="#impl-AddAssign%3Cu8%3E-for-BigUint">AddAssign&lt;u8&gt;</a></li><li><a href="#impl-AddAssign%3Cusize%3E-for-BigUint">AddAssign&lt;usize&gt;</a></li><li><a href="#impl-Binary-for-BigUint">Binary</a></li><li><a href="#impl-BitAnd%3C%26%27a%20BigUint%3E-for-BigUint">BitAnd&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitAnd%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">BitAnd&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-BitAnd%3CBigUint%3E-for-%26%27a%20BigUint">BitAnd&lt;BigUint&gt;</a></li><li><a href="#impl-BitAnd%3CBigUint%3E-for-BigUint">BitAnd&lt;BigUint&gt;</a></li><li><a href="#impl-BitAndAssign%3C%26%27a%20BigUint%3E-for-BigUint">BitAndAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitAndAssign%3CBigUint%3E-for-BigUint">BitAndAssign&lt;BigUint&gt;</a></li><li><a href="#impl-BitOr%3C%26%27a%20BigUint%3E-for-BigUint">BitOr&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitOr%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">BitOr&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-BitOr%3CBigUint%3E-for-%26%27a%20BigUint">BitOr&lt;BigUint&gt;</a></li><li><a href="#impl-BitOr%3CBigUint%3E-for-BigUint">BitOr&lt;BigUint&gt;</a></li><li><a href="#impl-BitOrAssign%3C%26%27a%20BigUint%3E-for-BigUint">BitOrAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitOrAssign%3CBigUint%3E-for-BigUint">BitOrAssign&lt;BigUint&gt;</a></li><li><a href="#impl-BitXor%3C%26%27a%20BigUint%3E-for-BigUint">BitXor&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitXor%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">BitXor&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-BitXor%3CBigUint%3E-for-%26%27a%20BigUint">BitXor&lt;BigUint&gt;</a></li><li><a href="#impl-BitXor%3CBigUint%3E-for-BigUint">BitXor&lt;BigUint&gt;</a></li><li><a href="#impl-BitXorAssign%3C%26%27a%20BigUint%3E-for-BigUint">BitXorAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-BitXorAssign%3CBigUint%3E-for-BigUint">BitXorAssign&lt;BigUint&gt;</a></li><li><a href="#impl-CheckedAdd-for-BigUint">CheckedAdd</a></li><li><a href="#impl-CheckedDiv-for-BigUint">CheckedDiv</a></li><li><a href="#impl-CheckedMul-for-BigUint">CheckedMul</a></li><li><a href="#impl-CheckedSub-for-BigUint">CheckedSub</a></li><li><a href="#impl-Clone-for-BigUint">Clone</a></li><li><a href="#impl-Debug-for-BigUint">Debug</a></li><li><a href="#impl-Default-for-BigUint">Default</a></li><li><a href="#impl-Display-for-BigUint">Display</a></li><li><a href="#impl-Div%3C%26%27a%20BigUint%3E-for-BigUint">Div&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u128%3E-for-BigUint">Div&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u16%3E-for-BigUint">Div&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u32%3E-for-BigUint">Div&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u64%3E-for-BigUint">Div&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u8%3E-for-BigUint">Div&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20usize%3E-for-BigUint">Div&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Div&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Div%3CBigUint%3E-for-%26%27a%20BigUint">Div&lt;BigUint&gt;</a></li><li><a href="#impl-Div%3CBigUint%3E-for-BigUint">Div&lt;BigUint&gt;</a></li><li><a href="#impl-Div%3Cu128%3E-for-%26%27a%20BigUint">Div&lt;u128&gt;</a></li><li><a href="#impl-Div%3Cu128%3E-for-BigUint">Div&lt;u128&gt;</a></li><li><a href="#impl-Div%3Cu16%3E-for-%26%27a%20BigUint">Div&lt;u16&gt;</a></li><li><a href="#impl-Div%3Cu16%3E-for-BigUint">Div&lt;u16&gt;</a></li><li><a href="#impl-Div%3Cu32%3E-for-%26%27a%20BigUint">Div&lt;u32&gt;</a></li><li><a href="#impl-Div%3Cu32%3E-for-BigUint">Div&lt;u32&gt;</a></li><li><a href="#impl-Div%3Cu64%3E-for-%26%27a%20BigUint">Div&lt;u64&gt;</a></li><li><a href="#impl-Div%3Cu64%3E-for-BigUint">Div&lt;u64&gt;</a></li><li><a href="#impl-Div%3Cu8%3E-for-%26%27a%20BigUint">Div&lt;u8&gt;</a></li><li><a href="#impl-Div%3Cu8%3E-for-BigUint">Div&lt;u8&gt;</a></li><li><a href="#impl-Div%3Cusize%3E-for-%26%27a%20BigUint">Div&lt;usize&gt;</a></li><li><a href="#impl-Div%3Cusize%3E-for-BigUint">Div&lt;usize&gt;</a></li><li><a href="#impl-DivAssign%3C%26%27a%20BigUint%3E-for-BigUint">DivAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-DivAssign%3CBigUint%3E-for-BigUint">DivAssign&lt;BigUint&gt;</a></li><li><a href="#impl-DivAssign%3Cu128%3E-for-BigUint">DivAssign&lt;u128&gt;</a></li><li><a href="#impl-DivAssign%3Cu16%3E-for-BigUint">DivAssign&lt;u16&gt;</a></li><li><a href="#impl-DivAssign%3Cu32%3E-for-BigUint">DivAssign&lt;u32&gt;</a></li><li><a href="#impl-DivAssign%3Cu64%3E-for-BigUint">DivAssign&lt;u64&gt;</a></li><li><a href="#impl-DivAssign%3Cu8%3E-for-BigUint">DivAssign&lt;u8&gt;</a></li><li><a href="#impl-DivAssign%3Cusize%3E-for-BigUint">DivAssign&lt;usize&gt;</a></li><li><a href="#impl-Eq-for-BigUint">Eq</a></li><li><a href="#impl-From%3CBigUint%3E-for-BigInt">From&lt;BigUint&gt;</a></li><li><a href="#impl-From%3Cu128%3E-for-BigUint">From&lt;u128&gt;</a></li><li><a href="#impl-From%3Cu16%3E-for-BigUint">From&lt;u16&gt;</a></li><li><a href="#impl-From%3Cu32%3E-for-BigUint">From&lt;u32&gt;</a></li><li><a href="#impl-From%3Cu64%3E-for-BigUint">From&lt;u64&gt;</a></li><li><a href="#impl-From%3Cu8%3E-for-BigUint">From&lt;u8&gt;</a></li><li><a href="#impl-From%3Cusize%3E-for-BigUint">From&lt;usize&gt;</a></li><li><a href="#impl-FromPrimitive-for-BigUint">FromPrimitive</a></li><li><a href="#impl-FromStr-for-BigUint">FromStr</a></li><li><a href="#impl-Hash-for-BigUint">Hash</a></li><li><a href="#impl-Integer-for-BigUint">Integer</a></li><li><a href="#impl-LowerHex-for-BigUint">LowerHex</a></li><li><a href="#impl-Mul%3C%26%27a%20BigUint%3E-for-BigUint">Mul&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u128%3E-for-BigUint">Mul&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u16%3E-for-BigUint">Mul&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u32%3E-for-BigUint">Mul&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u64%3E-for-BigUint">Mul&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u8%3E-for-BigUint">Mul&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20usize%3E-for-BigUint">Mul&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Mul&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Mul%3CBigUint%3E-for-%26%27a%20BigUint">Mul&lt;BigUint&gt;</a></li><li><a href="#impl-Mul%3CBigUint%3E-for-BigUint">Mul&lt;BigUint&gt;</a></li><li><a href="#impl-Mul%3Cu128%3E-for-%26%27a%20BigUint">Mul&lt;u128&gt;</a></li><li><a href="#impl-Mul%3Cu128%3E-for-BigUint">Mul&lt;u128&gt;</a></li><li><a href="#impl-Mul%3Cu16%3E-for-%26%27a%20BigUint">Mul&lt;u16&gt;</a></li><li><a href="#impl-Mul%3Cu16%3E-for-BigUint">Mul&lt;u16&gt;</a></li><li><a href="#impl-Mul%3Cu32%3E-for-%26%27a%20BigUint">Mul&lt;u32&gt;</a></li><li><a href="#impl-Mul%3Cu32%3E-for-BigUint">Mul&lt;u32&gt;</a></li><li><a href="#impl-Mul%3Cu64%3E-for-%26%27a%20BigUint">Mul&lt;u64&gt;</a></li><li><a href="#impl-Mul%3Cu64%3E-for-BigUint">Mul&lt;u64&gt;</a></li><li><a href="#impl-Mul%3Cu8%3E-for-%26%27a%20BigUint">Mul&lt;u8&gt;</a></li><li><a href="#impl-Mul%3Cu8%3E-for-BigUint">Mul&lt;u8&gt;</a></li><li><a href="#impl-Mul%3Cusize%3E-for-%26%27a%20BigUint">Mul&lt;usize&gt;</a></li><li><a href="#impl-Mul%3Cusize%3E-for-BigUint">Mul&lt;usize&gt;</a></li><li><a href="#impl-MulAssign%3C%26%27a%20BigUint%3E-for-BigUint">MulAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-MulAssign%3CBigUint%3E-for-BigUint">MulAssign&lt;BigUint&gt;</a></li><li><a href="#impl-MulAssign%3Cu128%3E-for-BigUint">MulAssign&lt;u128&gt;</a></li><li><a href="#impl-MulAssign%3Cu16%3E-for-BigUint">MulAssign&lt;u16&gt;</a></li><li><a href="#impl-MulAssign%3Cu32%3E-for-BigUint">MulAssign&lt;u32&gt;</a></li><li><a href="#impl-MulAssign%3Cu64%3E-for-BigUint">MulAssign&lt;u64&gt;</a></li><li><a href="#impl-MulAssign%3Cu8%3E-for-BigUint">MulAssign&lt;u8&gt;</a></li><li><a href="#impl-MulAssign%3Cusize%3E-for-BigUint">MulAssign&lt;usize&gt;</a></li><li><a href="#impl-Num-for-BigUint">Num</a></li><li><a href="#impl-Octal-for-BigUint">Octal</a></li><li><a href="#impl-One-for-BigUint">One</a></li><li><a href="#impl-Ord-for-BigUint">Ord</a></li><li><a href="#impl-PartialEq%3CBigUint%3E-for-BigUint">PartialEq&lt;BigUint&gt;</a></li><li><a href="#impl-PartialOrd%3CBigUint%3E-for-BigUint">PartialOrd&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20Ratio%3CT%3E">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigUint">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-Ratio%3CT%3E">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u128%3E-for-BigUint">Pow&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u16%3E-for-BigUint">Pow&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u32%3E-for-BigUint">Pow&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u64%3E-for-BigUint">Pow&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u8%3E-for-BigUint">Pow&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Pow&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20usize%3E-for-BigUint">Pow&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigUint">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20Ratio%3CT%3E">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-BigInt">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-BigUint">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-Ratio%3CT%3E">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20BigUint">Pow&lt;u128&gt;</a></li><li><a href="#impl-Pow%3Cu128%3E-for-BigUint">Pow&lt;u128&gt;</a></li><li><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20BigUint">Pow&lt;u16&gt;</a></li><li><a href="#impl-Pow%3Cu16%3E-for-BigUint">Pow&lt;u16&gt;</a></li><li><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20BigUint">Pow&lt;u32&gt;</a></li><li><a href="#impl-Pow%3Cu32%3E-for-BigUint">Pow&lt;u32&gt;</a></li><li><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20BigUint">Pow&lt;u64&gt;</a></li><li><a href="#impl-Pow%3Cu64%3E-for-BigUint">Pow&lt;u64&gt;</a></li><li><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20BigUint">Pow&lt;u8&gt;</a></li><li><a href="#impl-Pow%3Cu8%3E-for-BigUint">Pow&lt;u8&gt;</a></li><li><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20BigUint">Pow&lt;usize&gt;</a></li><li><a href="#impl-Pow%3Cusize%3E-for-BigUint">Pow&lt;usize&gt;</a></li><li><a href="#impl-Product%3CT%3E-for-BigUint">Product&lt;T&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20BigUint%3E-for-BigUint">Rem&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u128%3E-for-BigUint">Rem&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u16%3E-for-BigUint">Rem&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u32%3E-for-BigUint">Rem&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u64%3E-for-BigUint">Rem&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u8%3E-for-BigUint">Rem&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20usize%3E-for-BigUint">Rem&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Rem&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Rem%3CBigUint%3E-for-%26%27a%20BigUint">Rem&lt;BigUint&gt;</a></li><li><a href="#impl-Rem%3CBigUint%3E-for-BigUint">Rem&lt;BigUint&gt;</a></li><li><a href="#impl-Rem%3Cu128%3E-for-%26%27a%20BigUint">Rem&lt;u128&gt;</a></li><li><a href="#impl-Rem%3Cu128%3E-for-BigUint">Rem&lt;u128&gt;</a></li><li><a href="#impl-Rem%3Cu16%3E-for-%26%27a%20BigUint">Rem&lt;u16&gt;</a></li><li><a href="#impl-Rem%3Cu16%3E-for-BigUint">Rem&lt;u16&gt;</a></li><li><a href="#impl-Rem%3Cu32%3E-for-%26%27a%20BigUint">Rem&lt;u32&gt;</a></li><li><a href="#impl-Rem%3Cu32%3E-for-BigUint">Rem&lt;u32&gt;</a></li><li><a href="#impl-Rem%3Cu64%3E-for-%26%27a%20BigUint">Rem&lt;u64&gt;</a></li><li><a href="#impl-Rem%3Cu64%3E-for-BigUint">Rem&lt;u64&gt;</a></li><li><a href="#impl-Rem%3Cu8%3E-for-%26%27a%20BigUint">Rem&lt;u8&gt;</a></li><li><a href="#impl-Rem%3Cu8%3E-for-BigUint">Rem&lt;u8&gt;</a></li><li><a href="#impl-Rem%3Cusize%3E-for-%26%27a%20BigUint">Rem&lt;usize&gt;</a></li><li><a href="#impl-Rem%3Cusize%3E-for-BigUint">Rem&lt;usize&gt;</a></li><li><a href="#impl-RemAssign%3C%26%27a%20BigUint%3E-for-BigUint">RemAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-RemAssign%3CBigUint%3E-for-BigUint">RemAssign&lt;BigUint&gt;</a></li><li><a href="#impl-RemAssign%3Cu128%3E-for-BigUint">RemAssign&lt;u128&gt;</a></li><li><a href="#impl-RemAssign%3Cu16%3E-for-BigUint">RemAssign&lt;u16&gt;</a></li><li><a href="#impl-RemAssign%3Cu32%3E-for-BigUint">RemAssign&lt;u32&gt;</a></li><li><a href="#impl-RemAssign%3Cu64%3E-for-BigUint">RemAssign&lt;u64&gt;</a></li><li><a href="#impl-RemAssign%3Cu8%3E-for-BigUint">RemAssign&lt;u8&gt;</a></li><li><a href="#impl-RemAssign%3Cusize%3E-for-BigUint">RemAssign&lt;usize&gt;</a></li><li><a href="#impl-Roots-for-BigUint">Roots</a></li><li><a href="#impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i128%3E-for-BigUint">Shl&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i16%3E-for-BigUint">Shl&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i32%3E-for-BigUint">Shl&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i64%3E-for-BigUint">Shl&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i8%3E-for-BigUint">Shl&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20isize%3E-for-BigUint">Shl&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u128%3E-for-BigUint">Shl&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u16%3E-for-BigUint">Shl&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u32%3E-for-BigUint">Shl&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u64%3E-for-BigUint">Shl&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u8%3E-for-BigUint">Shl&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Shl&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20usize%3E-for-BigUint">Shl&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shl%3Ci128%3E-for-%26%27a%20BigUint">Shl&lt;i128&gt;</a></li><li><a href="#impl-Shl%3Ci128%3E-for-BigUint">Shl&lt;i128&gt;</a></li><li><a href="#impl-Shl%3Ci16%3E-for-%26%27a%20BigUint">Shl&lt;i16&gt;</a></li><li><a href="#impl-Shl%3Ci16%3E-for-BigUint">Shl&lt;i16&gt;</a></li><li><a href="#impl-Shl%3Ci32%3E-for-%26%27a%20BigUint">Shl&lt;i32&gt;</a></li><li><a href="#impl-Shl%3Ci32%3E-for-BigUint">Shl&lt;i32&gt;</a></li><li><a href="#impl-Shl%3Ci64%3E-for-%26%27a%20BigUint">Shl&lt;i64&gt;</a></li><li><a href="#impl-Shl%3Ci64%3E-for-BigUint">Shl&lt;i64&gt;</a></li><li><a href="#impl-Shl%3Ci8%3E-for-%26%27a%20BigUint">Shl&lt;i8&gt;</a></li><li><a href="#impl-Shl%3Ci8%3E-for-BigUint">Shl&lt;i8&gt;</a></li><li><a href="#impl-Shl%3Cisize%3E-for-%26%27a%20BigUint">Shl&lt;isize&gt;</a></li><li><a href="#impl-Shl%3Cisize%3E-for-BigUint">Shl&lt;isize&gt;</a></li><li><a href="#impl-Shl%3Cu128%3E-for-%26%27a%20BigUint">Shl&lt;u128&gt;</a></li><li><a href="#impl-Shl%3Cu128%3E-for-BigUint">Shl&lt;u128&gt;</a></li><li><a href="#impl-Shl%3Cu16%3E-for-%26%27a%20BigUint">Shl&lt;u16&gt;</a></li><li><a href="#impl-Shl%3Cu16%3E-for-BigUint">Shl&lt;u16&gt;</a></li><li><a href="#impl-Shl%3Cu32%3E-for-%26%27a%20BigUint">Shl&lt;u32&gt;</a></li><li><a href="#impl-Shl%3Cu32%3E-for-BigUint">Shl&lt;u32&gt;</a></li><li><a href="#impl-Shl%3Cu64%3E-for-%26%27a%20BigUint">Shl&lt;u64&gt;</a></li><li><a href="#impl-Shl%3Cu64%3E-for-BigUint">Shl&lt;u64&gt;</a></li><li><a href="#impl-Shl%3Cu8%3E-for-%26%27a%20BigUint">Shl&lt;u8&gt;</a></li><li><a href="#impl-Shl%3Cu8%3E-for-BigUint">Shl&lt;u8&gt;</a></li><li><a href="#impl-Shl%3Cusize%3E-for-%26%27a%20BigUint">Shl&lt;usize&gt;</a></li><li><a href="#impl-Shl%3Cusize%3E-for-BigUint">Shl&lt;usize&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i128%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i16%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i32%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i64%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i8%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20isize%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u128%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u16%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u32%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u64%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u8%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20usize%3E-for-BigUint">ShlAssign&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-ShlAssign%3Ci128%3E-for-BigUint">ShlAssign&lt;i128&gt;</a></li><li><a href="#impl-ShlAssign%3Ci16%3E-for-BigUint">ShlAssign&lt;i16&gt;</a></li><li><a href="#impl-ShlAssign%3Ci32%3E-for-BigUint">ShlAssign&lt;i32&gt;</a></li><li><a href="#impl-ShlAssign%3Ci64%3E-for-BigUint">ShlAssign&lt;i64&gt;</a></li><li><a href="#impl-ShlAssign%3Ci8%3E-for-BigUint">ShlAssign&lt;i8&gt;</a></li><li><a href="#impl-ShlAssign%3Cisize%3E-for-BigUint">ShlAssign&lt;isize&gt;</a></li><li><a href="#impl-ShlAssign%3Cu128%3E-for-BigUint">ShlAssign&lt;u128&gt;</a></li><li><a href="#impl-ShlAssign%3Cu16%3E-for-BigUint">ShlAssign&lt;u16&gt;</a></li><li><a href="#impl-ShlAssign%3Cu32%3E-for-BigUint">ShlAssign&lt;u32&gt;</a></li><li><a href="#impl-ShlAssign%3Cu64%3E-for-BigUint">ShlAssign&lt;u64&gt;</a></li><li><a href="#impl-ShlAssign%3Cu8%3E-for-BigUint">ShlAssign&lt;u8&gt;</a></li><li><a href="#impl-ShlAssign%3Cusize%3E-for-BigUint">ShlAssign&lt;usize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i128%3E-for-BigUint">Shr&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i16%3E-for-BigUint">Shr&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i32%3E-for-BigUint">Shr&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i64%3E-for-BigUint">Shr&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i8%3E-for-BigUint">Shr&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20isize%3E-for-BigUint">Shr&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u128%3E-for-BigUint">Shr&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u16%3E-for-BigUint">Shr&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u32%3E-for-BigUint">Shr&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u64%3E-for-BigUint">Shr&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u8%3E-for-BigUint">Shr&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Shr&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20usize%3E-for-BigUint">Shr&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shr%3Ci128%3E-for-%26%27a%20BigUint">Shr&lt;i128&gt;</a></li><li><a href="#impl-Shr%3Ci128%3E-for-BigUint">Shr&lt;i128&gt;</a></li><li><a href="#impl-Shr%3Ci16%3E-for-%26%27a%20BigUint">Shr&lt;i16&gt;</a></li><li><a href="#impl-Shr%3Ci16%3E-for-BigUint">Shr&lt;i16&gt;</a></li><li><a href="#impl-Shr%3Ci32%3E-for-%26%27a%20BigUint">Shr&lt;i32&gt;</a></li><li><a href="#impl-Shr%3Ci32%3E-for-BigUint">Shr&lt;i32&gt;</a></li><li><a href="#impl-Shr%3Ci64%3E-for-%26%27a%20BigUint">Shr&lt;i64&gt;</a></li><li><a href="#impl-Shr%3Ci64%3E-for-BigUint">Shr&lt;i64&gt;</a></li><li><a href="#impl-Shr%3Ci8%3E-for-%26%27a%20BigUint">Shr&lt;i8&gt;</a></li><li><a href="#impl-Shr%3Ci8%3E-for-BigUint">Shr&lt;i8&gt;</a></li><li><a href="#impl-Shr%3Cisize%3E-for-%26%27a%20BigUint">Shr&lt;isize&gt;</a></li><li><a href="#impl-Shr%3Cisize%3E-for-BigUint">Shr&lt;isize&gt;</a></li><li><a href="#impl-Shr%3Cu128%3E-for-%26%27a%20BigUint">Shr&lt;u128&gt;</a></li><li><a href="#impl-Shr%3Cu128%3E-for-BigUint">Shr&lt;u128&gt;</a></li><li><a href="#impl-Shr%3Cu16%3E-for-%26%27a%20BigUint">Shr&lt;u16&gt;</a></li><li><a href="#impl-Shr%3Cu16%3E-for-BigUint">Shr&lt;u16&gt;</a></li><li><a href="#impl-Shr%3Cu32%3E-for-%26%27a%20BigUint">Shr&lt;u32&gt;</a></li><li><a href="#impl-Shr%3Cu32%3E-for-BigUint">Shr&lt;u32&gt;</a></li><li><a href="#impl-Shr%3Cu64%3E-for-%26%27a%20BigUint">Shr&lt;u64&gt;</a></li><li><a href="#impl-Shr%3Cu64%3E-for-BigUint">Shr&lt;u64&gt;</a></li><li><a href="#impl-Shr%3Cu8%3E-for-%26%27a%20BigUint">Shr&lt;u8&gt;</a></li><li><a href="#impl-Shr%3Cu8%3E-for-BigUint">Shr&lt;u8&gt;</a></li><li><a href="#impl-Shr%3Cusize%3E-for-%26%27a%20BigUint">Shr&lt;usize&gt;</a></li><li><a href="#impl-Shr%3Cusize%3E-for-BigUint">Shr&lt;usize&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i128%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i16%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i32%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i64%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i8%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20isize%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u128%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u16%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u32%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u64%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u8%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20usize%3E-for-BigUint">ShrAssign&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-ShrAssign%3Ci128%3E-for-BigUint">ShrAssign&lt;i128&gt;</a></li><li><a href="#impl-ShrAssign%3Ci16%3E-for-BigUint">ShrAssign&lt;i16&gt;</a></li><li><a href="#impl-ShrAssign%3Ci32%3E-for-BigUint">ShrAssign&lt;i32&gt;</a></li><li><a href="#impl-ShrAssign%3Ci64%3E-for-BigUint">ShrAssign&lt;i64&gt;</a></li><li><a href="#impl-ShrAssign%3Ci8%3E-for-BigUint">ShrAssign&lt;i8&gt;</a></li><li><a href="#impl-ShrAssign%3Cisize%3E-for-BigUint">ShrAssign&lt;isize&gt;</a></li><li><a href="#impl-ShrAssign%3Cu128%3E-for-BigUint">ShrAssign&lt;u128&gt;</a></li><li><a href="#impl-ShrAssign%3Cu16%3E-for-BigUint">ShrAssign&lt;u16&gt;</a></li><li><a href="#impl-ShrAssign%3Cu32%3E-for-BigUint">ShrAssign&lt;u32&gt;</a></li><li><a href="#impl-ShrAssign%3Cu64%3E-for-BigUint">ShrAssign&lt;u64&gt;</a></li><li><a href="#impl-ShrAssign%3Cu8%3E-for-BigUint">ShrAssign&lt;u8&gt;</a></li><li><a href="#impl-ShrAssign%3Cusize%3E-for-BigUint">ShrAssign&lt;usize&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20BigUint%3E-for-BigUint">Sub&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u128%3E-for-BigUint">Sub&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u16%3E-for-BigUint">Sub&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u32%3E-for-BigUint">Sub&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u64%3E-for-BigUint">Sub&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u8%3E-for-BigUint">Sub&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20usize%3E-for-BigUint">Sub&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigUint">Sub&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Sub%3CBigUint%3E-for-%26%27a%20BigUint">Sub&lt;BigUint&gt;</a></li><li><a href="#impl-Sub%3CBigUint%3E-for-BigUint">Sub&lt;BigUint&gt;</a></li><li><a href="#impl-Sub%3Cu128%3E-for-%26%27a%20BigUint">Sub&lt;u128&gt;</a></li><li><a href="#impl-Sub%3Cu128%3E-for-BigUint">Sub&lt;u128&gt;</a></li><li><a href="#impl-Sub%3Cu16%3E-for-%26%27a%20BigUint">Sub&lt;u16&gt;</a></li><li><a href="#impl-Sub%3Cu16%3E-for-BigUint">Sub&lt;u16&gt;</a></li><li><a href="#impl-Sub%3Cu32%3E-for-%26%27a%20BigUint">Sub&lt;u32&gt;</a></li><li><a href="#impl-Sub%3Cu32%3E-for-BigUint">Sub&lt;u32&gt;</a></li><li><a href="#impl-Sub%3Cu64%3E-for-%26%27a%20BigUint">Sub&lt;u64&gt;</a></li><li><a href="#impl-Sub%3Cu64%3E-for-BigUint">Sub&lt;u64&gt;</a></li><li><a href="#impl-Sub%3Cu8%3E-for-%26%27a%20BigUint">Sub&lt;u8&gt;</a></li><li><a href="#impl-Sub%3Cu8%3E-for-BigUint">Sub&lt;u8&gt;</a></li><li><a href="#impl-Sub%3Cusize%3E-for-%26%27a%20BigUint">Sub&lt;usize&gt;</a></li><li><a href="#impl-Sub%3Cusize%3E-for-BigUint">Sub&lt;usize&gt;</a></li><li><a href="#impl-SubAssign%3C%26%27a%20BigUint%3E-for-BigUint">SubAssign&lt;&amp;&#39;a BigUint&gt;</a></li><li><a href="#impl-SubAssign%3CBigUint%3E-for-BigUint">SubAssign&lt;BigUint&gt;</a></li><li><a href="#impl-SubAssign%3Cu128%3E-for-BigUint">SubAssign&lt;u128&gt;</a></li><li><a href="#impl-SubAssign%3Cu16%3E-for-BigUint">SubAssign&lt;u16&gt;</a></li><li><a href="#impl-SubAssign%3Cu32%3E-for-BigUint">SubAssign&lt;u32&gt;</a></li><li><a href="#impl-SubAssign%3Cu64%3E-for-BigUint">SubAssign&lt;u64&gt;</a></li><li><a href="#impl-SubAssign%3Cu8%3E-for-BigUint">SubAssign&lt;u8&gt;</a></li><li><a href="#impl-SubAssign%3Cusize%3E-for-BigUint">SubAssign&lt;usize&gt;</a></li><li><a href="#impl-Sum%3CT%3E-for-BigUint">Sum&lt;T&gt;</a></li><li><a href="#impl-ToBigInt-for-BigUint">ToBigInt</a></li><li><a href="#impl-ToBigUint-for-BigUint">ToBigUint</a></li><li><a href="#impl-ToPrimitive-for-BigUint">ToPrimitive</a></li><li><a href="#impl-Unsigned-for-BigUint">Unsigned</a></li><li><a href="#impl-UpperHex-for-BigUint">UpperHex</a></li><li><a href="#impl-Zero-for-BigUint">Zero</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-BigUint">RefUnwindSafe</a></li><li><a href="#impl-Send-for-BigUint">Send</a></li><li><a href="#impl-Sync-for-BigUint">Sync</a></li><li><a href="#impl-Unpin-for-BigUint">Unpin</a></li><li><a href="#impl-UnwindSafe-for-BigUint">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-BigUint">Any</a></li><li><a href="#impl-Average-for-BigUint">Average</a></li><li><a href="#impl-Borrow%3CT%3E-for-BigUint">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-BigUint">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-BigUint">From&lt;T&gt;</a></li><li><a href="#impl-Into%3CU%3E-for-BigUint">Into&lt;U&gt;</a></li><li><a href="#impl-NumAssign-for-BigUint">NumAssign</a></li><li><a href="#impl-NumAssignOps%3CRhs%3E-for-BigUint">NumAssignOps&lt;Rhs&gt;</a></li><li><a href="#impl-NumAssignRef-for-BigUint">NumAssignRef</a></li><li><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-BigUint">NumOps&lt;Rhs, Output&gt;</a></li><li><a href="#impl-NumRef-for-BigUint">NumRef</a></li><li><a href="#impl-RefNum%3CBase%3E-for-BigUint">RefNum&lt;Base&gt;</a></li><li><a href="#impl-ToOwned-for-BigUint">ToOwned</a></li><li><a href="#impl-ToString-for-BigUint">ToString</a></li><li><a href="#impl-TryFrom%3CU%3E-for-BigUint">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-BigUint">TryInto&lt;U&gt;</a></li></ul></section><h2><a href="index.html">In num</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Struct <a href="index.html">num</a>::<wbr><a class="struct" href="#">BigUint</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/num_bigint/biguint.rs.html#39">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="item-decl"><pre class="rust struct"><code>pub struct BigUint { /* private fields */ }</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A big unsigned integer type.</p>
</div></details><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#513">source</a><a href="#impl-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.new" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#518">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fnname">new</a>(digits: Vec&lt;u32, Global&gt;) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_slice" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#537">source</a><h4 class="code-header">pub fn <a href="#method.from_slice" class="fnname">from_slice</a>(slice: &amp;[u32]) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.assign_from_slice" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#547">source</a><h4 class="code-header">pub fn <a href="#method.assign_from_slice" class="fnname">assign_from_slice</a>(&amp;mut self, slice: &amp;[u32])</h4></section></summary><div class="docblock"><p>Assign a value to a <code>BigUint</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#578">source</a><h4 class="code-header">pub fn <a href="#method.from_bytes_be" class="fnname">from_bytes_be</a>(bytes: &amp;[u8]) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>.</p>
<p>The bytes are in big-endian byte order.</p>
<h5 id="examples"><a href="#examples">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from_bytes_be(<span class="string">b&quot;A&quot;</span>),
BigUint::parse_bytes(<span class="string">b&quot;65&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigUint::from_bytes_be(<span class="string">b&quot;AA&quot;</span>),
BigUint::parse_bytes(<span class="string">b&quot;16705&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigUint::from_bytes_be(<span class="string">b&quot;AB&quot;</span>),
BigUint::parse_bytes(<span class="string">b&quot;16706&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigUint::from_bytes_be(<span class="string">b&quot;Hello world!&quot;</span>),
BigUint::parse_bytes(<span class="string">b&quot;22405534230753963835153736737&quot;</span>, <span class="number">10</span>).unwrap());</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#592">source</a><h4 class="code-header">pub fn <a href="#method.from_bytes_le" class="fnname">from_bytes_le</a>(bytes: &amp;[u8]) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>.</p>
<p>The bytes are in little-endian byte order.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.parse_bytes" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#617">source</a><h4 class="code-header">pub fn <a href="#method.parse_bytes" class="fnname">parse_bytes</a>(buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>. The input slice must contain
ascii/utf8 characters in [0-9a-zA-Z].
<code>radix</code> must be in the range <code>2...36</code>.</p>
<p>The function <code>from_str_radix</code> from the <code>Num</code> trait provides the same logic
for <code>&amp;str</code> buffers.</p>
<h5 id="examples-1"><a href="#examples-1">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigUint, ToBigUint};
<span class="macro">assert_eq!</span>(BigUint::parse_bytes(<span class="string">b&quot;1234&quot;</span>, <span class="number">10</span>), ToBigUint::to_biguint(<span class="kw-2">&amp;</span><span class="number">1234</span>));
<span class="macro">assert_eq!</span>(BigUint::parse_bytes(<span class="string">b&quot;ABCD&quot;</span>, <span class="number">16</span>), ToBigUint::to_biguint(<span class="kw-2">&amp;</span><span class="number">0xABCD</span>));
<span class="macro">assert_eq!</span>(BigUint::parse_bytes(<span class="string">b&quot;G&quot;</span>, <span class="number">16</span>), <span class="prelude-val">None</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_radix_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#638">source</a><h4 class="code-header">pub fn <a href="#method.from_radix_be" class="fnname">from_radix_be</a>(buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>. Each u8 of the input slice is
interpreted as one digit of the number
and must therefore be less than <code>radix</code>.</p>
<p>The bytes are in big-endian byte order.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-2"><a href="#examples-2">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigUint};
<span class="kw">let </span>inbase190 = <span class="kw-2">&amp;</span>[<span class="number">15</span>, <span class="number">33</span>, <span class="number">125</span>, <span class="number">12</span>, <span class="number">14</span>];
<span class="kw">let </span>a = BigUint::from_radix_be(inbase190, <span class="number">190</span>).unwrap();
<span class="macro">assert_eq!</span>(a.to_radix_be(<span class="number">190</span>), inbase190);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_radix_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#658">source</a><h4 class="code-header">pub fn <a href="#method.from_radix_le" class="fnname">from_radix_le</a>(buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>. Each u8 of the input slice is
interpreted as one digit of the number
and must therefore be less than <code>radix</code>.</p>
<p>The bytes are in little-endian byte order.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-3"><a href="#examples-3">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigUint};
<span class="kw">let </span>inbase190 = <span class="kw-2">&amp;</span>[<span class="number">14</span>, <span class="number">12</span>, <span class="number">125</span>, <span class="number">33</span>, <span class="number">15</span>];
<span class="kw">let </span>a = BigUint::from_radix_be(inbase190, <span class="number">190</span>).unwrap();
<span class="macro">assert_eq!</span>(a.to_radix_be(<span class="number">190</span>), inbase190);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#673">source</a><h4 class="code-header">pub fn <a href="#method.to_bytes_be" class="fnname">to_bytes_be</a>(&amp;self) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the byte representation of the <code>BigUint</code> in big-endian byte order.</p>
<h5 id="examples-4"><a href="#examples-4">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="kw">let </span>i = BigUint::parse_bytes(<span class="string">b&quot;1125&quot;</span>, <span class="number">10</span>).unwrap();
<span class="macro">assert_eq!</span>(i.to_bytes_be(), <span class="macro">vec!</span>[<span class="number">4</span>, <span class="number">101</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#690">source</a><h4 class="code-header">pub fn <a href="#method.to_bytes_le" class="fnname">to_bytes_le</a>(&amp;self) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the byte representation of the <code>BigUint</code> in little-endian byte order.</p>
<h5 id="examples-5"><a href="#examples-5">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="kw">let </span>i = BigUint::parse_bytes(<span class="string">b&quot;1125&quot;</span>, <span class="number">10</span>).unwrap();
<span class="macro">assert_eq!</span>(i.to_bytes_le(), <span class="macro">vec!</span>[<span class="number">101</span>, <span class="number">4</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u32_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#712">source</a><h4 class="code-header">pub fn <a href="#method.to_u32_digits" class="fnname">to_u32_digits</a>(&amp;self) -&gt; Vec&lt;u32, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the <code>u32</code> digits representation of the <code>BigUint</code> ordered least significant digit
first.</p>
<h5 id="examples-6"><a href="#examples-6">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1125u32</span>).to_u32_digits(), <span class="macro">vec!</span>[<span class="number">1125</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967295u32</span>).to_u32_digits(), <span class="macro">vec!</span>[<span class="number">4294967295</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967296u64</span>).to_u32_digits(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">112500000000u64</span>).to_u32_digits(), <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u64_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#731">source</a><h4 class="code-header">pub fn <a href="#method.to_u64_digits" class="fnname">to_u64_digits</a>(&amp;self) -&gt; Vec&lt;u64, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the <code>u64</code> digits representation of the <code>BigUint</code> ordered least significant digit
first.</p>
<h5 id="examples-7"><a href="#examples-7">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1125u32</span>).to_u64_digits(), <span class="macro">vec!</span>[<span class="number">1125</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967295u32</span>).to_u64_digits(), <span class="macro">vec!</span>[<span class="number">4294967295</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967296u64</span>).to_u64_digits(), <span class="macro">vec!</span>[<span class="number">4294967296</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">112500000000u64</span>).to_u64_digits(), <span class="macro">vec!</span>[<span class="number">112500000000</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1u128 </span>&lt;&lt; <span class="number">64</span>).to_u64_digits(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.iter_u32_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#749">source</a><h4 class="code-header">pub fn <a href="#method.iter_u32_digits" class="fnname">iter_u32_digits</a>(&amp;self) -&gt; <a class="struct" href="bigint/struct.U32Digits.html" title="struct num::bigint::U32Digits">U32Digits</a>&lt;'_&gt;<span class="notable-traits"><span class="notable-traits-tooltip"><span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="bigint/struct.U32Digits.html" title="struct num::bigint::U32Digits">U32Digits</a>&lt;'_&gt;</span><code class="content"><span class="where fmt-newline">impl Iterator for <a class="struct" href="bigint/struct.U32Digits.html" title="struct num::bigint::U32Digits">U32Digits</a>&lt;'_&gt;</span><span class="where fmt-newline"> type <a class="associatedtype">Item</a> = u32;</span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>Returns an iterator of <code>u32</code> digits representation of the <code>BigUint</code> ordered least
significant digit first.</p>
<h5 id="examples-8"><a href="#examples-8">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1125u32</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">1125</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967295u32</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967295</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967296u64</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">112500000000u64</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.iter_u64_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#768">source</a><h4 class="code-header">pub fn <a href="#method.iter_u64_digits" class="fnname">iter_u64_digits</a>(&amp;self) -&gt; <a class="struct" href="bigint/struct.U64Digits.html" title="struct num::bigint::U64Digits">U64Digits</a>&lt;'_&gt;<span class="notable-traits"><span class="notable-traits-tooltip"><span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="bigint/struct.U64Digits.html" title="struct num::bigint::U64Digits">U64Digits</a>&lt;'_&gt;</span><code class="content"><span class="where fmt-newline">impl Iterator for <a class="struct" href="bigint/struct.U64Digits.html" title="struct num::bigint::U64Digits">U64Digits</a>&lt;'_&gt;</span><span class="where fmt-newline"> type <a class="associatedtype">Item</a> = u64;</span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>Returns an iterator of <code>u64</code> digits representation of the <code>BigUint</code> ordered least
significant digit first.</p>
<h5 id="examples-9"><a href="#examples-9">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1125u32</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">1125</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967295u32</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967295</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">4294967296u64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967296</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">112500000000u64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">112500000000</span>]);
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">1u128 </span>&lt;&lt; <span class="number">64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_str_radix" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#784">source</a><h4 class="code-header">pub fn <a href="#method.to_str_radix" class="fnname">to_str_radix</a>(&amp;self, radix: u32) -&gt; String</h4></section></summary><div class="docblock"><p>Returns the integer formatted as a string in the given radix.
<code>radix</code> must be in the range <code>2...36</code>.</p>
<h5 id="examples-10"><a href="#examples-10">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="kw">let </span>i = BigUint::parse_bytes(<span class="string">b&quot;ff&quot;</span>, <span class="number">16</span>).unwrap();
<span class="macro">assert_eq!</span>(i.to_str_radix(<span class="number">16</span>), <span class="string">&quot;ff&quot;</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_radix_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#805">source</a><h4 class="code-header">pub fn <a href="#method.to_radix_be" class="fnname">to_radix_be</a>(&amp;self, radix: u32) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the integer in the requested base in big-endian digit order.
The output is not given in a human readable alphabet but as a zero
based u8 number.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-11"><a href="#examples-11">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">0xFFFFu64</span>).to_radix_be(<span class="number">159</span>),
<span class="macro">vec!</span>[<span class="number">2</span>, <span class="number">94</span>, <span class="number">27</span>]);
<span class="comment">// 0xFFFF = 65535 = 2*(159^2) + 94*159 + 27</span></code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_radix_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#826">source</a><h4 class="code-header">pub fn <a href="#method.to_radix_le" class="fnname">to_radix_le</a>(&amp;self, radix: u32) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the integer in the requested base in little-endian digit order.
The output is not given in a human readable alphabet but as a zero
based u8 number.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-12"><a href="#examples-12">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigUint;
<span class="macro">assert_eq!</span>(BigUint::from(<span class="number">0xFFFFu64</span>).to_radix_le(<span class="number">159</span>),
<span class="macro">vec!</span>[<span class="number">27</span>, <span class="number">94</span>, <span class="number">2</span>]);
<span class="comment">// 0xFFFF = 65535 = 27 + 94*159 + 2*(159^2)</span></code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#832">source</a><h4 class="code-header">pub fn <a href="#method.bits" class="fnname">bits</a>(&amp;self) -&gt; u64</h4></section></summary><div class="docblock"><p>Determines the fewest bits necessary to express the <code>BigUint</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#860">source</a><h4 class="code-header">pub fn <a href="#method.pow" class="fnname">pow</a>(&amp;self, exponent: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns <code>self ^ exponent</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.modpow" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#867">source</a><h4 class="code-header">pub fn <a href="#method.modpow" class="fnname">modpow</a>(&amp;self, exponent: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, modulus: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns <code>(self ^ exponent) % modulus</code>.</p>
<p>Panics if the modulus is zero.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sqrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#873">source</a><h4 class="code-header">pub fn <a href="#method.sqrt" class="fnname">sqrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal square root of <code>self</code>
see <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#method.sqrt">Roots::sqrt</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cbrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#879">source</a><h4 class="code-header">pub fn <a href="#method.cbrt" class="fnname">cbrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal cube root of <code>self</code>
see <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#method.cbrt">Roots::cbrt</a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.nth_root" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#885">source</a><h4 class="code-header">pub fn <a href="#method.nth_root" class="fnname">nth_root</a>(&amp;self, n: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal <code>n</code>th root of <code>self</code>
see <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#tymethod.nth_root">Roots::nth_root</a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.trailing_zeros" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#891">source</a><h4 class="code-header">pub fn <a href="#method.trailing_zeros" class="fnname">trailing_zeros</a>(&amp;self) -&gt; Option&lt;u64&gt;</h4></section></summary><div class="docblock"><p>Returns the number of least-significant bits that are zero,
or <code>None</code> if the entire number is zero.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.trailing_ones" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#898">source</a><h4 class="code-header">pub fn <a href="#method.trailing_ones" class="fnname">trailing_ones</a>(&amp;self) -&gt; u64</h4></section></summary><div class="docblock"><p>Returns the number of least-significant bits that are ones.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.count_ones" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#911">source</a><h4 class="code-header">pub fn <a href="#method.count_ones" class="fnname">count_ones</a>(&amp;self) -&gt; u64</h4></section></summary><div class="docblock"><p>Returns the number of one bits.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bit" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#916">source</a><h4 class="code-header">pub fn <a href="#method.bit" class="fnname">bit</a>(&amp;self, bit: u64) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns whether the bit in the given position is set</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_bit" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#931">source</a><h4 class="code-header">pub fn <a href="#method.set_bit" class="fnname">set_bit</a>(&amp;mut self, bit: u64, value: bool)</h4></section></summary><div class="docblock"><p>Sets or clears the bit in the given position</p>
<p>Note that setting a bit greater than the current bit length, a reallocation may be needed
to store the new digits</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#89">source</a><a href="#impl-Add%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-94" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-94" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#92">source</a><a href="#method.add-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#impl-Add%3C%26%27a%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-96" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-96" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#method.add-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27a%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-103" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-103" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#impl-Add%3C%26%27a%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-107" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-107" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#method.add-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#impl-Add%3C%26%27a%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-95" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-95" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#method.add-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27a%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-106" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-106" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27a%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-102" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-102" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#impl-Add%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-98" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-98" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#method.add-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-101" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-101" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#method.add-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-118" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-118" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-111" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-111" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#method.add-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-109" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-109" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#method.add-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-108" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-108" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-104" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-104" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#impl-Add%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-105" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-105" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#method.add-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#impl-Add%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-115" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-115" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#86">source</a><a href="#method.add-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#impl-Add%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-116" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-116" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#118">source</a><a href="#method.add-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#191">source</a><a href="#impl-Add%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-117" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-117" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#195">source</a><a href="#method.add-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-100" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-100" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-93" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-93" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#impl-Add%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-110" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-110" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#116">source</a><a href="#method.add-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#120">source</a><a href="#impl-Add%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-97" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-97" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#124">source</a><a href="#method.add-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#impl-Add%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-119" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-119" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#117">source</a><a href="#method.add-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#146">source</a><a href="#impl-Add%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-92" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-92" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#150">source</a><a href="#method.add" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-112" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-112" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-114" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-114" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-113" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-113" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#impl-Add%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Add&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-99" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-99" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#114">source</a><a href="#method.add-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#97">source</a><a href="#impl-AddAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; AddAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#99">source</a><a href="#method.add_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#87">source</a><a href="#impl-AddAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#87">source</a><a href="#method.add_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#201">source</a><a href="#impl-AddAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#230">source</a><a href="#method.add_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#impl-AddAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#method.add_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#130">source</a><a href="#impl-AddAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#132">source</a><a href="#method.add_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#156">source</a><a href="#impl-AddAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#177">source</a><a href="#method.add_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#impl-AddAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#method.add_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#impl-AddAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#115">source</a><a href="#method.add_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Binary-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#129">source</a><a href="#impl-Binary-for-BigUint" class="anchor"></a><h3 class="code-header">impl Binary for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#130">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#26">source</a><a href="#impl-BitAnd%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAnd&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-244" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-244" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#30">source</a><a href="#method.bitand" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#10">source</a><a href="#impl-BitAnd%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitAnd&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-246" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-246" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#14">source</a><a href="#method.bitand-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#6">source</a><a href="#impl-BitAnd%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAnd&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-247" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-247" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#6">source</a><a href="#method.bitand-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#5">source</a><a href="#impl-BitAnd%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitAnd&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-245" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-245" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#5">source</a><a href="#method.bitand-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAndAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#35">source</a><a href="#impl-BitAndAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAndAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#37">source</a><a href="#method.bitand_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>&amp;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAndAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#24">source</a><a href="#impl-BitAndAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitAndAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#24">source</a><a href="#method.bitand_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>&amp;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#49">source</a><a href="#impl-BitOr%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOr&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-276" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-276" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#52">source</a><a href="#method.bitor" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#impl-BitOr%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitOr&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-278" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-278" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#method.bitor-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#impl-BitOr%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOr&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-279" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-279" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#method.bitor-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#impl-BitOr%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitOr&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-277" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-277" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#46">source</a><a href="#method.bitor-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOrAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#57">source</a><a href="#impl-BitOrAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOrAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#59">source</a><a href="#method.bitor_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>|=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOrAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#47">source</a><a href="#impl-BitOrAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitOrAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#47">source</a><a href="#method.bitor_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>|=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#73">source</a><a href="#impl-BitXor%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXor&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-62" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-62" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#76">source</a><a href="#method.bitxor-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#impl-BitXor%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitXor&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-61" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-61" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#method.bitxor-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#impl-BitXor%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXor&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-63" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-63" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#method.bitxor-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#impl-BitXor%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitXor&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-60" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-60" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#70">source</a><a href="#method.bitxor" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXorAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#81">source</a><a href="#impl-BitXorAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXorAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#83">source</a><a href="#method.bitxor_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>^=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXorAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#71">source</a><a href="#impl-BitXorAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl BitXorAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/bits.rs.html#71">source</a><a href="#method.bitxor_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>^=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedAdd-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#247">source</a><a href="#impl-CheckedAdd-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.CheckedAdd.html" title="trait num::CheckedAdd">CheckedAdd</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#249">source</a><a href="#method.checked_add" class="anchor"></a><h4 class="code-header">fn <a href="trait.CheckedAdd.html#tymethod.checked_add" class="fnname">checked_add</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Adds two numbers, checking for overflow. If overflow happens, <code>None</code> is
returned. <a href="trait.CheckedAdd.html#tymethod.checked_add">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedDiv-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#607">source</a><a href="#impl-CheckedDiv-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.CheckedDiv.html" title="trait num::CheckedDiv">CheckedDiv</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_div" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#609">source</a><a href="#method.checked_div" class="anchor"></a><h4 class="code-header">fn <a href="trait.CheckedDiv.html#tymethod.checked_div" class="fnname">checked_div</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Divides two numbers, checking for underflow, overflow and division by
zero. If any of that happens, <code>None</code> is returned. <a href="trait.CheckedDiv.html#tymethod.checked_div">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedMul-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#481">source</a><a href="#impl-CheckedMul-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.CheckedMul.html" title="trait num::CheckedMul">CheckedMul</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_mul" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#483">source</a><a href="#method.checked_mul" class="anchor"></a><h4 class="code-header">fn <a href="trait.CheckedMul.html#tymethod.checked_mul" class="fnname">checked_mul</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Multiplies two numbers, checking for underflow or overflow. If underflow
or overflow happens, <code>None</code> is returned. <a href="trait.CheckedMul.html#tymethod.checked_mul">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedSub-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#303">source</a><a href="#impl-CheckedSub-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.CheckedSub.html" title="trait num::CheckedSub">CheckedSub</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_sub" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#305">source</a><a href="#method.checked_sub" class="anchor"></a><h4 class="code-header">fn <a href="trait.CheckedSub.html#tymethod.checked_sub" class="fnname">checked_sub</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Subtracts two numbers, checking for underflow. If underflow happens,
<code>None</code> is returned. <a href="trait.CheckedSub.html#tymethod.checked_sub">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Clone-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#45">source</a><a href="#impl-Clone-for-BigUint" class="anchor"></a><h3 class="code-header">impl Clone for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#47">source</a><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#54">source</a><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_from</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#38">source</a><a href="#impl-Debug-for-BigUint" class="anchor"></a><h3 class="code-header">impl Debug for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#38">source</a><a href="#method.fmt-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Default-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#102">source</a><a href="#impl-Default-for-BigUint" class="anchor"></a><h3 class="code-header">impl Default for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.default" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#104">source</a><a href="#method.default" class="anchor"></a><h4 class="code-header">fn <a class="fnname">default</a>() -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Display-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#109">source</a><a href="#impl-Display-for-BigUint" class="anchor"></a><h3 class="code-header">impl Display for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#110">source</a><a href="#method.fmt-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#298">source</a><a href="#impl-Div%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-266" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-266" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#298">source</a><a href="#method.div-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#impl-Div%3C%26%27a%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-274" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-274" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#method.div-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27a%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-260" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-260" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#impl-Div%3C%26%27a%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-256" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-256" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#method.div-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#impl-Div%3C%26%27a%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-261" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-261" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#method.div-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27a%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-255" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-255" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27a%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-273" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-273" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#312">source</a><a href="#impl-Div%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-272" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-272" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#316">source</a><a href="#method.div-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-265" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-265" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#method.div-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-254" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-254" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-250" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-250" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#method.div-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-269" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-269" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#method.div-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-267" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-267" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-259" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-259" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#299">source</a><a href="#impl-Div%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-264" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-264" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#299">source</a><a href="#method.div-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#302">source</a><a href="#impl-Div%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-248" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-248" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#306">source</a><a href="#method.div" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#impl-Div%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-271" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-271" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#332">source</a><a href="#method.div-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#406">source</a><a href="#impl-Div%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-253" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-253" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#410">source</a><a href="#method.div-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-257" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-257" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-270" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-270" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#impl-Div%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-268" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-268" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#330">source</a><a href="#method.div-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#334">source</a><a href="#impl-Div%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-249" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-249" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#338">source</a><a href="#method.div-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#impl-Div%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-258" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-258" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#331">source</a><a href="#method.div-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#363">source</a><a href="#impl-Div%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-263" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-263" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#367">source</a><a href="#method.div-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-262" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-262" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-251" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-251" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-275" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-275" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#impl-Div%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Div&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-252" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-252" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#328">source</a><a href="#method.div-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#321">source</a><a href="#impl-DivAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; DivAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#323">source</a><a href="#method.div_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#300">source</a><a href="#impl-DivAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#300">source</a><a href="#method.div_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#416">source</a><a href="#impl-DivAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#418">source</a><a href="#method.div_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#impl-DivAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#method.div_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#343">source</a><a href="#impl-DivAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#345">source</a><a href="#method.div_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#372">source</a><a href="#impl-DivAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#374">source</a><a href="#method.div_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#impl-DivAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#method.div_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#impl-DivAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#329">source</a><a href="#method.div_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CBigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#270">source</a><a href="#impl-From%3CBigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#272">source</a><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#489">source</a><a href="#impl-From%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#491">source</a><a href="#method.from-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#515">source</a><a href="#impl-From%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#515">source</a><a href="#method.from-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#516">source</a><a href="#impl-From%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#516">source</a><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#474">source</a><a href="#impl-From%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#476">source</a><a href="#method.from-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#514">source</a><a href="#impl-From%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#514">source</a><a href="#method.from-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#517">source</a><a href="#impl-From%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl From&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#517">source</a><a href="#method.from-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromPrimitive-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#414">source</a><a href="#impl-FromPrimitive-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.FromPrimitive.html" title="trait num::FromPrimitive">FromPrimitive</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#416">source</a><a href="#method.from_i64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#tymethod.from_i64" class="fnname">from_i64</a>(n: i64) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>i64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#tymethod.from_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#425">source</a><a href="#method.from_i128" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i128" class="fnname">from_i128</a>(n: i128) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>i128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#434">source</a><a href="#method.from_u64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#tymethod.from_u64" class="fnname">from_u64</a>(n: u64) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>u64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#tymethod.from_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#439">source</a><a href="#method.from_u128" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u128" class="fnname">from_u128</a>(n: u128) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>u128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#444">source</a><a href="#method.from_f64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_f64" class="fnname">from_f64</a>(n: f64) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts a <code>f64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_f64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#415">source</a><a href="#method.from_isize" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_isize" class="fnname">from_isize</a>(n: isize) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>isize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#422">source</a><a href="#method.from_i8" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i8" class="fnname">from_i8</a>(n: i8) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#429">source</a><a href="#method.from_i16" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i16" class="fnname">from_i16</a>(n: i16) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#436">source</a><a href="#method.from_i32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i32" class="fnname">from_i32</a>(n: i32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#460">source</a><a href="#method.from_usize" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_usize" class="fnname">from_usize</a>(n: usize) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts a <code>usize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#467">source</a><a href="#method.from_u8" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u8" class="fnname">from_u8</a>(n: u8) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#474">source</a><a href="#method.from_u16" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u16" class="fnname">from_u16</a>(n: u16) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#481">source</a><a href="#method.from_u32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u32" class="fnname">from_u32</a>(n: u32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#505">source</a><a href="#method.from_f32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_f32" class="fnname">from_f32</a>(n: f32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts a <code>f32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_f32">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromStr-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#32">source</a><a href="#impl-FromStr-for-BigUint" class="anchor"></a><h3 class="code-header">impl FromStr for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Err" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Err" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Err</a> = <a class="struct" href="bigint/struct.ParseBigIntError.html" title="struct num::bigint::ParseBigIntError">ParseBigIntError</a></h4></section></summary><div class='docblock'>The associated error which can be returned from parsing.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#36">source</a><a href="#method.from_str" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from_str</a>(s: &amp;str) -&gt; Result&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, <a class="struct" href="bigint/struct.ParseBigIntError.html" title="struct num::bigint::ParseBigIntError">ParseBigIntError</a>&gt;</h4></section></summary><div class='docblock'>Parses a string <code>s</code> to return a value of this type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Hash-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#59">source</a><a href="#impl-Hash-for-BigUint" class="anchor"></a><h3 class="code-header">impl Hash for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#61">source</a><a href="#method.hash" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash</a>&lt;H&gt;(&amp;self, state: &amp;mut H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds this value into the given [<code>Hasher</code>]. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.3.0">1.3.0</span><a href="#method.hash_slice" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash_slice</a>&lt;H&gt;(data: &amp;[Self], state: &amp;mut H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given [<code>Hasher</code>]. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Integer-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#178">source</a><a href="#impl-Integer-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gcd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#215">source</a><a href="#method.gcd" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.gcd" class="fnname">gcd</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Calculates the Greatest Common Divisor (GCD) of the number and <code>other</code>.</p>
<p>The result is always positive.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.lcm" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#251">source</a><a href="#method.lcm" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.lcm" class="fnname">lcm</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Calculates the Lowest Common Multiple (LCM) of the number and <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gcd_lcm" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#262">source</a><a href="#method.gcd_lcm" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.gcd_lcm" class="fnname">gcd_lcm</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; (<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class="docblock"><p>Calculates the Greatest Common Divisor (GCD) and
Lowest Common Multiple (LCM) together.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.divides" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#274">source</a><a href="#method.divides" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.divides" class="fnname">divides</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; bool</h4></section></summary><div class="docblock"><p>Deprecated, use <code>is_multiple_of</code> instead.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#280">source</a><a href="#method.is_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.is_multiple_of" class="fnname">is_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is a multiple of <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_even" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#286">source</a><a href="#method.is_even" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.is_even" class="fnname">is_even</a>(&amp;self) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is divisible by <code>2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_odd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#296">source</a><a href="#method.is_odd" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.is_odd" class="fnname">is_odd</a>(&amp;self) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is not divisible by <code>2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.next_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#302">source</a><a href="#method.next_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.next_multiple_of" class="fnname">next_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Rounds up to nearest multiple of argument.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.prev_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#312">source</a><a href="#method.prev_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.prev_multiple_of" class="fnname">prev_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Rounds down to nearest multiple of argument.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_rem" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#180">source</a><a href="#method.div_rem" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.div_rem" class="fnname">div_rem</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; (<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Simultaneous truncated integer division and modulus.
Returns <code>(quotient, remainder)</code>. <a href="trait.Integer.html#tymethod.div_rem">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#185">source</a><a href="#method.div_floor" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.div_floor" class="fnname">div_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Floored integer division. <a href="trait.Integer.html#tymethod.div_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mod_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#191">source</a><a href="#method.mod_floor" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#tymethod.mod_floor" class="fnname">mod_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Floored integer modulo, satisfying: <a href="trait.Integer.html#tymethod.mod_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_mod_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#197">source</a><a href="#method.div_mod_floor" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.div_mod_floor" class="fnname">div_mod_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; (<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Simultaneous floored integer division and modulus.
Returns <code>(quotient, remainder)</code>. <a href="trait.Integer.html#method.div_mod_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_ceil" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#202">source</a><a href="#method.div_ceil" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.div_ceil" class="fnname">div_ceil</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Ceiled integer division. <a href="trait.Integer.html#method.div_ceil">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.extended_gcd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/lib.rs.html#165-167">source</a><a href="#method.extended_gcd" class="anchor"></a><h4 class="code-header">fn <a href="trait.Integer.html#method.extended_gcd" class="fnname">extended_gcd</a>(&amp;self, other: &amp;Self) -&gt; <a class="struct" href="integer/struct.ExtendedGcd.html" title="struct num::integer::ExtendedGcd">ExtendedGcd</a>&lt;Self&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: Clone,</span></h4></section></summary><div class='docblock'>Greatest common divisor and Bézout coefficients. <a href="trait.Integer.html#method.extended_gcd">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-LowerHex-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#115">source</a><a href="#impl-LowerHex-for-BigUint" class="anchor"></a><h3 class="code-header">impl LowerHex for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#116">source</a><a href="#method.fmt-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#impl-Mul%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-50" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-50" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#method.mul-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#impl-Mul%3C%26%27a%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-34" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-34" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#method.mul-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27a%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-42" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-42" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#impl-Mul%3C%26%27a%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-41" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-41" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#method.mul-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#impl-Mul%3C%26%27a%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-53" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-53" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#method.mul-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27a%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-58" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-58" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27a%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-52" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-52" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#362">source</a><a href="#impl-Mul%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-44" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-44" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#366">source</a><a href="#method.mul-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-38" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-38" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#method.mul-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-45" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-45" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-33" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-33" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#method.mul-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-39" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-39" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#method.mul-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-37" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-37" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-43" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-43" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#impl-Mul%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-57" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-57" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#method.mul-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#impl-Mul%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-55" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-55" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#359">source</a><a href="#method.mul-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#impl-Mul%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-35" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-35" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#381">source</a><a href="#method.mul-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#443">source</a><a href="#impl-Mul%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-54" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-54" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#447">source</a><a href="#method.mul-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-47" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-47" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-32" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-32" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#impl-Mul%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-36" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-36" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#379">source</a><a href="#method.mul-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#383">source</a><a href="#impl-Mul%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-48" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-48" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#387">source</a><a href="#method.mul-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#impl-Mul%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-59" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-59" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#380">source</a><a href="#method.mul-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#406">source</a><a href="#impl-Mul%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-51" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-51" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#410">source</a><a href="#method.mul-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-40" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-40" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-56" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-56" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-46" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-46" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#impl-Mul%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Mul&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-49" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-49" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#377">source</a><a href="#method.mul-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#370">source</a><a href="#impl-MulAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; MulAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#372">source</a><a href="#method.mul_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#360">source</a><a href="#impl-MulAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#360">source</a><a href="#method.mul_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#453">source</a><a href="#impl-MulAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#469">source</a><a href="#method.mul_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#impl-MulAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#method.mul_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#392">source</a><a href="#impl-MulAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#394">source</a><a href="#method.mul_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#415">source</a><a href="#impl-MulAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#431">source</a><a href="#method.mul_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#impl-MulAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#method.mul_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#impl-MulAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#378">source</a><a href="#method.mul_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Num-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#210">source</a><a href="#impl-Num-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str_radix" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#214">source</a><a href="#method.from_str_radix" class="anchor"></a><h4 class="code-header">fn <a href="trait.Num.html#tymethod.from_str_radix" class="fnname">from_str_radix</a>(s: &amp;str, radix: u32) -&gt; Result&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, <a class="struct" href="bigint/struct.ParseBigIntError.html" title="struct num::bigint::ParseBigIntError">ParseBigIntError</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigUint</code>.</p>
</div></details><section id="associatedtype.FromStrRadixErr" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.FromStrRadixErr" class="anchor"></a><h4 class="code-header">type <a href="trait.Num.html#associatedtype.FromStrRadixErr" class="associatedtype">FromStrRadixErr</a> = <a class="struct" href="bigint/struct.ParseBigIntError.html" title="struct num::bigint::ParseBigIntError">ParseBigIntError</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Octal-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#135">source</a><a href="#impl-Octal-for-BigUint" class="anchor"></a><h3 class="code-header">impl Octal for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#136">source</a><a href="#method.fmt-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-One-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#158">source</a><a href="#impl-One-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.One.html" title="trait num::One">One</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#160">source</a><a href="#method.one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#tymethod.one" class="fnname">one</a>() -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the multiplicative identity element of <code>Self</code>, <code>1</code>. <a href="trait.One.html#tymethod.one">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#165">source</a><a href="#method.set_one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#method.set_one" class="fnname">set_one</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the multiplicative identity element of <code>Self</code>, <code>1</code>.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#171">source</a><a href="#method.is_one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#method.is_one" class="fnname">is_one</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns <code>true</code> if <code>self</code> is equal to the multiplicative identity. <a href="trait.One.html#method.is_one">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Ord-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#84">source</a><a href="#impl-Ord-for-BigUint" class="anchor"></a><h3 class="code-header">impl Ord for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cmp" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#86">source</a><a href="#method.cmp" class="anchor"></a><h4 class="code-header">fn <a class="fnname">cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Ordering</h4></section></summary><div class='docblock'>This method returns an [<code>Ordering</code>] between <code>self</code> and <code>other</code>. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.max" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.21.0">1.21.0</span><a href="#method.max" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">max</a>(self, other: Self) -&gt; Self</h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.min" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.21.0">1.21.0</span><a href="#method.min" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">min</a>(self, other: Self) -&gt; Self</h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clamp" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.50.0">1.50.0</span><a href="#method.clamp" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">clamp</a>(self, min: Self, max: Self) -&gt; Self<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: PartialOrd&lt;Self&gt;,</span></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#67">source</a><a href="#impl-PartialEq%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl PartialEq&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#69">source</a><a href="#method.eq" class="anchor"></a><h4 class="code-header">fn <a class="fnname">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.ne" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">ne</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#77">source</a><a href="#impl-PartialOrd%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl PartialOrd&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#79">source</a><a href="#method.partial_cmp" class="anchor"></a><h4 class="code-header">fn <a class="fnname">partial_cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; Option&lt;Ordering&gt;</h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.lt" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">lt</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;</code> operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.le" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.le" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">le</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;=</code>
operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.gt" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">gt</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;</code> operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.ge" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">ge</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;=</code>
operator. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-15" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-15" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-16" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#39">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-19" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-19" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#43">source</a><a href="#method.pow-20" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20Ratio%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#140">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20Ratio%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;'a T: <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-283" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-283" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#144">source</a><a href="#method.pow-36" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, expon: &amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-20" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-20" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-21" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#9">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-29" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-29" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#13">source</a><a href="#method.pow-30" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-Ratio%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#137">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-Ratio%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a> + <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-280" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-280" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#138">source</a><a href="#method.pow-33" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, expon: &amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-4" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#method.pow-5" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#impl-Pow%3C%26%27b%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-25" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-25" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#method.pow-26" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-30" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-30" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#method.pow-31" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#impl-Pow%3C%26%27b%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-18" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-18" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#method.pow-19" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#method.pow-1" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#impl-Pow%3C%26%27b%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-27" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-27" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#method.pow-28" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-5" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#method.pow-6" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#impl-Pow%3C%26%27b%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-28" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-28" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#method.pow-29" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-17" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-17" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#method.pow-18" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#impl-Pow%3C%26%27b%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-31" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-31" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#method.pow-32" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-13" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-13" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#method.pow-14" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#impl-Pow%3C%26%27b%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-8" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-8" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#method.pow-9" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-26" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-26" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-27" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#54">source</a><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-10" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-10" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#58">source</a><a href="#method.pow-11" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-%26%27a%20Ratio%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#127">source</a><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20Ratio%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;'a T: for&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-282" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-282" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#133">source</a><a href="#method.pow-35" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, expon: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3CBigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-2" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-3" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#30">source</a><a href="#impl-Pow%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-23" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-23" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#34">source</a><a href="#method.pow-24" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-Ratio%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#120">source</a><a href="#impl-Pow%3CBigUint%3E-for-Ratio%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a> + for&lt;'b&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-281" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-281" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_rational/pow.rs.html#123">source</a><a href="#method.pow-34" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, expon: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="rational/struct.Ratio.html" title="struct num::rational::Ratio">Ratio</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-14" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-14" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#method.pow-15" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#impl-Pow%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-1" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#132">source</a><a href="#method.pow-2" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-22" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-22" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#method.pow-23" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#impl-Pow%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-6" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#128">source</a><a href="#method.pow-7" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-12" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-12" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#method.pow-13" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#impl-Pow%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-24" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-24" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#129">source</a><a href="#method.pow-25" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-11" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-11" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#method.pow-12" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#impl-Pow%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-16" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-16" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#130">source</a><a href="#method.pow-17" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-3" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#method.pow-4" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#impl-Pow%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-7" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#127">source</a><a href="#method.pow-8" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-21" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-21" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#method.pow-22" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#impl-Pow%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-9" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-9" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/power.rs.html#131">source</a><a href="#method.pow-10" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Product%3CT%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#488">source</a><a href="#impl-Product%3CT%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Product&lt;T&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>: Mul&lt;T, Output = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.product" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/multiplication.rs.html#488">source</a><a href="#method.product" class="anchor"></a><h4 class="code-header">fn <a class="fnname">product</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
multiplying the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#455">source</a><a href="#impl-Rem%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-65" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-65" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#455">source</a><a href="#method.rem-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#impl-Rem%3C%26%27a%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-71" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-71" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#method.rem-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27a%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-73" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-73" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#impl-Rem%3C%26%27a%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-77" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-77" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#method.rem-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#impl-Rem%3C%26%27a%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-89" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-89" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#method.rem-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27a%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-84" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-84" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27a%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-90" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-90" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#473">source</a><a href="#impl-Rem%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-69" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-69" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#477">source</a><a href="#method.rem-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-79" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-79" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#method.rem-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-81" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-81" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-64" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-64" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#method.rem" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-91" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-91" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#method.rem-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-83" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-83" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-67" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-67" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#456">source</a><a href="#impl-Rem%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-86" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-86" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#456">source</a><a href="#method.rem-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#459">source</a><a href="#impl-Rem%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-74" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-74" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#463">source</a><a href="#method.rem-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#impl-Rem%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-87" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-87" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#497">source</a><a href="#method.rem-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#580">source</a><a href="#impl-Rem%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-72" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-72" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#584">source</a><a href="#method.rem-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-70" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-70" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-75" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-75" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#499">source</a><a href="#impl-Rem%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-78" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-78" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#503">source</a><a href="#method.rem-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#impl-Rem%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-80" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-80" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#495">source</a><a href="#method.rem-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#impl-Rem%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-68" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-68" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#496">source</a><a href="#method.rem-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#554">source</a><a href="#impl-Rem%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-66" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-66" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#558">source</a><a href="#method.rem-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-88" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-88" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-85" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-85" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-76" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-76" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#impl-Rem%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Rem&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-82" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-82" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#493">source</a><a href="#method.rem-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#486">source</a><a href="#impl-RemAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; RemAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#488">source</a><a href="#method.rem_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#457">source</a><a href="#impl-RemAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#457">source</a><a href="#method.rem_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#590">source</a><a href="#impl-RemAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#592">source</a><a href="#method.rem_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#impl-RemAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#method.rem_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#507">source</a><a href="#impl-RemAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#509">source</a><a href="#method.rem_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#563">source</a><a href="#impl-RemAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#565">source</a><a href="#method.rem_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#impl-RemAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#method.rem_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#impl-RemAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/division.rs.html#494">source</a><a href="#method.rem_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Roots-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#346">source</a><a href="#impl-Roots-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="integer/trait.Roots.html" title="trait num::integer::Roots">Roots</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.nth_root-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#352">source</a><a href="#method.nth_root-1" class="anchor"></a><h4 class="code-header">fn <a href="integer/trait.Roots.html#tymethod.nth_root" class="fnname">nth_root</a>(&amp;self, n: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the truncated principal <code>n</code>th root of an integer
<code>if x &gt;= 0 { ⌊ⁿ√x⌋ } else { ⌈ⁿ√x⌉ }</code> <a href="integer/trait.Roots.html#tymethod.nth_root">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sqrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#416">source</a><a href="#method.sqrt-1" class="anchor"></a><h4 class="code-header">fn <a href="integer/trait.Roots.html#method.sqrt" class="fnname">sqrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the truncated principal square root of an integer – <code>⌊√x⌋</code> <a href="integer/trait.Roots.html#method.sqrt">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cbrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#457">source</a><a href="#method.cbrt-1" class="anchor"></a><h4 class="code-header">fn <a href="integer/trait.Roots.html#method.cbrt" class="fnname">cbrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the truncated principal cube root of an integer –
<code>if x &gt;= 0 { ⌊∛x⌋ } else { ⌈∛x⌉ }</code> <a href="integer/trait.Roots.html#method.cbrt">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-122" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-122" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-165" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-165" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-166" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-166" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-137" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-137" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-126" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-126" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-131" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-131" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-128" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-128" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-151" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-151" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-164" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-164" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20i8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-140" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-140" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-142" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-142" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20isize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3C%26%27b%20isize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-144" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-144" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-150" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-150" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-143" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-143" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-147" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-147" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-157" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-157" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-138" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-138" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-121" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-121" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-161" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-161" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-141" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-141" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-135" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-135" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-127" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-127" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-133" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-133" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3C%26%27b%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-130" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-130" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-146" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-146" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-134" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-134" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-156" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-156" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-139" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-139" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-145" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-145" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-158" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-158" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-132" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-132" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-154" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-154" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-162" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-162" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Ci8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-123" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-123" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cisize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Cisize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-153" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-153" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cisize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shl%3Cisize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-136" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-136" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-148" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-148" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-152" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-152" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-125" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-125" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-120" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-120" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-163" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-163" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-129" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-129" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-159" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-159" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-124" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-124" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-155" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-155" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-160" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-160" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-167" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-167" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shl%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shl&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-149" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-149" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20i128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20i16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20i32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20i64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20i8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20isize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3C%26%27b%20isize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b isize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3C%26%27b%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b usize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Ci128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Ci16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Ci32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Ci64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Ci8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cisize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShlAssign%3Cisize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shl_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: isize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShlAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shl_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: usize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-204" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-204" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-189" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-189" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-191" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-191" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-170" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-170" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-203" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-203" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-190" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-190" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-197" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-197" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-205" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-205" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-210" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-210" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20i8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-215" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-215" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-211" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-211" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20isize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3C%26%27b%20isize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-168" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-168" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-172" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-172" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-177" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-177" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-179" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-179" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-184" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-184" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-199" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-199" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-201" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-201" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-207" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-207" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-188" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-188" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-187" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-187" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-196" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-196" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-192" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-192" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3C%26%27b%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-180" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-180" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-178" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-178" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-186" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-186" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-185" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-185" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-169" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-169" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-193" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-193" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-182" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-182" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-200" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-200" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-214" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-214" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-176" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-176" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Ci8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-183" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-183" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cisize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Cisize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-194" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-194" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cisize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-Shr%3Cisize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-198" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-198" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-181" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-181" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-173" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-173" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-209" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-209" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-171" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-171" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-208" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-208" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-174" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-174" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-202" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-202" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-212" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-212" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-213" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-213" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-195" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-195" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-175" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-175" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-Shr%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Shr&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-206" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-206" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20i128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20i16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20i32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20i64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20i8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20isize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3C%26%27b%20isize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b isize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3C%26%27b%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b usize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Ci128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Ci16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Ci32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Ci64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Ci8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cisize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#impl-ShrAssign%3Cisize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;isize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#172">source</a><a href="#method.shr_assign-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: isize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#impl-ShrAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/shift.rs.html#171">source</a><a href="#method.shr_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: usize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#111">source</a><a href="#impl-Sub%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-216" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-216" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#114">source</a><a href="#method.sub" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#impl-Sub%3C%26%27a%20u128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-238" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-238" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#method.sub-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27a%20u16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-242" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-242" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#impl-Sub%3C%26%27a%20u32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-240" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-240" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#method.sub-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#impl-Sub%3C%26%27a%20u64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-217" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-217" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#method.sub-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27a%20u8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-243" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-243" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20usize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27a%20usize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-233" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-233" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#108">source</a><a href="#impl-Sub%3C%26%27b%20BigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-220" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-220" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#108">source</a><a href="#method.sub-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-218" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-218" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#method.sub-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-223" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-223" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-239" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-239" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#method.sub-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-241" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-241" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#method.sub-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-221" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-221" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-219" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-219" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CBigUint%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#126">source</a><a href="#impl-Sub%3CBigUint%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-225" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-225" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#129">source</a><a href="#method.sub-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#107">source</a><a href="#impl-Sub%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-237" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-237" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#107">source</a><a href="#method.sub-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu128%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#impl-Sub%3Cu128%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-228" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-228" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#148">source</a><a href="#method.sub-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#247">source</a><a href="#impl-Sub%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-226" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-226" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#251">source</a><a href="#method.sub-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu16%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cu16%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-227" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-227" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-234" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-234" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu32%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#impl-Sub%3Cu32%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-230" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-230" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#146">source</a><a href="#method.sub-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#150">source</a><a href="#impl-Sub%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-235" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-235" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#154">source</a><a href="#method.sub-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu64%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#impl-Sub%3Cu64%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-224" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-224" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#147">source</a><a href="#method.sub-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#193">source</a><a href="#impl-Sub%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-232" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-232" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#197">source</a><a href="#method.sub-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu8%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cu8%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-229" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-229" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-222" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-222" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cusize%3E-for-%26%27a%20BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cusize%3E-for-%26%27a%20BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-236" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-236" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#impl-Sub%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sub&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-231" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-231" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#144">source</a><a href="#method.sub-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#119">source</a><a href="#impl-SubAssign%3C%26%27a%20BigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; SubAssign&lt;&amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#120">source</a><a href="#method.sub_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: &amp;'a <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3CBigUint%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#109">source</a><a href="#impl-SubAssign%3CBigUint%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#109">source</a><a href="#method.sub_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu128%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#257">source</a><a href="#impl-SubAssign%3Cu128%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u128&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#268">source</a><a href="#method.sub_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu16%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#impl-SubAssign%3Cu16%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u16&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#method.sub_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu32%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#160">source</a><a href="#impl-SubAssign%3Cu32%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u32&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#161">source</a><a href="#method.sub_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu64%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#203">source</a><a href="#impl-SubAssign%3Cu64%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u64&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#214">source</a><a href="#method.sub_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu8%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#impl-SubAssign%3Cu8%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u8&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#method.sub_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cusize%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#impl-SubAssign%3Cusize%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;usize&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/subtraction.rs.html#145">source</a><a href="#method.sub_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sum%3CT%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#254">source</a><a href="#impl-Sum%3CT%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sum&lt;T&gt; for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>: Add&lt;T, Output = <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sum" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/addition.rs.html#254">source</a><a href="#method.sum" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sum</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
“summing up” the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToBigInt-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#291">source</a><a href="#impl-ToBigInt-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="bigint/trait.ToBigInt.html" title="trait num::bigint::ToBigInt">ToBigInt</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bigint" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#293">source</a><a href="#method.to_bigint" class="anchor"></a><h4 class="code-header">fn <a href="bigint/trait.ToBigInt.html#tymethod.to_bigint" class="fnname">to_bigint</a>(&amp;self) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct num::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>BigInt</code>.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToBigUint-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#540">source</a><a href="#impl-ToBigUint-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="bigint/trait.ToBigUint.html" title="trait num::bigint::ToBigUint">ToBigUint</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_biguint" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#542">source</a><a href="#method.to_biguint" class="anchor"></a><h4 class="code-header">fn <a href="bigint/trait.ToBigUint.html#tymethod.to_biguint" class="fnname">to_biguint</a>(&amp;self) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>BigUint</code>.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToPrimitive-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#304">source</a><a href="#impl-ToPrimitive-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.ToPrimitive.html" title="trait num::ToPrimitive">ToPrimitive</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#306">source</a><a href="#method.to_i64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#tymethod.to_i64" class="fnname">to_i64</a>(&amp;self) -&gt; Option&lt;i64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i64</code>. If the value cannot be
represented by an <code>i64</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#tymethod.to_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#311">source</a><a href="#method.to_i128" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i128" class="fnname">to_i128</a>(&amp;self) -&gt; Option&lt;i128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i128</code>. If the value cannot be
represented by an <code>i128</code> (<code>i64</code> under the default implementation), then
<code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#317">source</a><a href="#method.to_u64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#tymethod.to_u64" class="fnname">to_u64</a>(&amp;self) -&gt; Option&lt;u64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u64</code>. If the value cannot be
represented by a <code>u64</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#tymethod.to_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#335">source</a><a href="#method.to_u128" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u128" class="fnname">to_u128</a>(&amp;self) -&gt; Option&lt;u128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u128</code>. If the value cannot be
represented by a <code>u128</code> (<code>u64</code> under the default implementation), then
<code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#352">source</a><a href="#method.to_f32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_f32" class="fnname">to_f32</a>(&amp;self) -&gt; Option&lt;f32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f32</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f32</code>. <a href="trait.ToPrimitive.html#method.to_f32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint/convert.rs.html#364">source</a><a href="#method.to_f64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_f64" class="fnname">to_f64</a>(&amp;self) -&gt; Option&lt;f64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f64</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f64</code>. <a href="trait.ToPrimitive.html#method.to_f64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#23">source</a><a href="#method.to_isize" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_isize" class="fnname">to_isize</a>(&amp;self) -&gt; Option&lt;isize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>isize</code>. If the value cannot be
represented by an <code>isize</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#30">source</a><a href="#method.to_i8" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i8" class="fnname">to_i8</a>(&amp;self) -&gt; Option&lt;i8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i8</code>. If the value cannot be
represented by an <code>i8</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#37">source</a><a href="#method.to_i16" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i16" class="fnname">to_i16</a>(&amp;self) -&gt; Option&lt;i16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i16</code>. If the value cannot be
represented by an <code>i16</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#44">source</a><a href="#method.to_i32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i32" class="fnname">to_i32</a>(&amp;self) -&gt; Option&lt;i32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i32</code>. If the value cannot be
represented by an <code>i32</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#69">source</a><a href="#method.to_usize" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_usize" class="fnname">to_usize</a>(&amp;self) -&gt; Option&lt;usize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>usize</code>. If the value cannot be
represented by a <code>usize</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#76">source</a><a href="#method.to_u8" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u8" class="fnname">to_u8</a>(&amp;self) -&gt; Option&lt;u8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u8</code>. If the value cannot be
represented by a <code>u8</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#83">source</a><a href="#method.to_u16" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u16" class="fnname">to_u16</a>(&amp;self) -&gt; Option&lt;u16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u16</code>. If the value cannot be
represented by a <code>u16</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#90">source</a><a href="#method.to_u32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u32" class="fnname">to_u32</a>(&amp;self) -&gt; Option&lt;u32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u32</code>. If the value cannot be
represented by a <code>u32</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u32">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-UpperHex-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#121">source</a><a href="#impl-UpperHex-for-BigUint" class="anchor"></a><h3 class="code-header">impl UpperHex for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#122">source</a><a href="#method.fmt-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Zero-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#141">source</a><a href="#impl-Zero-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.Zero.html" title="trait num::Zero">Zero</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#143">source</a><a href="#method.zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#tymethod.zero" class="fnname">zero</a>() -&gt; <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h4></section></summary><div class='docblock'>Returns the additive identity element of <code>Self</code>, <code>0</code>. <a href="trait.Zero.html#tymethod.zero">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#148">source</a><a href="#method.set_zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#method.set_zero" class="fnname">set_zero</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the additive identity element of <code>Self</code>, <code>0</code>.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#153">source</a><a href="#method.is_zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#tymethod.is_zero" class="fnname">is_zero</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns <code>true</code> if <code>self</code> is equal to the additive identity.</div></details></div></details><section id="impl-Eq-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#75">source</a><a href="#impl-Eq-for-BigUint" class="anchor"></a><h3 class="code-header">impl Eq for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section><section id="impl-Unsigned-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/biguint.rs.html#176">source</a><a href="#impl-Unsigned-for-BigUint" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="trait.Unsigned.html" title="trait num::Unsigned">Unsigned</a> for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-BigUint" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-BigUint" class="anchor"></a><h3 class="code-header">impl RefUnwindSafe for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section><section id="impl-Send-for-BigUint" class="impl has-srclink"><a href="#impl-Send-for-BigUint" class="anchor"></a><h3 class="code-header">impl Send for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section><section id="impl-Sync-for-BigUint" class="impl has-srclink"><a href="#impl-Sync-for-BigUint" class="anchor"></a><h3 class="code-header">impl Sync for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section><section id="impl-Unpin-for-BigUint" class="impl has-srclink"><a href="#impl-Unpin-for-BigUint" class="anchor"></a><h3 class="code-header">impl Unpin for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section><section id="impl-UnwindSafe-for-BigUint" class="impl has-srclink"><a href="#impl-UnwindSafe-for-BigUint" class="anchor"></a><h3 class="code-header">impl UnwindSafe for <a class="struct" href="struct.BigUint.html" title="struct num::BigUint">BigUint</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Any-for-BigUint" class="impl has-srclink"><a href="#impl-Any-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Any for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><a href="#method.type_id" class="anchor"></a><h4 class="code-header">fn <a class="fnname">type_id</a>(&amp;self) -&gt; TypeId</h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Average-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#45">source</a><a href="#impl-Average-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="integer/trait.Average.html" title="trait num::integer::Average">Average</a> for I<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;'a I: for&lt;'a, 'b&gt; BitAnd&lt;&amp;'b I, Output = I&gt; + for&lt;'a, 'b&gt; BitOr&lt;&amp;'b I, Output = I&gt; + for&lt;'a, 'b&gt; BitXor&lt;&amp;'b I, Output = I&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="trait.Integer.html" title="trait num::Integer">Integer</a> + Shr&lt;usize, Output = I&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.average_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#56">source</a><a href="#method.average_floor" class="anchor"></a><h4 class="code-header">fn <a href="integer/trait.Average.html#tymethod.average_floor" class="fnname">average_floor</a>(&amp;self, other: &amp;I) -&gt; I</h4></section></summary><div class="docblock"><p>Returns the floor value of the average of <code>self</code> and <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.average_ceil" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#62">source</a><a href="#method.average_ceil" class="anchor"></a><h4 class="code-header">fn <a href="integer/trait.Average.html#tymethod.average_ceil" class="fnname">average_ceil</a>(&amp;self, other: &amp;I) -&gt; I</h4></section></summary><div class="docblock"><p>Returns the ceil value of the average of <code>self</code> and <code>other</code>.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-BigUint" class="impl has-srclink"><a href="#impl-Borrow%3CT%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Borrow&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow</a>(&amp;self) -&gt; &amp;T</h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-BigUint" class="impl has-srclink"><a href="#impl-BorrowMut%3CT%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; BorrowMut&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow_mut</a>(&amp;mut self) -&gt; &amp;mut T</h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-BigUint" class="impl has-srclink"><a href="#impl-From%3CT%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; From&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-7" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.from-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-BigUint" class="impl has-srclink"><a href="#impl-Into%3CU%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; Into&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: From&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code>[From]&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-BigUint" class="impl has-srclink"><a href="#impl-ToOwned-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToOwned for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a class="fnname">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_into</a>(&amp;self, target: &amp;mut T)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToString-for-BigUint" class="impl has-srclink"><a href="#impl-ToString-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToString for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl has-srclink"><a href="#method.to_string" class="anchor"></a><h4 class="code-header">default fn <a class="fnname">to_string</a>(&amp;self) -&gt; String</h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-BigUint" class="impl has-srclink"><a href="#impl-TryFrom%3CU%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryFrom&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = Infallible</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(value: U) -&gt; Result&lt;T, &lt;T as TryFrom&lt;U&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-BigUint" class="impl has-srclink"><a href="#impl-TryInto%3CU%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryInto&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: TryFrom&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = &lt;U as TryFrom&lt;T&gt;&gt;::Error</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_into</a>(self) -&gt; Result&lt;U, &lt;U as TryFrom&lt;T&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><section id="impl-NumAssign-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#153">source</a><a href="#impl-NumAssign-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;T&gt;,</span></h3></section><section id="impl-NumAssignOps%3CRhs%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#144">source</a><a href="#impl-NumAssignOps%3CRhs%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, Rhs&gt; <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;Rhs&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: AddAssign&lt;Rhs&gt; + SubAssign&lt;Rhs&gt; + MulAssign&lt;Rhs&gt; + DivAssign&lt;Rhs&gt; + RemAssign&lt;Rhs&gt;,</span></h3></section><section id="impl-NumAssignRef-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#160">source</a><a href="#impl-NumAssignRef-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumAssignRef.html" title="trait num::traits::NumAssignRef">NumAssignRef</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> + for&lt;'r&gt; <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;&amp;'r T&gt;,</span></h3></section><section id="impl-NumOps%3CRhs%2C%20Output%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#111">source</a><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, Rhs, Output&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;Rhs, Output&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Mul&lt;Rhs, Output = Output&gt; + Div&lt;Rhs, Output = Output&gt; + Rem&lt;Rhs, Output = Output&gt; + Add&lt;Rhs, Output = Output&gt; + Sub&lt;Rhs, Output = Output&gt;,</span></h3></section><section id="impl-NumRef-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#125">source</a><a href="#impl-NumRef-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumRef.html" title="trait num::traits::NumRef">NumRef</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + for&lt;'r&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;&amp;'r T, T&gt;,</span></h3></section><section id="impl-RefNum%3CBase%3E-for-BigUint" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#134">source</a><a href="#impl-RefNum%3CBase%3E-for-BigUint" class="anchor"></a><h3 class="code-header">impl&lt;T, Base&gt; <a class="trait" href="traits/trait.RefNum.html" title="trait num::traits::RefNum">RefNum</a>&lt;Base&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;Base, Base&gt; + for&lt;'r&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;&amp;'r Base, Base&gt;,</span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="num" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>