blob: 03e5441df31452ec0df63d72ffa2fa550414b608 [file] [log] [blame]
(function() {var implementors = {
"adler":[["impl Clone for <a class=\"struct\" href=\"adler/struct.Adler32.html\" title=\"struct adler::Adler32\">Adler32</a>"]],
"ahash":[["impl Clone for <a class=\"struct\" href=\"ahash/struct.AHasher.html\" title=\"struct ahash::AHasher\">AHasher</a>"],["impl Clone for <a class=\"struct\" href=\"ahash/struct.RandomState.html\" title=\"struct ahash::RandomState\">RandomState</a>"]],
"aho_corasick":[["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.AhoCorasick.html\" title=\"struct aho_corasick::AhoCorasick\">AhoCorasick</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.AhoCorasickBuilder.html\" title=\"struct aho_corasick::AhoCorasickBuilder\">AhoCorasickBuilder</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/enum.AhoCorasickKind.html\" title=\"enum aho_corasick::AhoCorasickKind\">AhoCorasickKind</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/automaton/struct.OverlappingState.html\" title=\"struct aho_corasick::automaton::OverlappingState\">OverlappingState</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/dfa/struct.DFA.html\" title=\"struct aho_corasick::dfa::DFA\">DFA</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/dfa/struct.Builder.html\" title=\"struct aho_corasick::dfa::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/nfa/contiguous/struct.NFA.html\" title=\"struct aho_corasick::nfa::contiguous::NFA\">NFA</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/nfa/contiguous/struct.Builder.html\" title=\"struct aho_corasick::nfa::contiguous::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/nfa/noncontiguous/struct.NFA.html\" title=\"struct aho_corasick::nfa::noncontiguous::NFA\">NFA</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/nfa/noncontiguous/struct.Builder.html\" title=\"struct aho_corasick::nfa::noncontiguous::Builder\">Builder</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/packed/enum.MatchKind.html\" title=\"enum aho_corasick::packed::MatchKind\">MatchKind</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/packed/struct.Config.html\" title=\"struct aho_corasick::packed::Config\">Config</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/packed/struct.Builder.html\" title=\"struct aho_corasick::packed::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/packed/struct.Searcher.html\" title=\"struct aho_corasick::packed::Searcher\">Searcher</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.BuildError.html\" title=\"struct aho_corasick::BuildError\">BuildError</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.MatchError.html\" title=\"struct aho_corasick::MatchError\">MatchError</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/enum.MatchErrorKind.html\" title=\"enum aho_corasick::MatchErrorKind\">MatchErrorKind</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/automaton/struct.Prefilter.html\" title=\"struct aho_corasick::automaton::Prefilter\">Prefilter</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/automaton/enum.Candidate.html\" title=\"enum aho_corasick::automaton::Candidate\">Candidate</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.PatternID.html\" title=\"struct aho_corasick::PatternID\">PatternID</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/automaton/struct.StateID.html\" title=\"struct aho_corasick::automaton::StateID\">StateID</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.PatternIDError.html\" title=\"struct aho_corasick::PatternIDError\">PatternIDError</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/automaton/struct.StateIDError.html\" title=\"struct aho_corasick::automaton::StateIDError\">StateIDError</a>"],["impl&lt;'h&gt; Clone for <a class=\"struct\" href=\"aho_corasick/struct.Input.html\" title=\"struct aho_corasick::Input\">Input</a>&lt;'h&gt;"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.Span.html\" title=\"struct aho_corasick::Span\">Span</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/enum.Anchored.html\" title=\"enum aho_corasick::Anchored\">Anchored</a>"],["impl Clone for <a class=\"struct\" href=\"aho_corasick/struct.Match.html\" title=\"struct aho_corasick::Match\">Match</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/enum.MatchKind.html\" title=\"enum aho_corasick::MatchKind\">MatchKind</a>"],["impl Clone for <a class=\"enum\" href=\"aho_corasick/enum.StartKind.html\" title=\"enum aho_corasick::StartKind\">StartKind</a>"]],
"anyhow":[["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"anyhow/struct.Chain.html\" title=\"struct anyhow::Chain\">Chain</a>&lt;'a&gt;"]],
"arc_swap":[["impl&lt;A:&nbsp;Clone, T:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"arc_swap/access/struct.Map.html\" title=\"struct arc_swap::access::Map\">Map</a>&lt;A, T, F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"arc_swap/access/struct.Constant.html\" title=\"struct arc_swap::access::Constant\">Constant</a>&lt;T&gt;"],["impl&lt;A:&nbsp;Clone, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"arc_swap/cache/struct.Cache.html\" title=\"struct arc_swap::cache::Cache\">Cache</a>&lt;A, T&gt;"],["impl&lt;A:&nbsp;Clone, T:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"arc_swap/cache/struct.MapCache.html\" title=\"struct arc_swap::cache::MapCache\">MapCache</a>&lt;A, T, F&gt;"]],
"base64":[["impl Clone for <a class=\"enum\" href=\"base64/enum.DecodeError.html\" title=\"enum base64::DecodeError\">DecodeError</a>"],["impl Clone for <a class=\"enum\" href=\"base64/enum.CharacterSet.html\" title=\"enum base64::CharacterSet\">CharacterSet</a>"],["impl Clone for <a class=\"struct\" href=\"base64/struct.Config.html\" title=\"struct base64::Config\">Config</a>"]],
"bit_vec":[["impl&lt;B:&nbsp;<a class=\"trait\" href=\"bit_vec/trait.BitBlock.html\" title=\"trait bit_vec::BitBlock\">BitBlock</a>&gt; Clone for <a class=\"struct\" href=\"bit_vec/struct.BitVec.html\" title=\"struct bit_vec::BitVec\">BitVec</a>&lt;B&gt;"],["impl&lt;'a, B:&nbsp;Clone + 'a&gt; Clone for <a class=\"struct\" href=\"bit_vec/struct.Iter.html\" title=\"struct bit_vec::Iter\">Iter</a>&lt;'a, B&gt;"],["impl&lt;'a, B:&nbsp;Clone + 'a&gt; Clone for <a class=\"struct\" href=\"bit_vec/struct.Blocks.html\" title=\"struct bit_vec::Blocks\">Blocks</a>&lt;'a, B&gt;"]],
"bitpacking":[["impl Clone for <a class=\"struct\" href=\"bitpacking/struct.BitPacker4x.html\" title=\"struct bitpacking::BitPacker4x\">BitPacker4x</a>"]],
"bytemuck":[["impl Clone for <a class=\"enum\" href=\"bytemuck/checked/enum.CheckedCastError.html\" title=\"enum bytemuck::checked::CheckedCastError\">CheckedCastError</a>"],["impl Clone for <a class=\"enum\" href=\"bytemuck/enum.PodCastError.html\" title=\"enum bytemuck::PodCastError\">PodCastError</a>"]],
"byteorder":[["impl Clone for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Clone for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
"bytes":[["impl Clone for <a class=\"struct\" href=\"bytes/struct.Bytes.html\" title=\"struct bytes::Bytes\">Bytes</a>"],["impl Clone for <a class=\"struct\" href=\"bytes/struct.BytesMut.html\" title=\"struct bytes::BytesMut\">BytesMut</a>"]],
"census":[["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"census/struct.Inventory.html\" title=\"struct census::Inventory\">Inventory</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"census/struct.TrackedObject.html\" title=\"struct census::TrackedObject\">TrackedObject</a>&lt;T&gt;"]],
"chrono":[["impl Clone for <a class=\"struct\" href=\"chrono/struct.Duration.html\" title=\"struct chrono::Duration\">Duration</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/struct.OutOfRangeError.html\" title=\"struct chrono::OutOfRangeError\">OutOfRangeError</a>"],["impl&lt;Tz:&nbsp;Clone + <a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt; Clone for <a class=\"struct\" href=\"chrono/struct.Date.html\" title=\"struct chrono::Date\">Date</a>&lt;Tz&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Tz::<a class=\"associatedtype\" href=\"chrono/offset/trait.TimeZone.html#associatedtype.Offset\" title=\"type chrono::offset::TimeZone::Offset\">Offset</a>: Clone,</span>"],["impl Clone for <a class=\"enum\" href=\"chrono/enum.SecondsFormat.html\" title=\"enum chrono::SecondsFormat\">SecondsFormat</a>"],["impl&lt;Tz:&nbsp;Clone + <a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt; Clone for <a class=\"struct\" href=\"chrono/struct.DateTime.html\" title=\"struct chrono::DateTime\">DateTime</a>&lt;Tz&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Tz::<a class=\"associatedtype\" href=\"chrono/offset/trait.TimeZone.html#associatedtype.Offset\" title=\"type chrono::offset::TimeZone::Offset\">Offset</a>: Clone,</span>"],["impl Clone for <a class=\"enum\" href=\"chrono/format/enum.Pad.html\" title=\"enum chrono::format::Pad\">Pad</a>"],["impl Clone for <a class=\"enum\" href=\"chrono/format/enum.Numeric.html\" title=\"enum chrono::format::Numeric\">Numeric</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/format/struct.InternalNumeric.html\" title=\"struct chrono::format::InternalNumeric\">InternalNumeric</a>"],["impl Clone for <a class=\"enum\" href=\"chrono/format/enum.Fixed.html\" title=\"enum chrono::format::Fixed\">Fixed</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/format/struct.InternalFixed.html\" title=\"struct chrono::format::InternalFixed\">InternalFixed</a>"],["impl&lt;'a&gt; Clone for <a class=\"enum\" href=\"chrono/format/enum.Item.html\" title=\"enum chrono::format::Item\">Item</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"chrono/format/struct.ParseError.html\" title=\"struct chrono::format::ParseError\">ParseError</a>"],["impl Clone for <a class=\"enum\" href=\"chrono/format/enum.ParseErrorKind.html\" title=\"enum chrono::format::ParseErrorKind\">ParseErrorKind</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/format/struct.Parsed.html\" title=\"struct chrono::format::Parsed\">Parsed</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"chrono/format/strftime/struct.StrftimeItems.html\" title=\"struct chrono::format::strftime::StrftimeItems\">StrftimeItems</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"chrono/naive/struct.Days.html\" title=\"struct chrono::naive::Days\">Days</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/naive/struct.NaiveDate.html\" title=\"struct chrono::naive::NaiveDate\">NaiveDate</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/naive/struct.NaiveDateTime.html\" title=\"struct chrono::naive::NaiveDateTime\">NaiveDateTime</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/naive/struct.IsoWeek.html\" title=\"struct chrono::naive::IsoWeek\">IsoWeek</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/naive/struct.NaiveTime.html\" title=\"struct chrono::naive::NaiveTime\">NaiveTime</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/offset/struct.FixedOffset.html\" title=\"struct chrono::offset::FixedOffset\">FixedOffset</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/offset/struct.Utc.html\" title=\"struct chrono::offset::Utc\">Utc</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"chrono/offset/enum.LocalResult.html\" title=\"enum chrono::offset::LocalResult\">LocalResult</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"chrono/enum.RoundingError.html\" title=\"enum chrono::RoundingError\">RoundingError</a>"],["impl Clone for <a class=\"enum\" href=\"chrono/enum.Weekday.html\" title=\"enum chrono::Weekday\">Weekday</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/struct.ParseWeekdayError.html\" title=\"struct chrono::ParseWeekdayError\">ParseWeekdayError</a>"],["impl Clone for <a class=\"enum\" href=\"chrono/enum.Month.html\" title=\"enum chrono::Month\">Month</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/struct.Months.html\" title=\"struct chrono::Months\">Months</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/struct.ParseMonthError.html\" title=\"struct chrono::ParseMonthError\">ParseMonthError</a>"],["impl Clone for <a class=\"struct\" href=\"chrono/struct.OutOfRange.html\" title=\"struct chrono::OutOfRange\">OutOfRange</a>"]],
"combine":[["impl&lt;T:&nbsp;Clone, R:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"combine/error/enum.Info.html\" title=\"enum combine::error::Info\">Info</a>&lt;T, R, F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"combine/error/enum.Commit.html\" title=\"enum combine::error::Commit\">Commit</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"combine/error/enum.UnexpectedParse.html\" title=\"enum combine::error::UnexpectedParse\">UnexpectedParse</a>"],["impl Clone for <a class=\"enum\" href=\"combine/error/enum.StringStreamError.html\" title=\"enum combine::error::StringStreamError\">StringStreamError</a>"],["impl&lt;E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/error/struct.Tracked.html\" title=\"struct combine::error::Tracked\">Tracked</a>&lt;E&gt;"],["impl&lt;T:&nbsp;Clone, E:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"combine/enum.ParseResult.html\" title=\"enum combine::ParseResult\">ParseResult</a>&lt;T, E&gt;"],["impl&lt;Input:&nbsp;Clone, X:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/position/struct.Stream.html\" title=\"struct combine::stream::position::Stream\">Stream</a>&lt;Input, X&gt;"],["impl Clone for <a class=\"struct\" href=\"combine/stream/position/struct.IndexPositioner.html\" title=\"struct combine::stream::position::IndexPositioner\">IndexPositioner</a>"],["impl Clone for <a class=\"struct\" href=\"combine/stream/position/struct.SourcePosition.html\" title=\"struct combine::stream::position::SourcePosition\">SourcePosition</a>"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/span/struct.Span.html\" title=\"struct combine::stream::span::Span\">Span</a>&lt;P&gt;"],["impl&lt;S:&nbsp;Clone, E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/span/struct.Stream.html\" title=\"struct combine::stream::span::Stream\">Stream</a>&lt;S, E&gt;"],["impl&lt;S:&nbsp;Clone, U:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/state/struct.Stream.html\" title=\"struct combine::stream::state::Stream\">Stream</a>&lt;S, U&gt;"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.PartialStream.html\" title=\"struct combine::stream::PartialStream\">PartialStream</a>&lt;S&gt;"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.CompleteStream.html\" title=\"struct combine::stream::CompleteStream\">CompleteStream</a>&lt;S&gt;"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.MaybePartialStream.html\" title=\"struct combine::stream::MaybePartialStream\">MaybePartialStream</a>&lt;S&gt;"],["impl&lt;'a, T&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.SliceStream.html\" title=\"struct combine::stream::SliceStream\">SliceStream</a>&lt;'a, T&gt;"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.IteratorStream.html\" title=\"struct combine::stream::IteratorStream\">IteratorStream</a>&lt;Input&gt;"],["impl&lt;T:&nbsp;?Sized&gt; Clone for <a class=\"struct\" href=\"combine/stream/struct.PointerOffset.html\" title=\"struct combine::stream::PointerOffset\">PointerOffset</a>&lt;T&gt;"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/byte/struct.TakeUntilByte.html\" title=\"struct combine::parser::byte::TakeUntilByte\">TakeUntilByte</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.RangeStream.html\" title=\"trait combine::RangeStream\">RangeStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: AsRef&lt;[u8]&gt; + <a class=\"trait\" href=\"combine/stream/trait.Range.html\" title=\"trait combine::stream::Range\">Range</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: Clone,</span>"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/byte/struct.TakeUntilByte2.html\" title=\"struct combine::parser::byte::TakeUntilByte2\">TakeUntilByte2</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.RangeStream.html\" title=\"trait combine::RangeStream\">RangeStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: AsRef&lt;[u8]&gt; + <a class=\"trait\" href=\"combine/stream/trait.Range.html\" title=\"trait combine::stream::Range\">Range</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: Clone,</span>"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/byte/struct.TakeUntilByte3.html\" title=\"struct combine::parser::byte::TakeUntilByte3\">TakeUntilByte3</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.RangeStream.html\" title=\"trait combine::RangeStream\">RangeStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: AsRef&lt;[u8]&gt; + <a class=\"trait\" href=\"combine/stream/trait.Range.html\" title=\"trait combine::stream::Range\">Range</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: Clone,</span>"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/char/struct.Digit.html\" title=\"struct combine::parser::char::Digit\">Digit</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>&lt;Token = char&gt;,</span>"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/choice/struct.Choice.html\" title=\"struct combine::parser::choice::Choice\">Choice</a>&lt;P&gt;"],["impl&lt;P1:&nbsp;Clone, P2:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/choice/struct.Or.html\" title=\"struct combine::parser::choice::Or\">Or</a>&lt;P1, P2&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/choice/struct.Optional.html\" title=\"struct combine::parser::choice::Optional\">Optional</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.NotFollowedBy.html\" title=\"struct combine::parser::combinator::NotFollowedBy\">NotFollowedBy</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Try.html\" title=\"struct combine::parser::combinator::Try\">Try</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.LookAhead.html\" title=\"struct combine::parser::combinator::LookAhead\">LookAhead</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Map.html\" title=\"struct combine::parser::combinator::Map\">Map</a>&lt;P, F&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.MapInput.html\" title=\"struct combine::parser::combinator::MapInput\">MapInput</a>&lt;P, F&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.FlatMap.html\" title=\"struct combine::parser::combinator::FlatMap\">FlatMap</a>&lt;P, F&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.AndThen.html\" title=\"struct combine::parser::combinator::AndThen\">AndThen</a>&lt;P, F&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Recognize.html\" title=\"struct combine::parser::combinator::Recognize\">Recognize</a>&lt;F, P&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Ignore.html\" title=\"struct combine::parser::combinator::Ignore\">Ignore</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Lazy.html\" title=\"struct combine::parser::combinator::Lazy\">Lazy</a>&lt;P&gt;"],["impl&lt;P:&nbsp;Clone, R:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Factory.html\" title=\"struct combine::parser::combinator::Factory\">Factory</a>&lt;P, R&gt;"],["impl&lt;F:&nbsp;Clone, Input:&nbsp;Clone, O:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Opaque.html\" title=\"struct combine::parser::combinator::Opaque\">Opaque</a>&lt;F, Input, O, S&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/combinator/struct.Spanned.html\" title=\"struct combine::parser::combinator::Spanned\">Spanned</a>&lt;P&gt;"],["impl&lt;I:&nbsp;Clone, T:&nbsp;Clone, E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/error/struct.Unexpected.html\" title=\"struct combine::parser::error::Unexpected\">Unexpected</a>&lt;I, T, E&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/error/struct.Message.html\" title=\"struct combine::parser::error::Message\">Message</a>&lt;P, S&gt;"],["impl&lt;P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/error/struct.Expected.html\" title=\"struct combine::parser::error::Expected\">Expected</a>&lt;P, S&gt;"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/error/struct.Silent.html\" title=\"struct combine::parser::error::Silent\">Silent</a>&lt;P&gt;"],["impl&lt;Input:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/function/struct.FnParser.html\" title=\"struct combine::parser::function::FnParser\">FnParser</a>&lt;Input, F&gt;"],["impl&lt;E, Input, T&gt; Clone for <a class=\"struct\" href=\"combine/parser/function/struct.EnvParser.html\" title=\"struct combine::parser::function::EnvParser\">EnvParser</a>&lt;E, Input, T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;E: Clone,</span>"],["impl&lt;Input:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/range/struct.Recognize.html\" title=\"struct combine::parser::range::Recognize\">Recognize</a>&lt;Input, P&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;P: <a class=\"trait\" href=\"combine/trait.Parser.html\" title=\"trait combine::Parser\">Parser</a>&lt;Input&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.RangeStream.html\" title=\"trait combine::RangeStream\">RangeStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>: <a class=\"trait\" href=\"combine/stream/trait.Range.html\" title=\"trait combine::stream::Range\">Range</a>,</span>"],["impl&lt;P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/range/struct.RecognizeWithValue.html\" title=\"struct combine::parser::range::RecognizeWithValue\">RecognizeWithValue</a>&lt;P&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.CountMinMax.html\" title=\"struct combine::parser::repeat::CountMinMax\">CountMinMax</a>&lt;F, P&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.Many.html\" title=\"struct combine::parser::repeat::Many\">Many</a>&lt;F, P&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.Many1.html\" title=\"struct combine::parser::repeat::Many1\">Many1</a>&lt;F, P&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.SepBy.html\" title=\"struct combine::parser::repeat::SepBy\">SepBy</a>&lt;F, P, S&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.SepBy1.html\" title=\"struct combine::parser::repeat::SepBy1\">SepBy1</a>&lt;F, P, S&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.SepEndBy.html\" title=\"struct combine::parser::repeat::SepEndBy\">SepEndBy</a>&lt;F, P, S&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.SepEndBy1.html\" title=\"struct combine::parser::repeat::SepEndBy1\">SepEndBy1</a>&lt;F, P, S&gt;"],["impl&lt;P:&nbsp;Clone, Op:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.Chainl1.html\" title=\"struct combine::parser::repeat::Chainl1\">Chainl1</a>&lt;P, Op&gt;"],["impl&lt;P:&nbsp;Clone, Op:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.Chainr1.html\" title=\"struct combine::parser::repeat::Chainr1\">Chainr1</a>&lt;P, Op&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.TakeUntil.html\" title=\"struct combine::parser::repeat::TakeUntil\">TakeUntil</a>&lt;F, P&gt;"],["impl&lt;F:&nbsp;Clone, P:&nbsp;Clone, E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/repeat/struct.RepeatUntil.html\" title=\"struct combine::parser::repeat::RepeatUntil\">RepeatUntil</a>&lt;F, P, E&gt;"],["impl&lt;P1:&nbsp;Clone, P2:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.With.html\" title=\"struct combine::parser::sequence::With\">With</a>&lt;P1, P2&gt;"],["impl&lt;P1:&nbsp;Clone, P2:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.Skip.html\" title=\"struct combine::parser::sequence::Skip\">Skip</a>&lt;P1, P2&gt;"],["impl&lt;Input:&nbsp;Clone, L:&nbsp;Clone, R:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.Between.html\" title=\"struct combine::parser::sequence::Between\">Between</a>&lt;Input, L, R, P&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Error\" title=\"type combine::StreamOnce::Error\">Error</a>: <a class=\"trait\" href=\"combine/trait.ParseError.html\" title=\"trait combine::ParseError\">ParseError</a>&lt;&lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Range\" title=\"type combine::StreamOnce::Range\">Range</a>, &lt;Input as <a class=\"trait\" href=\"combine/trait.StreamOnce.html\" title=\"trait combine::StreamOnce\">StreamOnce</a>&gt;::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Position\" title=\"type combine::StreamOnce::Position\">Position</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;L: <a class=\"trait\" href=\"combine/trait.Parser.html\" title=\"trait combine::Parser\">Parser</a>&lt;Input&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class=\"trait\" href=\"combine/trait.Parser.html\" title=\"trait combine::Parser\">Parser</a>&lt;Input&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;P: <a class=\"trait\" href=\"combine/trait.Parser.html\" title=\"trait combine::Parser\">Parser</a>&lt;Input&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;P::<a class=\"associatedtype\" href=\"combine/trait.Parser.html#associatedtype.Output\" title=\"type combine::Parser::Output\">Output</a>: Clone,</span>"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.Then.html\" title=\"struct combine::parser::sequence::Then\">Then</a>&lt;P, F&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.ThenPartial.html\" title=\"struct combine::parser::sequence::ThenPartial\">ThenPartial</a>&lt;P, F&gt;"],["impl&lt;P:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/sequence/struct.ThenRef.html\" title=\"struct combine::parser::sequence::ThenRef\">ThenRef</a>&lt;P, F&gt;"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Any.html\" title=\"struct combine::parser::token::Any\">Any</a>&lt;Input&gt;"],["impl&lt;Input:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Satisfy.html\" title=\"struct combine::parser::token::Satisfy\">Satisfy</a>&lt;Input, P&gt;"],["impl&lt;Input:&nbsp;Clone, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.SatisfyMap.html\" title=\"struct combine::parser::token::SatisfyMap\">SatisfyMap</a>&lt;Input, P&gt;"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Token.html\" title=\"struct combine::parser::token::Token\">Token</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>: PartialEq,<br>&nbsp;&nbsp;&nbsp;&nbsp;Input::<a class=\"associatedtype\" href=\"combine/trait.StreamOnce.html#associatedtype.Token\" title=\"type combine::StreamOnce::Token\">Token</a>: Clone,</span>"],["impl&lt;C:&nbsp;Clone, E:&nbsp;Clone, T:&nbsp;Clone, Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Tokens.html\" title=\"struct combine::parser::token::Tokens\">Tokens</a>&lt;C, E, T, Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;C:&nbsp;Clone, T:&nbsp;Clone, Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.TokensCmp.html\" title=\"struct combine::parser::token::TokensCmp\">TokensCmp</a>&lt;C, T, Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Position.html\" title=\"struct combine::parser::token::Position\">Position</a>&lt;Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;T:&nbsp;Clone, Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.OneOf.html\" title=\"struct combine::parser::token::OneOf\">OneOf</a>&lt;T, Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;T:&nbsp;Clone, Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.NoneOf.html\" title=\"struct combine::parser::token::NoneOf\">NoneOf</a>&lt;T, Input&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Input: <a class=\"trait\" href=\"combine/trait.Stream.html\" title=\"trait combine::Stream\">Stream</a>,</span>"],["impl&lt;Input:&nbsp;Clone, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Value.html\" title=\"struct combine::parser::token::Value\">Value</a>&lt;Input, T&gt;"],["impl&lt;Input:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Produce.html\" title=\"struct combine::parser::token::Produce\">Produce</a>&lt;Input, F&gt;"],["impl&lt;Input:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"combine/parser/token/struct.Eof.html\" title=\"struct combine::parser::token::Eof\">Eof</a>&lt;Input&gt;"]],
"crc32fast":[["impl Clone for <a class=\"struct\" href=\"crc32fast/struct.Hasher.html\" title=\"struct crc32fast::Hasher\">Hasher</a>"]],
"crossbeam_channel":[["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.Sender.html\" title=\"struct crossbeam_channel::Sender\">Sender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.Receiver.html\" title=\"struct crossbeam_channel::Receiver\">Receiver</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.SendError.html\" title=\"struct crossbeam_channel::SendError\">SendError</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"crossbeam_channel/enum.TrySendError.html\" title=\"enum crossbeam_channel::TrySendError\">TrySendError</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"crossbeam_channel/enum.SendTimeoutError.html\" title=\"enum crossbeam_channel::SendTimeoutError\">SendTimeoutError</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.RecvError.html\" title=\"struct crossbeam_channel::RecvError\">RecvError</a>"],["impl Clone for <a class=\"enum\" href=\"crossbeam_channel/enum.TryRecvError.html\" title=\"enum crossbeam_channel::TryRecvError\">TryRecvError</a>"],["impl Clone for <a class=\"enum\" href=\"crossbeam_channel/enum.RecvTimeoutError.html\" title=\"enum crossbeam_channel::RecvTimeoutError\">RecvTimeoutError</a>"],["impl Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.TrySelectError.html\" title=\"struct crossbeam_channel::TrySelectError\">TrySelectError</a>"],["impl Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.SelectTimeoutError.html\" title=\"struct crossbeam_channel::SelectTimeoutError\">SelectTimeoutError</a>"],["impl Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.TryReadyError.html\" title=\"struct crossbeam_channel::TryReadyError\">TryReadyError</a>"],["impl Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.ReadyTimeoutError.html\" title=\"struct crossbeam_channel::ReadyTimeoutError\">ReadyTimeoutError</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"crossbeam_channel/struct.Select.html\" title=\"struct crossbeam_channel::Select\">Select</a>&lt;'a&gt;"]],
"crossbeam_deque":[["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"crossbeam_deque/struct.Stealer.html\" title=\"struct crossbeam_deque::Stealer\">Stealer</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"crossbeam_deque/enum.Steal.html\" title=\"enum crossbeam_deque::Steal\">Steal</a>&lt;T&gt;"]],
"crossbeam_epoch":[["impl&lt;T:&nbsp;?Sized + <a class=\"trait\" href=\"crossbeam_epoch/trait.Pointable.html\" title=\"trait crossbeam_epoch::Pointable\">Pointable</a>&gt; Clone for <a class=\"struct\" href=\"crossbeam_epoch/struct.Atomic.html\" title=\"struct crossbeam_epoch::Atomic\">Atomic</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"crossbeam_epoch/struct.Owned.html\" title=\"struct crossbeam_epoch::Owned\">Owned</a>&lt;T&gt;"],["impl&lt;T:&nbsp;?Sized + <a class=\"trait\" href=\"crossbeam_epoch/trait.Pointable.html\" title=\"trait crossbeam_epoch::Pointable\">Pointable</a>&gt; Clone for <a class=\"struct\" href=\"crossbeam_epoch/struct.Shared.html\" title=\"struct crossbeam_epoch::Shared\">Shared</a>&lt;'_, T&gt;"],["impl Clone for <a class=\"struct\" href=\"crossbeam_epoch/struct.Collector.html\" title=\"struct crossbeam_epoch::Collector\">Collector</a>"]],
"crossbeam_utils":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"crossbeam_utils/struct.CachePadded.html\" title=\"struct crossbeam_utils::CachePadded\">CachePadded</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"crossbeam_utils/sync/struct.Unparker.html\" title=\"struct crossbeam_utils::sync::Unparker\">Unparker</a>"],["impl Clone for <a class=\"struct\" href=\"crossbeam_utils/sync/struct.WaitGroup.html\" title=\"struct crossbeam_utils::sync::WaitGroup\">WaitGroup</a>"]],
"either":[["impl&lt;L:&nbsp;Clone, R:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"either/enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;"]],
"env_logger":[["impl Clone for <a class=\"enum\" href=\"env_logger/fmt/enum.WriteStyle.html\" title=\"enum env_logger::fmt::WriteStyle\">WriteStyle</a>"],["impl Clone for <a class=\"enum\" href=\"env_logger/fmt/enum.TimestampPrecision.html\" title=\"enum env_logger::fmt::TimestampPrecision\">TimestampPrecision</a>"]],
"fastdivide":[["impl Clone for <a class=\"enum\" href=\"fastdivide/enum.DividerU64.html\" title=\"enum fastdivide::DividerU64\">DividerU64</a>"]],
"fastfield_codecs":[["impl Clone for <a class=\"struct\" href=\"fastfield_codecs/struct.NormalizedHeader.html\" title=\"struct fastfield_codecs::NormalizedHeader\">NormalizedHeader</a>"],["impl Clone for <a class=\"enum\" href=\"fastfield_codecs/enum.FastFieldCodecType.html\" title=\"enum fastfield_codecs::FastFieldCodecType\">FastFieldCodecType</a>"],["impl Clone for <a class=\"enum\" href=\"fastfield_codecs/enum.U128FastFieldCodecType.html\" title=\"enum fastfield_codecs::U128FastFieldCodecType\">U128FastFieldCodecType</a>"]],
"flate2":[["impl Clone for <a class=\"struct\" href=\"flate2/struct.GzHeader.html\" title=\"struct flate2::GzHeader\">GzHeader</a>"],["impl Clone for <a class=\"enum\" href=\"flate2/enum.FlushCompress.html\" title=\"enum flate2::FlushCompress\">FlushCompress</a>"],["impl Clone for <a class=\"enum\" href=\"flate2/enum.FlushDecompress.html\" title=\"enum flate2::FlushDecompress\">FlushDecompress</a>"],["impl Clone for <a class=\"enum\" href=\"flate2/enum.Status.html\" title=\"enum flate2::Status\">Status</a>"],["impl Clone for <a class=\"struct\" href=\"flate2/struct.Compression.html\" title=\"struct flate2::Compression\">Compression</a>"]],
"form_urlencoded":[["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"form_urlencoded/struct.Parse.html\" title=\"struct form_urlencoded::Parse\">Parse</a>&lt;'a&gt;"]],
"futures_channel":[["impl Clone for <a class=\"struct\" href=\"futures_channel/mpsc/struct.SendError.html\" title=\"struct futures_channel::mpsc::SendError\">SendError</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_channel/mpsc/struct.TrySendError.html\" title=\"struct futures_channel::mpsc::TrySendError\">TrySendError</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_channel/mpsc/struct.Sender.html\" title=\"struct futures_channel::mpsc::Sender\">Sender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_channel/mpsc/struct.UnboundedSender.html\" title=\"struct futures_channel::mpsc::UnboundedSender\">UnboundedSender</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"futures_channel/oneshot/struct.Canceled.html\" title=\"struct futures_channel::oneshot::Canceled\">Canceled</a>"]],
"futures_executor":[["impl Clone for <a class=\"struct\" href=\"futures_executor/struct.LocalSpawner.html\" title=\"struct futures_executor::LocalSpawner\">LocalSpawner</a>"]],
"futures_util":[["impl&lt;Fut:&nbsp;Future&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.WeakShared.html\" title=\"struct futures_util::future::WeakShared\">WeakShared</a>&lt;Fut&gt;"],["impl&lt;Fut&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.Shared.html\" title=\"struct futures_util::future::Shared\">Shared</a>&lt;Fut&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Fut: Future,</span>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.Pending.html\" title=\"struct futures_util::future::Pending\">Pending</a>&lt;T&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.OptionFuture.html\" title=\"struct futures_util::future::OptionFuture\">OptionFuture</a>&lt;F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.PollImmediate.html\" title=\"struct futures_util::future::PollImmediate\">PollImmediate</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.Ready.html\" title=\"struct futures_util::future::Ready\">Ready</a>&lt;T&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"futures_util/future/enum.Either.html\" title=\"enum futures_util::future::Either\">Either</a>&lt;A, B&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.Iter.html\" title=\"struct futures_util::stream::Iter\">Iter</a>&lt;I&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.Repeat.html\" title=\"struct futures_util::stream::Repeat\">Repeat</a>&lt;T&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.RepeatWith.html\" title=\"struct futures_util::stream::RepeatWith\">RepeatWith</a>&lt;F&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.Empty.html\" title=\"struct futures_util::stream::Empty\">Empty</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.Pending.html\" title=\"struct futures_util::stream::Pending\">Pending</a>&lt;T&gt;"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/stream/struct.PollImmediate.html\" title=\"struct futures_util::stream::PollImmediate\">PollImmediate</a>&lt;S&gt;"],["impl Clone for <a class=\"enum\" href=\"futures_util/stream/enum.PollNext.html\" title=\"enum futures_util::stream::PollNext\">PollNext</a>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"futures_util/sink/struct.Drain.html\" title=\"struct futures_util::sink::Drain\">Drain</a>&lt;T&gt;"],["impl&lt;Si:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/sink/struct.SinkMapErr.html\" title=\"struct futures_util::sink::SinkMapErr\">SinkMapErr</a>&lt;Si, F&gt;"],["impl&lt;Si, Item, U, Fut, F&gt; Clone for <a class=\"struct\" href=\"futures_util/sink/struct.With.html\" title=\"struct futures_util::sink::With\">With</a>&lt;Si, Item, U, Fut, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Si: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;F: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;Fut: Clone,</span>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/io/struct.AllowStdIo.html\" title=\"struct futures_util::io::AllowStdIo\">AllowStdIo</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/io/struct.Cursor.html\" title=\"struct futures_util::io::Cursor\">Cursor</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"futures_util/future/struct.Abortable.html\" title=\"struct futures_util::future::Abortable\">Abortable</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"futures_util/future/struct.AbortHandle.html\" title=\"struct futures_util::future::AbortHandle\">AbortHandle</a>"],["impl Clone for <a class=\"struct\" href=\"futures_util/future/struct.Aborted.html\" title=\"struct futures_util::future::Aborted\">Aborted</a>"]],
"gbdt":[["impl Clone for <a class=\"enum\" href=\"gbdt/config/enum.Loss.html\" title=\"enum gbdt::config::Loss\">Loss</a>"],["impl Clone for <a class=\"struct\" href=\"gbdt/config/struct.Config.html\" title=\"struct gbdt::config::Config\">Config</a>"],["impl Clone for <a class=\"struct\" href=\"gbdt/decision_tree/struct.Data.html\" title=\"struct gbdt::decision_tree::Data\">Data</a>"],["impl Clone for <a class=\"enum\" href=\"gbdt/input/enum.FileFormat.html\" title=\"enum gbdt::input::FileFormat\">FileFormat</a>"],["impl Clone for <a class=\"struct\" href=\"gbdt/input/struct.InputFormat.html\" title=\"struct gbdt::input::InputFormat\">InputFormat</a>"]],
"getrandom":[["impl Clone for <a class=\"struct\" href=\"getrandom/struct.Error.html\" title=\"struct getrandom::Error\">Error</a>"]],
"h2":[["impl Clone for <a class=\"struct\" href=\"h2/struct.Reason.html\" title=\"struct h2::Reason\">Reason</a>"],["impl Clone for <a class=\"struct\" href=\"h2/client/struct.Builder.html\" title=\"struct h2::client::Builder\">Builder</a>"],["impl&lt;B&gt; Clone for <a class=\"struct\" href=\"h2/client/struct.SendRequest.html\" title=\"struct h2::client::SendRequest\">SendRequest</a>&lt;B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"bytes/buf/buf_impl/trait.Buf.html\" title=\"trait bytes::buf::buf_impl::Buf\">Buf</a>,</span>"],["impl Clone for <a class=\"struct\" href=\"h2/ext/struct.Protocol.html\" title=\"struct h2::ext::Protocol\">Protocol</a>"],["impl Clone for <a class=\"struct\" href=\"h2/server/struct.Builder.html\" title=\"struct h2::server::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"h2/struct.StreamId.html\" title=\"struct h2::StreamId\">StreamId</a>"],["impl Clone for <a class=\"struct\" href=\"h2/struct.FlowControl.html\" title=\"struct h2::FlowControl\">FlowControl</a>"]],
"hashbrown":[["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"hashbrown/raw/struct.Bucket.html\" title=\"struct hashbrown::raw::Bucket\">Bucket</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/raw/struct.RawTable.html\" title=\"struct hashbrown::raw::RawTable\">RawTable</a>&lt;T, A&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"hashbrown/raw/struct.RawIter.html\" title=\"struct hashbrown::raw::RawIter\">RawIter</a>&lt;T&gt;"],["impl&lt;K:&nbsp;Clone, V:&nbsp;Clone, S:&nbsp;Clone, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_map/struct.HashMap.html\" title=\"struct hashbrown::hash_map::HashMap\">HashMap</a>&lt;K, V, S, A&gt;"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_map/struct.Iter.html\" title=\"struct hashbrown::hash_map::Iter\">Iter</a>&lt;'_, K, V&gt;"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_map/struct.Keys.html\" title=\"struct hashbrown::hash_map::Keys\">Keys</a>&lt;'_, K, V&gt;"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_map/struct.Values.html\" title=\"struct hashbrown::hash_map::Values\">Values</a>&lt;'_, K, V&gt;"],["impl&lt;T:&nbsp;Clone, S:&nbsp;Clone, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.HashSet.html\" title=\"struct hashbrown::hash_set::HashSet\">HashSet</a>&lt;T, S, A&gt;"],["impl&lt;K&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.Iter.html\" title=\"struct hashbrown::hash_set::Iter\">Iter</a>&lt;'_, K&gt;"],["impl&lt;T, S, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.Intersection.html\" title=\"struct hashbrown::hash_set::Intersection\">Intersection</a>&lt;'_, T, S, A&gt;"],["impl&lt;T, S, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.Difference.html\" title=\"struct hashbrown::hash_set::Difference\">Difference</a>&lt;'_, T, S, A&gt;"],["impl&lt;T, S, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.SymmetricDifference.html\" title=\"struct hashbrown::hash_set::SymmetricDifference\">SymmetricDifference</a>&lt;'_, T, S, A&gt;"],["impl&lt;T, S, A:&nbsp;Allocator + Clone&gt; Clone for <a class=\"struct\" href=\"hashbrown/hash_set/struct.Union.html\" title=\"struct hashbrown::hash_set::Union\">Union</a>&lt;'_, T, S, A&gt;"],["impl Clone for <a class=\"enum\" href=\"hashbrown/enum.TryReserveError.html\" title=\"enum hashbrown::TryReserveError\">TryReserveError</a>"]],
"hex":[["impl Clone for <a class=\"enum\" href=\"hex/enum.FromHexError.html\" title=\"enum hex::FromHexError\">FromHexError</a>"]],
"http":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"http/header/struct.HeaderMap.html\" title=\"struct http::header::HeaderMap\">HeaderMap</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"http/header/struct.HeaderName.html\" title=\"struct http::header::HeaderName\">HeaderName</a>"],["impl Clone for <a class=\"struct\" href=\"http/header/struct.HeaderValue.html\" title=\"struct http::header::HeaderValue\">HeaderValue</a>"],["impl Clone for <a class=\"struct\" href=\"http/method/struct.Method.html\" title=\"struct http::method::Method\">Method</a>"],["impl Clone for <a class=\"struct\" href=\"http/status/struct.StatusCode.html\" title=\"struct http::status::StatusCode\">StatusCode</a>"],["impl Clone for <a class=\"struct\" href=\"http/uri/struct.Authority.html\" title=\"struct http::uri::Authority\">Authority</a>"],["impl Clone for <a class=\"struct\" href=\"http/uri/struct.PathAndQuery.html\" title=\"struct http::uri::PathAndQuery\">PathAndQuery</a>"],["impl Clone for <a class=\"struct\" href=\"http/uri/struct.Scheme.html\" title=\"struct http::uri::Scheme\">Scheme</a>"],["impl Clone for <a class=\"struct\" href=\"http/uri/struct.Uri.html\" title=\"struct http::uri::Uri\">Uri</a>"],["impl Clone for <a class=\"struct\" href=\"http/version/struct.Version.html\" title=\"struct http::version::Version\">Version</a>"]],
"http_body":[["impl&lt;D&gt; Clone for <a class=\"struct\" href=\"http_body/struct.Empty.html\" title=\"struct http_body::Empty\">Empty</a>&lt;D&gt;"],["impl&lt;D:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"http_body/struct.Full.html\" title=\"struct http_body::Full\">Full</a>&lt;D&gt;"],["impl&lt;B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"http_body/struct.Limited.html\" title=\"struct http_body::Limited\">Limited</a>&lt;B&gt;"],["impl Clone for <a class=\"struct\" href=\"http_body/struct.SizeHint.html\" title=\"struct http_body::SizeHint\">SizeHint</a>"],["impl&lt;B:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"http_body/combinators/struct.MapData.html\" title=\"struct http_body::combinators::MapData\">MapData</a>&lt;B, F&gt;"],["impl&lt;B:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"http_body/combinators/struct.MapErr.html\" title=\"struct http_body::combinators::MapErr\">MapErr</a>&lt;B, F&gt;"]],
"httparse":[["impl Clone for <a class=\"enum\" href=\"httparse/enum.Error.html\" title=\"enum httparse::Error\">Error</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"httparse/enum.Status.html\" title=\"enum httparse::Status\">Status</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"httparse/struct.ParserConfig.html\" title=\"struct httparse::ParserConfig\">ParserConfig</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"httparse/struct.Header.html\" title=\"struct httparse::Header\">Header</a>&lt;'a&gt;"]],
"httpdate":[["impl Clone for <a class=\"struct\" href=\"httpdate/struct.HttpDate.html\" title=\"struct httpdate::HttpDate\">HttpDate</a>"]],
"hyper":[["impl Clone for <a class=\"struct\" href=\"hyper/ext/struct.ReasonPhrase.html\" title=\"struct hyper::ext::ReasonPhrase\">ReasonPhrase</a>"],["impl Clone for <a class=\"struct\" href=\"hyper/ext/struct.Protocol.html\" title=\"struct hyper::ext::Protocol\">Protocol</a>"],["impl Clone for <a class=\"struct\" href=\"hyper/client/connect/dns/struct.Name.html\" title=\"struct hyper::client::connect::dns::Name\">Name</a>"],["impl Clone for <a class=\"struct\" href=\"hyper/client/connect/dns/struct.GaiResolver.html\" title=\"struct hyper::client::connect::dns::GaiResolver\">GaiResolver</a>"],["impl&lt;R:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"hyper/client/connect/struct.HttpConnector.html\" title=\"struct hyper::client::connect::HttpConnector\">HttpConnector</a>&lt;R&gt;"],["impl Clone for <a class=\"struct\" href=\"hyper/client/connect/struct.HttpInfo.html\" title=\"struct hyper::client::connect::HttpInfo\">HttpInfo</a>"],["impl Clone for <a class=\"struct\" href=\"hyper/client/connect/struct.CaptureConnection.html\" title=\"struct hyper::client::connect::CaptureConnection\">CaptureConnection</a>"],["impl&lt;C:&nbsp;Clone, B&gt; Clone for <a class=\"struct\" href=\"hyper/client/struct.Client.html\" title=\"struct hyper::client::Client\">Client</a>&lt;C, B&gt;"],["impl Clone for <a class=\"struct\" href=\"hyper/client/struct.Builder.html\" title=\"struct hyper::client::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"hyper/client/conn/struct.Builder.html\" title=\"struct hyper::client::conn::Builder\">Builder</a>"],["impl&lt;E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"hyper/server/conn/struct.Http.html\" title=\"struct hyper::server::conn::Http\">Http</a>&lt;E&gt;"]],
"hyper_timeout":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"hyper_timeout/struct.TimeoutConnector.html\" title=\"struct hyper_timeout::TimeoutConnector\">TimeoutConnector</a>&lt;T&gt;"]],
"idna":[["impl Clone for <a class=\"struct\" href=\"idna/struct.Config.html\" title=\"struct idna::Config\">Config</a>"]],
"image":[["impl Clone for <a class=\"enum\" href=\"image/error/enum.UnsupportedErrorKind.html\" title=\"enum image::error::UnsupportedErrorKind\">UnsupportedErrorKind</a>"],["impl Clone for <a class=\"enum\" href=\"image/error/enum.ParameterErrorKind.html\" title=\"enum image::error::ParameterErrorKind\">ParameterErrorKind</a>"],["impl Clone for <a class=\"enum\" href=\"image/error/enum.LimitErrorKind.html\" title=\"enum image::error::LimitErrorKind\">LimitErrorKind</a>"],["impl Clone for <a class=\"enum\" href=\"image/error/enum.ImageFormatHint.html\" title=\"enum image::error::ImageFormatHint\">ImageFormatHint</a>"],["impl Clone for <a class=\"struct\" href=\"image/math/struct.Rect.html\" title=\"struct image::math::Rect\">Rect</a>"],["impl Clone for <a class=\"struct\" href=\"image/imageops/colorops/struct.BiLevel.html\" title=\"struct image::imageops::colorops::BiLevel\">BiLevel</a>"],["impl Clone for <a class=\"enum\" href=\"image/imageops/enum.FilterType.html\" title=\"enum image::imageops::FilterType\">FilterType</a>"],["impl&lt;Buffer:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"image/flat/struct.FlatSamples.html\" title=\"struct image::flat::FlatSamples\">FlatSamples</a>&lt;Buffer&gt;"],["impl Clone for <a class=\"struct\" href=\"image/flat/struct.SampleLayout.html\" title=\"struct image::flat::SampleLayout\">SampleLayout</a>"],["impl&lt;Buffer:&nbsp;Clone, P:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/flat/struct.View.html\" title=\"struct image::flat::View\">View</a>&lt;Buffer, P&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Buffer: AsRef&lt;[P::<a class=\"associatedtype\" href=\"image/trait.Pixel.html#associatedtype.Subpixel\" title=\"type image::Pixel::Subpixel\">Subpixel</a>]&gt;,</span>"],["impl&lt;Buffer:&nbsp;Clone, P:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/flat/struct.ViewMut.html\" title=\"struct image::flat::ViewMut\">ViewMut</a>&lt;Buffer, P&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Buffer: AsMut&lt;[P::<a class=\"associatedtype\" href=\"image/trait.Pixel.html#associatedtype.Subpixel\" title=\"type image::Pixel::Subpixel\">Subpixel</a>]&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"image/flat/enum.Error.html\" title=\"enum image::flat::Error\">Error</a>"],["impl Clone for <a class=\"enum\" href=\"image/flat/enum.NormalForm.html\" title=\"enum image::flat::NormalForm\">NormalForm</a>"],["impl Clone for <a class=\"enum\" href=\"image/codecs/jpeg/enum.PixelDensityUnit.html\" title=\"enum image::codecs::jpeg::PixelDensityUnit\">PixelDensityUnit</a>"],["impl Clone for <a class=\"struct\" href=\"image/codecs/jpeg/struct.PixelDensity.html\" title=\"struct image::codecs::jpeg::PixelDensity\">PixelDensity</a>"],["impl Clone for <a class=\"struct\" href=\"image/struct.Frame.html\" title=\"struct image::Frame\">Frame</a>"],["impl Clone for <a class=\"struct\" href=\"image/struct.Delay.html\" title=\"struct image::Delay\">Delay</a>"],["impl&lt;P:&nbsp;<a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/buffer/struct.Pixels.html\" title=\"struct image::buffer::Pixels\">Pixels</a>&lt;'_, P&gt;"],["impl&lt;P:&nbsp;<a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/buffer/struct.Rows.html\" title=\"struct image::buffer::Rows\">Rows</a>&lt;'_, P&gt;"],["impl&lt;P:&nbsp;<a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/buffer/struct.EnumeratePixels.html\" title=\"struct image::buffer::EnumeratePixels\">EnumeratePixels</a>&lt;'_, P&gt;"],["impl&lt;P:&nbsp;<a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>&gt; Clone for <a class=\"struct\" href=\"image/buffer/struct.EnumerateRows.html\" title=\"struct image::buffer::EnumerateRows\">EnumerateRows</a>&lt;'_, P&gt;"],["impl&lt;P, Container&gt; Clone for <a class=\"struct\" href=\"image/struct.ImageBuffer.html\" title=\"struct image::ImageBuffer\">ImageBuffer</a>&lt;P, Container&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;P: <a class=\"trait\" href=\"image/trait.Pixel.html\" title=\"trait image::Pixel\">Pixel</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Container: Deref&lt;Target = [P::<a class=\"associatedtype\" href=\"image/trait.Pixel.html#associatedtype.Subpixel\" title=\"type image::Pixel::Subpixel\">Subpixel</a>]&gt; + Clone,</span>"],["impl Clone for <a class=\"enum\" href=\"image/enum.ColorType.html\" title=\"enum image::ColorType\">ColorType</a>"],["impl Clone for <a class=\"enum\" href=\"image/enum.ExtendedColorType.html\" title=\"enum image::ExtendedColorType\">ExtendedColorType</a>"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.Rgb.html\" title=\"struct image::Rgb\">Rgb</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.Bgr.html\" title=\"struct image::Bgr\">Bgr</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.Luma.html\" title=\"struct image::Luma\">Luma</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.Rgba.html\" title=\"struct image::Rgba\">Rgba</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.Bgra.html\" title=\"struct image::Bgra\">Bgra</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Clone for <a class=\"struct\" href=\"image/struct.LumaA.html\" title=\"struct image::LumaA\">LumaA</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"image/enum.DynamicImage.html\" title=\"enum image::DynamicImage\">DynamicImage</a>"],["impl Clone for <a class=\"enum\" href=\"image/enum.ImageFormat.html\" title=\"enum image::ImageFormat\">ImageFormat</a>"],["impl Clone for <a class=\"enum\" href=\"image/enum.ImageOutputFormat.html\" title=\"enum image::ImageOutputFormat\">ImageOutputFormat</a>"],["impl Clone for <a class=\"struct\" href=\"image/struct.Progress.html\" title=\"struct image::Progress\">Progress</a>"],["impl&lt;I:&nbsp;?Sized&gt; Clone for <a class=\"struct\" href=\"image/struct.Pixels.html\" title=\"struct image::Pixels\">Pixels</a>&lt;'_, I&gt;"]],
"indexmap":[["impl&lt;K, V, S&gt; Clone for <a class=\"struct\" href=\"indexmap/map/struct.IndexMap.html\" title=\"struct indexmap::map::IndexMap\">IndexMap</a>&lt;K, V, S&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;K: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;V: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Clone,</span>"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"indexmap/map/struct.Keys.html\" title=\"struct indexmap::map::Keys\">Keys</a>&lt;'_, K, V&gt;"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"indexmap/map/struct.Values.html\" title=\"struct indexmap::map::Values\">Values</a>&lt;'_, K, V&gt;"],["impl&lt;K, V&gt; Clone for <a class=\"struct\" href=\"indexmap/map/struct.Iter.html\" title=\"struct indexmap::map::Iter\">Iter</a>&lt;'_, K, V&gt;"],["impl&lt;T, S&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.IndexSet.html\" title=\"struct indexmap::set::IndexSet\">IndexSet</a>&lt;T, S&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Clone,</span>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.Iter.html\" title=\"struct indexmap::set::Iter\">Iter</a>&lt;'_, T&gt;"],["impl&lt;T, S&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.Difference.html\" title=\"struct indexmap::set::Difference\">Difference</a>&lt;'_, T, S&gt;"],["impl&lt;T, S&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.Intersection.html\" title=\"struct indexmap::set::Intersection\">Intersection</a>&lt;'_, T, S&gt;"],["impl&lt;T, S1, S2&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.SymmetricDifference.html\" title=\"struct indexmap::set::SymmetricDifference\">SymmetricDifference</a>&lt;'_, T, S1, S2&gt;"],["impl&lt;T, S&gt; Clone for <a class=\"struct\" href=\"indexmap/set/struct.Union.html\" title=\"struct indexmap::set::Union\">Union</a>&lt;'_, T, S&gt;"]],
"itertools":[["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.MultiProduct.html\" title=\"struct itertools::structs::MultiProduct\">MultiProduct</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Interleave.html\" title=\"struct itertools::structs::Interleave\">Interleave</a>&lt;I, J&gt;"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.InterleaveShortest.html\" title=\"struct itertools::structs::InterleaveShortest\">InterleaveShortest</a>&lt;I, J&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;J: Iterator&lt;Item = I::Item&gt;,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.PutBack.html\" title=\"struct itertools::structs::PutBack\">PutBack</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Product.html\" title=\"struct itertools::structs::Product\">Product</a>&lt;I, J&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Batching.html\" title=\"struct itertools::structs::Batching\">Batching</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Step.html\" title=\"struct itertools::structs::Step\">Step</a>&lt;I&gt;"],["impl&lt;I, J, F&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.MergeBy.html\" title=\"struct itertools::structs::MergeBy\">MergeBy</a>&lt;I, J, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;J: Iterator&lt;Item = I::Item&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;Peekable&lt;I&gt;: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;Peekable&lt;J&gt;: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;F: Clone,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.WhileSome.html\" title=\"struct itertools::structs::WhileSome\">WhileSome</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.TupleCombinations.html\" title=\"struct itertools::structs::TupleCombinations\">TupleCombinations</a>&lt;I, T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;T: HasCombination&lt;I&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;T::Combination: Clone,</span>"],["impl&lt;I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.FilterOk.html\" title=\"struct itertools::structs::FilterOk\">FilterOk</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Positions.html\" title=\"struct itertools::structs::Positions\">Positions</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Update.html\" title=\"struct itertools::structs::Update\">Update</a>&lt;I, F&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"itertools/enum.EitherOrBoth.html\" title=\"enum itertools::EitherOrBoth\">EitherOrBoth</a>&lt;A, B&gt;"],["impl&lt;I, J&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.ConsTuples.html\" title=\"struct itertools::structs::ConsTuples\">ConsTuples</a>&lt;I, J&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Clone + Iterator&lt;Item = J&gt;,</span>"],["impl&lt;I&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Combinations.html\" title=\"struct itertools::structs::Combinations\">Combinations</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Clone + Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.CombinationsWithReplacement.html\" title=\"struct itertools::structs::CombinationsWithReplacement\">CombinationsWithReplacement</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.ExactlyOneError.html\" title=\"struct itertools::structs::ExactlyOneError\">ExactlyOneError</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I, T, E&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.FlattenOk.html\" title=\"struct itertools::structs::FlattenOk\">FlattenOk</a>&lt;I, T, E&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = Result&lt;T, E&gt;&gt; + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;T: IntoIterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;T::IntoIter: Clone,</span>"],["impl&lt;'a, I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.FormatWith.html\" title=\"struct itertools::structs::FormatWith\">FormatWith</a>&lt;'a, I, F&gt;"],["impl&lt;'a, I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Format.html\" title=\"struct itertools::structs::Format\">Format</a>&lt;'a, I&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.GroupingMap.html\" title=\"struct itertools::structs::GroupingMap\">GroupingMap</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone, ElemF:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.IntersperseWith.html\" title=\"struct itertools::structs::IntersperseWith\">IntersperseWith</a>&lt;I, ElemF&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I, F&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.KMergeBy.html\" title=\"struct itertools::structs::KMergeBy\">KMergeBy</a>&lt;I, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;F: Clone,</span>"],["impl&lt;I, J, F&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.MergeJoinBy.html\" title=\"struct itertools::structs::MergeJoinBy\">MergeJoinBy</a>&lt;I, J, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;J: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"itertools/structs/struct.PutBack.html\" title=\"struct itertools::structs::PutBack\">PutBack</a>&lt;Fuse&lt;I&gt;&gt;: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"itertools/structs/struct.PutBack.html\" title=\"struct itertools::structs::PutBack\">PutBack</a>&lt;Fuse&lt;J&gt;&gt;: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;F: Clone,</span>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"itertools/enum.MinMaxResult.html\" title=\"enum itertools::MinMaxResult\">MinMaxResult</a>&lt;T&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.MultiPeek.html\" title=\"struct itertools::structs::MultiPeek\">MultiPeek</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.PadUsing.html\" title=\"struct itertools::structs::PadUsing\">PadUsing</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.PeekNth.html\" title=\"struct itertools::structs::PeekNth\">PeekNth</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Permutations.html\" title=\"struct itertools::structs::Permutations\">Permutations</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Clone + Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Powerset.html\" title=\"struct itertools::structs::Powerset\">Powerset</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Clone + Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I:&nbsp;Clone + Iterator&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.PutBackN.html\" title=\"struct itertools::structs::PutBackN\">PutBackN</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.RcIter.html\" title=\"struct itertools::structs::RcIter\">RcIter</a>&lt;I&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.RepeatN.html\" title=\"struct itertools::structs::RepeatN\">RepeatN</a>&lt;A&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.RepeatCall.html\" title=\"struct itertools::structs::RepeatCall\">RepeatCall</a>&lt;F&gt;"],["impl&lt;St:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Unfold.html\" title=\"struct itertools::structs::Unfold\">Unfold</a>&lt;St, F&gt;"],["impl&lt;St:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Iterate.html\" title=\"struct itertools::structs::Iterate\">Iterate</a>&lt;St, F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.TupleBuffer.html\" title=\"struct itertools::structs::TupleBuffer\">TupleBuffer</a>&lt;T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"itertools/traits/trait.HomogeneousTuple.html\" title=\"trait itertools::traits::HomogeneousTuple\">HomogeneousTuple</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;T::Buffer: Clone,</span>"],["impl&lt;I:&nbsp;Clone, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Tuples.html\" title=\"struct itertools::structs::Tuples\">Tuples</a>&lt;I, T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T::Item&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"itertools/traits/trait.HomogeneousTuple.html\" title=\"trait itertools::traits::HomogeneousTuple\">HomogeneousTuple</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;T::Buffer: Clone,</span>"],["impl&lt;I:&nbsp;Clone, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.TupleWindows.html\" title=\"struct itertools::structs::TupleWindows\">TupleWindows</a>&lt;I, T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T::Item&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"itertools/traits/trait.HomogeneousTuple.html\" title=\"trait itertools::traits::HomogeneousTuple\">HomogeneousTuple</a>,</span>"],["impl&lt;I:&nbsp;Clone + Iterator, V:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.UniqueBy.html\" title=\"struct itertools::structs::UniqueBy\">UniqueBy</a>&lt;I, V, F&gt;"],["impl&lt;I:&nbsp;Clone + Iterator&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Unique.html\" title=\"struct itertools::structs::Unique\">Unique</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;I&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.WithPosition.html\" title=\"struct itertools::structs::WithPosition\">WithPosition</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Clone + Iterator,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Clone,</span>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"itertools/enum.Position.html\" title=\"enum itertools::Position\">Position</a>&lt;T&gt;"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.ZipEq.html\" title=\"struct itertools::structs::ZipEq\">ZipEq</a>&lt;I, J&gt;"],["impl&lt;T:&nbsp;Clone, U:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.ZipLongest.html\" title=\"struct itertools::structs::ZipLongest\">ZipLongest</a>&lt;T, U&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"itertools/structs/struct.Zip.html\" title=\"struct itertools::structs::Zip\">Zip</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"itertools/enum.FoldWhile.html\" title=\"enum itertools::FoldWhile\">FoldWhile</a>&lt;T&gt;"]],
"itoa":[["impl Clone for <a class=\"struct\" href=\"itoa/struct.Buffer.html\" title=\"struct itoa::Buffer\">Buffer</a>"]],
"jpeg_decoder":[["impl Clone for <a class=\"enum\" href=\"jpeg_decoder/enum.PixelFormat.html\" title=\"enum jpeg_decoder::PixelFormat\">PixelFormat</a>"],["impl Clone for <a class=\"struct\" href=\"jpeg_decoder/struct.ImageInfo.html\" title=\"struct jpeg_decoder::ImageInfo\">ImageInfo</a>"]],
"jsonwebtoken":[["impl Clone for <a class=\"enum\" href=\"jsonwebtoken/enum.Algorithm.html\" title=\"enum jsonwebtoken::Algorithm\">Algorithm</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"jsonwebtoken/struct.DecodingKey.html\" title=\"struct jsonwebtoken::DecodingKey\">DecodingKey</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"jsonwebtoken/struct.EncodingKey.html\" title=\"struct jsonwebtoken::EncodingKey\">EncodingKey</a>"],["impl Clone for <a class=\"struct\" href=\"jsonwebtoken/struct.Header.html\" title=\"struct jsonwebtoken::Header\">Header</a>"],["impl Clone for <a class=\"struct\" href=\"jsonwebtoken/struct.Validation.html\" title=\"struct jsonwebtoken::Validation\">Validation</a>"]],
"levenshtein_automata":[["impl Clone for <a class=\"enum\" href=\"levenshtein_automata/enum.Distance.html\" title=\"enum levenshtein_automata::Distance\">Distance</a>"]],
"libc":[["impl Clone for <a class=\"enum\" href=\"libc/enum.DIR.html\" title=\"enum libc::DIR\">DIR</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.group.html\" title=\"struct libc::group\">group</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.utimbuf.html\" title=\"struct libc::utimbuf\">utimbuf</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.timeval.html\" title=\"struct libc::timeval\">timeval</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.timespec.html\" title=\"struct libc::timespec\">timespec</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.rlimit.html\" title=\"struct libc::rlimit\">rlimit</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.rusage.html\" title=\"struct libc::rusage\">rusage</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ipv6_mreq.html\" title=\"struct libc::ipv6_mreq\">ipv6_mreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.hostent.html\" title=\"struct libc::hostent\">hostent</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.iovec.html\" title=\"struct libc::iovec\">iovec</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pollfd.html\" title=\"struct libc::pollfd\">pollfd</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.winsize.html\" title=\"struct libc::winsize\">winsize</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.linger.html\" title=\"struct libc::linger\">linger</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sigval.html\" title=\"struct libc::sigval\">sigval</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.itimerval.html\" title=\"struct libc::itimerval\">itimerval</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.tms.html\" title=\"struct libc::tms\">tms</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.servent.html\" title=\"struct libc::servent\">servent</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.protoent.html\" title=\"struct libc::protoent\">protoent</a>"],["impl Clone for <a class=\"enum\" href=\"libc/enum.FILE.html\" title=\"enum libc::FILE\">FILE</a>"],["impl Clone for <a class=\"enum\" href=\"libc/enum.fpos_t.html\" title=\"enum libc::fpos_t\">fpos_t</a>"],["impl Clone for <a class=\"enum\" href=\"libc/enum.timezone.html\" title=\"enum libc::timezone\">timezone</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in_addr.html\" title=\"struct libc::in_addr\">in_addr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ip_mreq.html\" title=\"struct libc::ip_mreq\">ip_mreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ip_mreqn.html\" title=\"struct libc::ip_mreqn\">ip_mreqn</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ip_mreq_source.html\" title=\"struct libc::ip_mreq_source\">ip_mreq_source</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr.html\" title=\"struct libc::sockaddr\">sockaddr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_in.html\" title=\"struct libc::sockaddr_in\">sockaddr_in</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_in6.html\" title=\"struct libc::sockaddr_in6\">sockaddr_in6</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.addrinfo.html\" title=\"struct libc::addrinfo\">addrinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_ll.html\" title=\"struct libc::sockaddr_ll\">sockaddr_ll</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.fd_set.html\" title=\"struct libc::fd_set\">fd_set</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.tm.html\" title=\"struct libc::tm\">tm</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sched_param.html\" title=\"struct libc::sched_param\">sched_param</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Dl_info.html\" title=\"struct libc::Dl_info\">Dl_info</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.lconv.html\" title=\"struct libc::lconv\">lconv</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in_pktinfo.html\" title=\"struct libc::in_pktinfo\">in_pktinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ifaddrs.html\" title=\"struct libc::ifaddrs\">ifaddrs</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in6_rtmsg.html\" title=\"struct libc::in6_rtmsg\">in6_rtmsg</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.arpreq.html\" title=\"struct libc::arpreq\">arpreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.arpreq_old.html\" title=\"struct libc::arpreq_old\">arpreq_old</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.arphdr.html\" title=\"struct libc::arphdr\">arphdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mmsghdr.html\" title=\"struct libc::mmsghdr\">mmsghdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.epoll_event.html\" title=\"struct libc::epoll_event\">epoll_event</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_un.html\" title=\"struct libc::sockaddr_un\">sockaddr_un</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_storage.html\" title=\"struct libc::sockaddr_storage\">sockaddr_storage</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.utsname.html\" title=\"struct libc::utsname\">utsname</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sigevent.html\" title=\"struct libc::sigevent\">sigevent</a>"],["impl Clone for <a class=\"enum\" href=\"libc/enum.fpos64_t.html\" title=\"enum libc::fpos64_t\">fpos64_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.glob_t.html\" title=\"struct libc::glob_t\">glob_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.passwd.html\" title=\"struct libc::passwd\">passwd</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.spwd.html\" title=\"struct libc::spwd\">spwd</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.dqblk.html\" title=\"struct libc::dqblk\">dqblk</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.signalfd_siginfo.html\" title=\"struct libc::signalfd_siginfo\">signalfd_siginfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.itimerspec.html\" title=\"struct libc::itimerspec\">itimerspec</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.fsid_t.html\" title=\"struct libc::fsid_t\">fsid_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.packet_mreq.html\" title=\"struct libc::packet_mreq\">packet_mreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.cpu_set_t.html\" title=\"struct libc::cpu_set_t\">cpu_set_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.if_nameindex.html\" title=\"struct libc::if_nameindex\">if_nameindex</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.msginfo.html\" title=\"struct libc::msginfo\">msginfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sembuf.html\" title=\"struct libc::sembuf\">sembuf</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.input_event.html\" title=\"struct libc::input_event\">input_event</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.input_id.html\" title=\"struct libc::input_id\">input_id</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.input_absinfo.html\" title=\"struct libc::input_absinfo\">input_absinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.input_keymap_entry.html\" title=\"struct libc::input_keymap_entry\">input_keymap_entry</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.input_mask.html\" title=\"struct libc::input_mask\">input_mask</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_replay.html\" title=\"struct libc::ff_replay\">ff_replay</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_trigger.html\" title=\"struct libc::ff_trigger\">ff_trigger</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_envelope.html\" title=\"struct libc::ff_envelope\">ff_envelope</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_constant_effect.html\" title=\"struct libc::ff_constant_effect\">ff_constant_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_ramp_effect.html\" title=\"struct libc::ff_ramp_effect\">ff_ramp_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_condition_effect.html\" title=\"struct libc::ff_condition_effect\">ff_condition_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_periodic_effect.html\" title=\"struct libc::ff_periodic_effect\">ff_periodic_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_rumble_effect.html\" title=\"struct libc::ff_rumble_effect\">ff_rumble_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ff_effect.html\" title=\"struct libc::ff_effect\">ff_effect</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.uinput_ff_upload.html\" title=\"struct libc::uinput_ff_upload\">uinput_ff_upload</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.uinput_ff_erase.html\" title=\"struct libc::uinput_ff_erase\">uinput_ff_erase</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.uinput_abs_setup.html\" title=\"struct libc::uinput_abs_setup\">uinput_abs_setup</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.dl_phdr_info.html\" title=\"struct libc::dl_phdr_info\">dl_phdr_info</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf32_Ehdr.html\" title=\"struct libc::Elf32_Ehdr\">Elf32_Ehdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf64_Ehdr.html\" title=\"struct libc::Elf64_Ehdr\">Elf64_Ehdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf32_Sym.html\" title=\"struct libc::Elf32_Sym\">Elf32_Sym</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf64_Sym.html\" title=\"struct libc::Elf64_Sym\">Elf64_Sym</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf32_Phdr.html\" title=\"struct libc::Elf32_Phdr\">Elf32_Phdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf64_Phdr.html\" title=\"struct libc::Elf64_Phdr\">Elf64_Phdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf32_Shdr.html\" title=\"struct libc::Elf32_Shdr\">Elf32_Shdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf64_Shdr.html\" title=\"struct libc::Elf64_Shdr\">Elf64_Shdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ucred.html\" title=\"struct libc::ucred\">ucred</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mntent.html\" title=\"struct libc::mntent\">mntent</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.posix_spawn_file_actions_t.html\" title=\"struct libc::posix_spawn_file_actions_t\">posix_spawn_file_actions_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.posix_spawnattr_t.html\" title=\"struct libc::posix_spawnattr_t\">posix_spawnattr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.genlmsghdr.html\" title=\"struct libc::genlmsghdr\">genlmsghdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in6_pktinfo.html\" title=\"struct libc::in6_pktinfo\">in6_pktinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.arpd_request.html\" title=\"struct libc::arpd_request\">arpd_request</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.inotify_event.html\" title=\"struct libc::inotify_event\">inotify_event</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.fanotify_response.html\" title=\"struct libc::fanotify_response\">fanotify_response</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_vm.html\" title=\"struct libc::sockaddr_vm\">sockaddr_vm</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.regmatch_t.html\" title=\"struct libc::regmatch_t\">regmatch_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sock_extended_err.html\" title=\"struct libc::sock_extended_err\">sock_extended_err</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_sockaddr_can_tp.html\" title=\"struct libc::__c_anonymous_sockaddr_can_tp\">__c_anonymous_sockaddr_can_tp</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_sockaddr_can_j1939.html\" title=\"struct libc::__c_anonymous_sockaddr_can_j1939\">__c_anonymous_sockaddr_can_j1939</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.can_filter.html\" title=\"struct libc::can_filter\">can_filter</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.j1939_filter.html\" title=\"struct libc::j1939_filter\">j1939_filter</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sock_filter.html\" title=\"struct libc::sock_filter\">sock_filter</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sock_fprog.html\" title=\"struct libc::sock_fprog\">sock_fprog</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.seccomp_data.html\" title=\"struct libc::seccomp_data\">seccomp_data</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nlmsghdr.html\" title=\"struct libc::nlmsghdr\">nlmsghdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nlmsgerr.html\" title=\"struct libc::nlmsgerr\">nlmsgerr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nlattr.html\" title=\"struct libc::nlattr\">nlattr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.file_clone_range.html\" title=\"struct libc::file_clone_range\">file_clone_range</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_ifru_map.html\" title=\"struct libc::__c_anonymous_ifru_map\">__c_anonymous_ifru_map</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in6_ifreq.html\" title=\"struct libc::in6_ifreq\">in6_ifreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.option.html\" title=\"struct libc::option\">option</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_initmsg.html\" title=\"struct libc::sctp_initmsg\">sctp_initmsg</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_sndrcvinfo.html\" title=\"struct libc::sctp_sndrcvinfo\">sctp_sndrcvinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_sndinfo.html\" title=\"struct libc::sctp_sndinfo\">sctp_sndinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_rcvinfo.html\" title=\"struct libc::sctp_rcvinfo\">sctp_rcvinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_nxtinfo.html\" title=\"struct libc::sctp_nxtinfo\">sctp_nxtinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_prinfo.html\" title=\"struct libc::sctp_prinfo\">sctp_prinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sctp_authinfo.html\" title=\"struct libc::sctp_authinfo\">sctp_authinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.rlimit64.html\" title=\"struct libc::rlimit64\">rlimit64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_nl.html\" title=\"struct libc::sockaddr_nl\">sockaddr_nl</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.dirent.html\" title=\"struct libc::dirent\">dirent</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_alg.html\" title=\"struct libc::sockaddr_alg\">sockaddr_alg</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.uinput_setup.html\" title=\"struct libc::uinput_setup\">uinput_setup</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.uinput_user_dev.html\" title=\"struct libc::uinput_user_dev\">uinput_user_dev</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.af_alg_iv.html\" title=\"struct libc::af_alg_iv\">af_alg_iv</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mq_attr.html\" title=\"struct libc::mq_attr\">mq_attr</a>"],["impl Clone for <a class=\"union\" href=\"libc/union.__c_anonymous_ifr_ifru.html\" title=\"union libc::__c_anonymous_ifr_ifru\">__c_anonymous_ifr_ifru</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ifreq.html\" title=\"struct libc::ifreq\">ifreq</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.hwtstamp_config.html\" title=\"struct libc::hwtstamp_config\">hwtstamp_config</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.dirent64.html\" title=\"struct libc::dirent64\">dirent64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sock_txtime.html\" title=\"struct libc::sock_txtime\">sock_txtime</a>"],["impl Clone for <a class=\"union\" href=\"libc/union.__c_anonymous_sockaddr_can_can_addr.html\" title=\"union libc::__c_anonymous_sockaddr_can_can_addr\">__c_anonymous_sockaddr_can_can_addr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sockaddr_can.html\" title=\"struct libc::sockaddr_can\">sockaddr_can</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statx.html\" title=\"struct libc::statx\">statx</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statx_timestamp.html\" title=\"struct libc::statx_timestamp\">statx_timestamp</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.aiocb.html\" title=\"struct libc::aiocb\">aiocb</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__exit_status.html\" title=\"struct libc::__exit_status\">__exit_status</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__timeval.html\" title=\"struct libc::__timeval\">__timeval</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.glob64_t.html\" title=\"struct libc::glob64_t\">glob64_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.msghdr.html\" title=\"struct libc::msghdr\">msghdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.cmsghdr.html\" title=\"struct libc::cmsghdr\">cmsghdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.termios.html\" title=\"struct libc::termios\">termios</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mallinfo.html\" title=\"struct libc::mallinfo\">mallinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mallinfo2.html\" title=\"struct libc::mallinfo2\">mallinfo2</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nl_pktinfo.html\" title=\"struct libc::nl_pktinfo\">nl_pktinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nl_mmap_req.html\" title=\"struct libc::nl_mmap_req\">nl_mmap_req</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.nl_mmap_hdr.html\" title=\"struct libc::nl_mmap_hdr\">nl_mmap_hdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.rtentry.html\" title=\"struct libc::rtentry\">rtentry</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.timex.html\" title=\"struct libc::timex\">timex</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ntptimeval.html\" title=\"struct libc::ntptimeval\">ntptimeval</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.regex_t.html\" title=\"struct libc::regex_t\">regex_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf64_Chdr.html\" title=\"struct libc::Elf64_Chdr\">Elf64_Chdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.Elf32_Chdr.html\" title=\"struct libc::Elf32_Chdr\">Elf32_Chdr</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.seminfo.html\" title=\"struct libc::seminfo\">seminfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ptrace_peeksiginfo_args.html\" title=\"struct libc::ptrace_peeksiginfo_args\">ptrace_peeksiginfo_args</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_ptrace_syscall_info_entry.html\" title=\"struct libc::__c_anonymous_ptrace_syscall_info_entry\">__c_anonymous_ptrace_syscall_info_entry</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_ptrace_syscall_info_exit.html\" title=\"struct libc::__c_anonymous_ptrace_syscall_info_exit\">__c_anonymous_ptrace_syscall_info_exit</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.__c_anonymous_ptrace_syscall_info_seccomp.html\" title=\"struct libc::__c_anonymous_ptrace_syscall_info_seccomp\">__c_anonymous_ptrace_syscall_info_seccomp</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ptrace_syscall_info.html\" title=\"struct libc::ptrace_syscall_info\">ptrace_syscall_info</a>"],["impl Clone for <a class=\"union\" href=\"libc/union.__c_anonymous_ptrace_syscall_info_data.html\" title=\"union libc::__c_anonymous_ptrace_syscall_info_data\">__c_anonymous_ptrace_syscall_info_data</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.utmpx.html\" title=\"struct libc::utmpx\">utmpx</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sigset_t.html\" title=\"struct libc::sigset_t\">sigset_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sysinfo.html\" title=\"struct libc::sysinfo\">sysinfo</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.msqid_ds.html\" title=\"struct libc::msqid_ds\">msqid_ds</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.semid_ds.html\" title=\"struct libc::semid_ds\">semid_ds</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sigaction.html\" title=\"struct libc::sigaction\">sigaction</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statfs.html\" title=\"struct libc::statfs\">statfs</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.flock.html\" title=\"struct libc::flock\">flock</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.flock64.html\" title=\"struct libc::flock64\">flock64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.siginfo_t.html\" title=\"struct libc::siginfo_t\">siginfo_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.stack_t.html\" title=\"struct libc::stack_t\">stack_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.stat.html\" title=\"struct libc::stat\">stat</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.stat64.html\" title=\"struct libc::stat64\">stat64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statfs64.html\" title=\"struct libc::statfs64\">statfs64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statvfs64.html\" title=\"struct libc::statvfs64\">statvfs64</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_attr_t.html\" title=\"struct libc::pthread_attr_t\">pthread_attr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct._libc_fpxreg.html\" title=\"struct libc::_libc_fpxreg\">_libc_fpxreg</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct._libc_xmmreg.html\" title=\"struct libc::_libc_xmmreg\">_libc_xmmreg</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct._libc_fpstate.html\" title=\"struct libc::_libc_fpstate\">_libc_fpstate</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.user_regs_struct.html\" title=\"struct libc::user_regs_struct\">user_regs_struct</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.user.html\" title=\"struct libc::user\">user</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.mcontext_t.html\" title=\"struct libc::mcontext_t\">mcontext_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ipc_perm.html\" title=\"struct libc::ipc_perm\">ipc_perm</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.shmid_ds.html\" title=\"struct libc::shmid_ds\">shmid_ds</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.seccomp_notif_sizes.html\" title=\"struct libc::seccomp_notif_sizes\">seccomp_notif_sizes</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ptrace_rseq_configuration.html\" title=\"struct libc::ptrace_rseq_configuration\">ptrace_rseq_configuration</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.user_fpregs_struct.html\" title=\"struct libc::user_fpregs_struct\">user_fpregs_struct</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.ucontext_t.html\" title=\"struct libc::ucontext_t\">ucontext_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.statvfs.html\" title=\"struct libc::statvfs\">statvfs</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.max_align_t.html\" title=\"struct libc::max_align_t\">max_align_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.clone_args.html\" title=\"struct libc::clone_args\">clone_args</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.sem_t.html\" title=\"struct libc::sem_t\">sem_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.termios2.html\" title=\"struct libc::termios2\">termios2</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_mutexattr_t.html\" title=\"struct libc::pthread_mutexattr_t\">pthread_mutexattr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_rwlockattr_t.html\" title=\"struct libc::pthread_rwlockattr_t\">pthread_rwlockattr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_condattr_t.html\" title=\"struct libc::pthread_condattr_t\">pthread_condattr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_barrierattr_t.html\" title=\"struct libc::pthread_barrierattr_t\">pthread_barrierattr_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.fanotify_event_metadata.html\" title=\"struct libc::fanotify_event_metadata\">fanotify_event_metadata</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_cond_t.html\" title=\"struct libc::pthread_cond_t\">pthread_cond_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_mutex_t.html\" title=\"struct libc::pthread_mutex_t\">pthread_mutex_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_rwlock_t.html\" title=\"struct libc::pthread_rwlock_t\">pthread_rwlock_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.pthread_barrier_t.html\" title=\"struct libc::pthread_barrier_t\">pthread_barrier_t</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.can_frame.html\" title=\"struct libc::can_frame\">can_frame</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.canfd_frame.html\" title=\"struct libc::canfd_frame\">canfd_frame</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.canxl_frame.html\" title=\"struct libc::canxl_frame\">canxl_frame</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.open_how.html\" title=\"struct libc::open_how\">open_how</a>"],["impl Clone for <a class=\"struct\" href=\"libc/struct.in6_addr.html\" title=\"struct libc::in6_addr\">in6_addr</a>"]],
"log":[["impl&lt;'k&gt; Clone for <a class=\"struct\" href=\"log/kv/struct.Key.html\" title=\"struct log::kv::Key\">Key</a>&lt;'k&gt;"],["impl Clone for <a class=\"enum\" href=\"log/enum.Level.html\" title=\"enum log::Level\">Level</a>"],["impl Clone for <a class=\"enum\" href=\"log/enum.LevelFilter.html\" title=\"enum log::LevelFilter\">LevelFilter</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"log/struct.Record.html\" title=\"struct log::Record\">Record</a>&lt;'a&gt;"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"log/struct.Metadata.html\" title=\"struct log::Metadata\">Metadata</a>&lt;'a&gt;"]],
"lru":[["impl&lt;'a, K, V&gt; Clone for <a class=\"struct\" href=\"lru/struct.Iter.html\" title=\"struct lru::Iter\">Iter</a>&lt;'a, K, V&gt;"]],
"memchr":[["impl Clone for <a class=\"enum\" href=\"memchr/memmem/enum.Prefilter.html\" title=\"enum memchr::memmem::Prefilter\">Prefilter</a>"],["impl&lt;'n&gt; Clone for <a class=\"struct\" href=\"memchr/memmem/struct.Finder.html\" title=\"struct memchr::memmem::Finder\">Finder</a>&lt;'n&gt;"],["impl&lt;'n&gt; Clone for <a class=\"struct\" href=\"memchr/memmem/struct.FinderRev.html\" title=\"struct memchr::memmem::FinderRev\">FinderRev</a>&lt;'n&gt;"],["impl Clone for <a class=\"struct\" href=\"memchr/memmem/struct.FinderBuilder.html\" title=\"struct memchr::memmem::FinderBuilder\">FinderBuilder</a>"]],
"miniz_oxide":[["impl Clone for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.CompressionStrategy.html\" title=\"enum miniz_oxide::deflate::core::CompressionStrategy\">CompressionStrategy</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.TDEFLFlush.html\" title=\"enum miniz_oxide::deflate::core::TDEFLFlush\">TDEFLFlush</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.TDEFLStatus.html\" title=\"enum miniz_oxide::deflate::core::TDEFLStatus\">TDEFLStatus</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/deflate/enum.CompressionLevel.html\" title=\"enum miniz_oxide::deflate::CompressionLevel\">CompressionLevel</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/inflate/enum.TINFLStatus.html\" title=\"enum miniz_oxide::inflate::TINFLStatus\">TINFLStatus</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/enum.MZFlush.html\" title=\"enum miniz_oxide::MZFlush\">MZFlush</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/enum.MZStatus.html\" title=\"enum miniz_oxide::MZStatus\">MZStatus</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/enum.MZError.html\" title=\"enum miniz_oxide::MZError\">MZError</a>"],["impl Clone for <a class=\"enum\" href=\"miniz_oxide/enum.DataFormat.html\" title=\"enum miniz_oxide::DataFormat\">DataFormat</a>"],["impl Clone for <a class=\"struct\" href=\"miniz_oxide/struct.StreamResult.html\" title=\"struct miniz_oxide::StreamResult\">StreamResult</a>"]],
"mio":[["impl Clone for <a class=\"struct\" href=\"mio/struct.Interest.html\" title=\"struct mio::Interest\">Interest</a>"],["impl Clone for <a class=\"struct\" href=\"mio/struct.Token.html\" title=\"struct mio::Token\">Token</a>"],["impl Clone for <a class=\"struct\" href=\"mio/event/struct.Event.html\" title=\"struct mio::event::Event\">Event</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"mio/event/struct.Iter.html\" title=\"struct mio::event::Iter\">Iter</a>&lt;'a&gt;"]],
"num_bigint":[["impl Clone for <a class=\"enum\" href=\"num_bigint/enum.Sign.html\" title=\"enum num_bigint::Sign\">Sign</a>"],["impl Clone for <a class=\"struct\" href=\"num_bigint/struct.BigInt.html\" title=\"struct num_bigint::BigInt\">BigInt</a>"],["impl Clone for <a class=\"struct\" href=\"num_bigint/struct.BigUint.html\" title=\"struct num_bigint::BigUint\">BigUint</a>"],["impl Clone for <a class=\"struct\" href=\"num_bigint/struct.ParseBigIntError.html\" title=\"struct num_bigint::ParseBigIntError\">ParseBigIntError</a>"]],
"num_complex":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_complex/struct.Complex.html\" title=\"struct num_complex::Complex\">Complex</a>&lt;T&gt;"]],
"num_integer":[["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_integer/struct.ExtendedGcd.html\" title=\"struct num_integer::ExtendedGcd\">ExtendedGcd</a>&lt;A&gt;"]],
"num_iter":[["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.Range.html\" title=\"struct num_iter::Range\">Range</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.RangeInclusive.html\" title=\"struct num_iter::RangeInclusive\">RangeInclusive</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.RangeStep.html\" title=\"struct num_iter::RangeStep\">RangeStep</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.RangeStepInclusive.html\" title=\"struct num_iter::RangeStepInclusive\">RangeStepInclusive</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.RangeFrom.html\" title=\"struct num_iter::RangeFrom\">RangeFrom</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_iter/struct.RangeStepFrom.html\" title=\"struct num_iter::RangeStepFrom\">RangeStepFrom</a>&lt;A&gt;"]],
"num_rational":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"num_rational/struct.Ratio.html\" title=\"struct num_rational::Ratio\">Ratio</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"num_rational/struct.ParseRatioError.html\" title=\"struct num_rational::ParseRatioError\">ParseRatioError</a>"]],
"once_cell":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"once_cell/unsync/struct.OnceCell.html\" title=\"struct once_cell::unsync::OnceCell\">OnceCell</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"once_cell/sync/struct.OnceCell.html\" title=\"struct once_cell::sync::OnceCell\">OnceCell</a>&lt;T&gt;"]],
"oneshot":[["impl Clone for <a class=\"struct\" href=\"oneshot/struct.RecvError.html\" title=\"struct oneshot::RecvError\">RecvError</a>"],["impl Clone for <a class=\"enum\" href=\"oneshot/enum.TryRecvError.html\" title=\"enum oneshot::TryRecvError\">TryRecvError</a>"],["impl Clone for <a class=\"enum\" href=\"oneshot/enum.RecvTimeoutError.html\" title=\"enum oneshot::RecvTimeoutError\">RecvTimeoutError</a>"]],
"ownedbytes":[["impl Clone for <a class=\"struct\" href=\"ownedbytes/struct.OwnedBytes.html\" title=\"struct ownedbytes::OwnedBytes\">OwnedBytes</a>"]],
"pem":[["impl Clone for <a class=\"enum\" href=\"pem/enum.LineEnding.html\" title=\"enum pem::LineEnding\">LineEnding</a>"],["impl Clone for <a class=\"struct\" href=\"pem/struct.EncodeConfig.html\" title=\"struct pem::EncodeConfig\">EncodeConfig</a>"],["impl Clone for <a class=\"struct\" href=\"pem/struct.Pem.html\" title=\"struct pem::Pem\">Pem</a>"]],
"percent_encoding":[["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"percent_encoding/struct.PercentEncode.html\" title=\"struct percent_encoding::PercentEncode\">PercentEncode</a>&lt;'a&gt;"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"percent_encoding/struct.PercentDecode.html\" title=\"struct percent_encoding::PercentDecode\">PercentDecode</a>&lt;'a&gt;"]],
"ppv_lite86":[["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesS3.html\" title=\"struct ppv_lite86::x86_64::YesS3\">YesS3</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoS3.html\" title=\"struct ppv_lite86::x86_64::NoS3\">NoS3</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesS4.html\" title=\"struct ppv_lite86::x86_64::YesS4\">YesS4</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoS4.html\" title=\"struct ppv_lite86::x86_64::NoS4\">NoS4</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesA1.html\" title=\"struct ppv_lite86::x86_64::YesA1\">YesA1</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoA1.html\" title=\"struct ppv_lite86::x86_64::NoA1\">NoA1</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesA2.html\" title=\"struct ppv_lite86::x86_64::YesA2\">YesA2</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoA2.html\" title=\"struct ppv_lite86::x86_64::NoA2\">NoA2</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesNI.html\" title=\"struct ppv_lite86::x86_64::YesNI\">YesNI</a>"],["impl Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoNI.html\" title=\"struct ppv_lite86::x86_64::NoNI\">NoNI</a>"],["impl&lt;S3:&nbsp;Clone, S4:&nbsp;Clone, NI:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.SseMachine.html\" title=\"struct ppv_lite86::x86_64::SseMachine\">SseMachine</a>&lt;S3, S4, NI&gt;"],["impl&lt;NI:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.Avx2Machine.html\" title=\"struct ppv_lite86::x86_64::Avx2Machine\">Avx2Machine</a>&lt;NI&gt;"],["impl Clone for <a class=\"union\" href=\"ppv_lite86/x86_64/union.vec128_storage.html\" title=\"union ppv_lite86::x86_64::vec128_storage\">vec128_storage</a>"],["impl Clone for <a class=\"union\" href=\"ppv_lite86/x86_64/union.vec256_storage.html\" title=\"union ppv_lite86::x86_64::vec256_storage\">vec256_storage</a>"],["impl Clone for <a class=\"union\" href=\"ppv_lite86/x86_64/union.vec512_storage.html\" title=\"union ppv_lite86::x86_64::vec512_storage\">vec512_storage</a>"]],
"prost":[["impl Clone for <a class=\"struct\" href=\"prost/struct.DecodeError.html\" title=\"struct prost::DecodeError\">DecodeError</a>"],["impl Clone for <a class=\"struct\" href=\"prost/struct.EncodeError.html\" title=\"struct prost::EncodeError\">EncodeError</a>"]],
"rand":[["impl Clone for <a class=\"struct\" href=\"rand/distributions/struct.Bernoulli.html\" title=\"struct rand::distributions::Bernoulli\">Bernoulli</a>"],["impl Clone for <a class=\"enum\" href=\"rand/distributions/enum.BernoulliError.html\" title=\"enum rand::distributions::BernoulliError\">BernoulliError</a>"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/struct.OpenClosed01.html\" title=\"struct rand::distributions::OpenClosed01\">OpenClosed01</a>"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/struct.Open01.html\" title=\"struct rand::distributions::Open01\">Open01</a>"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/struct.Alphanumeric.html\" title=\"struct rand::distributions::Alphanumeric\">Alphanumeric</a>"],["impl&lt;'a, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand/distributions/struct.Slice.html\" title=\"struct rand::distributions::Slice\">Slice</a>&lt;'a, T&gt;"],["impl&lt;X:&nbsp;Clone + <a class=\"trait\" href=\"rand/distributions/uniform/trait.SampleUniform.html\" title=\"trait rand::distributions::uniform::SampleUniform\">SampleUniform</a> + PartialOrd&gt; Clone for <a class=\"struct\" href=\"rand/distributions/weighted/struct.WeightedIndex.html\" title=\"struct rand::distributions::weighted::WeightedIndex\">WeightedIndex</a>&lt;X&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;X::<a class=\"associatedtype\" href=\"rand/distributions/uniform/trait.SampleUniform.html#associatedtype.Sampler\" title=\"type rand::distributions::uniform::SampleUniform::Sampler\">Sampler</a>: Clone,</span>"],["impl Clone for <a class=\"enum\" href=\"rand/distributions/weighted/enum.WeightedError.html\" title=\"enum rand::distributions::weighted::WeightedError\">WeightedError</a>"],["impl&lt;X:&nbsp;Clone + <a class=\"trait\" href=\"rand/distributions/uniform/trait.SampleUniform.html\" title=\"trait rand::distributions::uniform::SampleUniform\">SampleUniform</a>&gt; Clone for <a class=\"struct\" href=\"rand/distributions/struct.Uniform.html\" title=\"struct rand::distributions::Uniform\">Uniform</a>&lt;X&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;X::<a class=\"associatedtype\" href=\"rand/distributions/uniform/trait.SampleUniform.html#associatedtype.Sampler\" title=\"type rand::distributions::uniform::SampleUniform::Sampler\">Sampler</a>: Clone,</span>"],["impl&lt;X:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformInt.html\" title=\"struct rand::distributions::uniform::UniformInt\">UniformInt</a>&lt;X&gt;"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformChar.html\" title=\"struct rand::distributions::uniform::UniformChar\">UniformChar</a>"],["impl&lt;X:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformFloat.html\" title=\"struct rand::distributions::uniform::UniformFloat\">UniformFloat</a>&lt;X&gt;"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformDuration.html\" title=\"struct rand::distributions::uniform::UniformDuration\">UniformDuration</a>"],["impl Clone for <a class=\"struct\" href=\"rand/distributions/struct.Standard.html\" title=\"struct rand::distributions::Standard\">Standard</a>"],["impl&lt;R, Rsdr&gt; Clone for <a class=\"struct\" href=\"rand/rngs/adapter/struct.ReseedingRng.html\" title=\"struct rand::rngs::adapter::ReseedingRng\">ReseedingRng</a>&lt;R, Rsdr&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class=\"trait\" href=\"rand_core/block/trait.BlockRngCore.html\" title=\"trait rand_core::block::BlockRngCore\">BlockRngCore</a> + <a class=\"trait\" href=\"rand/trait.SeedableRng.html\" title=\"trait rand::SeedableRng\">SeedableRng</a> + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;Rsdr: <a class=\"trait\" href=\"rand/trait.RngCore.html\" title=\"trait rand::RngCore\">RngCore</a> + Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"rand/rngs/mock/struct.StepRng.html\" title=\"struct rand::rngs::mock::StepRng\">StepRng</a>"],["impl Clone for <a class=\"struct\" href=\"rand/rngs/struct.SmallRng.html\" title=\"struct rand::rngs::SmallRng\">SmallRng</a>"],["impl Clone for <a class=\"struct\" href=\"rand/rngs/struct.StdRng.html\" title=\"struct rand::rngs::StdRng\">StdRng</a>"],["impl Clone for <a class=\"struct\" href=\"rand/rngs/struct.ThreadRng.html\" title=\"struct rand::rngs::ThreadRng\">ThreadRng</a>"],["impl Clone for <a class=\"enum\" href=\"rand/seq/index/enum.IndexVec.html\" title=\"enum rand::seq::index::IndexVec\">IndexVec</a>"],["impl Clone for <a class=\"enum\" href=\"rand/seq/index/enum.IndexVecIntoIter.html\" title=\"enum rand::seq::index::IndexVecIntoIter\">IndexVecIntoIter</a>"]],
"rand_chacha":[["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha20Core.html\" title=\"struct rand_chacha::ChaCha20Core\">ChaCha20Core</a>"],["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha20Rng.html\" title=\"struct rand_chacha::ChaCha20Rng\">ChaCha20Rng</a>"],["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha12Core.html\" title=\"struct rand_chacha::ChaCha12Core\">ChaCha12Core</a>"],["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha12Rng.html\" title=\"struct rand_chacha::ChaCha12Rng\">ChaCha12Rng</a>"],["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha8Core.html\" title=\"struct rand_chacha::ChaCha8Core\">ChaCha8Core</a>"],["impl Clone for <a class=\"struct\" href=\"rand_chacha/struct.ChaCha8Rng.html\" title=\"struct rand_chacha::ChaCha8Rng\">ChaCha8Rng</a>"]],
"rand_core":[["impl&lt;R:&nbsp;Clone + <a class=\"trait\" href=\"rand_core/block/trait.BlockRngCore.html\" title=\"trait rand_core::block::BlockRngCore\">BlockRngCore</a> + ?Sized&gt; Clone for <a class=\"struct\" href=\"rand_core/block/struct.BlockRng.html\" title=\"struct rand_core::block::BlockRng\">BlockRng</a>&lt;R&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R::<a class=\"associatedtype\" href=\"rand_core/block/trait.BlockRngCore.html#associatedtype.Results\" title=\"type rand_core::block::BlockRngCore::Results\">Results</a>: Clone,</span>"],["impl&lt;R:&nbsp;Clone + <a class=\"trait\" href=\"rand_core/block/trait.BlockRngCore.html\" title=\"trait rand_core::block::BlockRngCore\">BlockRngCore</a> + ?Sized&gt; Clone for <a class=\"struct\" href=\"rand_core/block/struct.BlockRng64.html\" title=\"struct rand_core::block::BlockRng64\">BlockRng64</a>&lt;R&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R::<a class=\"associatedtype\" href=\"rand_core/block/trait.BlockRngCore.html#associatedtype.Results\" title=\"type rand_core::block::BlockRngCore::Results\">Results</a>: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"rand_core/struct.OsRng.html\" title=\"struct rand_core::OsRng\">OsRng</a>"]],
"rand_distr":[["impl&lt;W:&nbsp;<a class=\"trait\" href=\"rand_distr/weighted_alias/trait.AliasableWeight.html\" title=\"trait rand_distr::weighted_alias::AliasableWeight\">AliasableWeight</a>&gt; Clone for <a class=\"struct\" href=\"rand_distr/weighted_alias/struct.WeightedAliasIndex.html\" title=\"struct rand_distr::weighted_alias::WeightedAliasIndex\">WeightedAliasIndex</a>&lt;W&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Uniform.html\" title=\"struct rand_distr::Uniform\">Uniform</a>&lt;W&gt;: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.Binomial.html\" title=\"struct rand_distr::Binomial\">Binomial</a>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.BinomialError.html\" title=\"enum rand_distr::BinomialError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Cauchy.html\" title=\"struct rand_distr::Cauchy\">Cauchy</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a> + <a class=\"trait\" href=\"num_traits/float/trait.FloatConst.html\" title=\"trait num_traits::float::FloatConst\">FloatConst</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.CauchyError.html\" title=\"enum rand_distr::CauchyError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Dirichlet.html\" title=\"struct rand_distr::Dirichlet\">Dirichlet</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.DirichletError.html\" title=\"enum rand_distr::DirichletError\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Exp.html\" title=\"struct rand_distr::Exp\">Exp</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.ExpError.html\" title=\"enum rand_distr::ExpError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Frechet.html\" title=\"struct rand_distr::Frechet\">Frechet</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.OpenClosed01.html\" title=\"struct rand_distr::OpenClosed01\">OpenClosed01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.FrechetError.html\" title=\"enum rand_distr::FrechetError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Gamma.html\" title=\"struct rand_distr::Gamma\">Gamma</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.GammaError.html\" title=\"enum rand_distr::GammaError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.ChiSquared.html\" title=\"struct rand_distr::ChiSquared\">ChiSquared</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.ChiSquaredError.html\" title=\"enum rand_distr::ChiSquaredError\">ChiSquaredError</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.FisherF.html\" title=\"struct rand_distr::FisherF\">FisherF</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.FisherFError.html\" title=\"enum rand_distr::FisherFError\">FisherFError</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.StudentT.html\" title=\"struct rand_distr::StudentT\">StudentT</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Beta.html\" title=\"struct rand_distr::Beta\">Beta</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.BetaError.html\" title=\"enum rand_distr::BetaError\">BetaError</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.Geometric.html\" title=\"struct rand_distr::Geometric\">Geometric</a>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.GeoError.html\" title=\"enum rand_distr::GeoError\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.StandardGeometric.html\" title=\"struct rand_distr::StandardGeometric\">StandardGeometric</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Gumbel.html\" title=\"struct rand_distr::Gumbel\">Gumbel</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.OpenClosed01.html\" title=\"struct rand_distr::OpenClosed01\">OpenClosed01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.GumbelError.html\" title=\"enum rand_distr::GumbelError\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.Hypergeometric.html\" title=\"struct rand_distr::Hypergeometric\">Hypergeometric</a>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.HyperGeoError.html\" title=\"enum rand_distr::HyperGeoError\">Error</a>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.InverseGaussianError.html\" title=\"enum rand_distr::InverseGaussianError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.InverseGaussian.html\" title=\"struct rand_distr::InverseGaussian\">InverseGaussian</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Normal.html\" title=\"struct rand_distr::Normal\">Normal</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.NormalError.html\" title=\"enum rand_distr::NormalError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.LogNormal.html\" title=\"struct rand_distr::LogNormal\">LogNormal</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.NormalInverseGaussianError.html\" title=\"enum rand_distr::NormalInverseGaussianError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.NormalInverseGaussian.html\" title=\"struct rand_distr::NormalInverseGaussian\">NormalInverseGaussian</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Pareto.html\" title=\"struct rand_distr::Pareto\">Pareto</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.OpenClosed01.html\" title=\"struct rand_distr::OpenClosed01\">OpenClosed01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.ParetoError.html\" title=\"enum rand_distr::ParetoError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Pert.html\" title=\"struct rand_distr::Pert\">Pert</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Open01.html\" title=\"struct rand_distr::Open01\">Open01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.PertError.html\" title=\"enum rand_distr::PertError\">PertError</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Poisson.html\" title=\"struct rand_distr::Poisson\">Poisson</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a> + <a class=\"trait\" href=\"num_traits/float/trait.FloatConst.html\" title=\"trait num_traits::float::FloatConst\">FloatConst</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.PoissonError.html\" title=\"enum rand_distr::PoissonError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.SkewNormal.html\" title=\"struct rand_distr::SkewNormal\">SkewNormal</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.SkewNormalError.html\" title=\"enum rand_distr::SkewNormalError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Triangular.html\" title=\"struct rand_distr::Triangular\">Triangular</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.TriangularError.html\" title=\"enum rand_distr::TriangularError\">TriangularError</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.UnitBall.html\" title=\"struct rand_distr::UnitBall\">UnitBall</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.UnitCircle.html\" title=\"struct rand_distr::UnitCircle\">UnitCircle</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.UnitDisc.html\" title=\"struct rand_distr::UnitDisc\">UnitDisc</a>"],["impl Clone for <a class=\"struct\" href=\"rand_distr/struct.UnitSphere.html\" title=\"struct rand_distr::UnitSphere\">UnitSphere</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Weibull.html\" title=\"struct rand_distr::Weibull\">Weibull</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.OpenClosed01.html\" title=\"struct rand_distr::OpenClosed01\">OpenClosed01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.WeibullError.html\" title=\"enum rand_distr::WeibullError\">Error</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Zeta.html\" title=\"struct rand_distr::Zeta\">Zeta</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.OpenClosed01.html\" title=\"struct rand_distr::OpenClosed01\">OpenClosed01</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.ZetaError.html\" title=\"enum rand_distr::ZetaError\">ZetaError</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rand_distr/struct.Zipf.html\" title=\"struct rand_distr::Zipf\">Zipf</a>&lt;F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;F: <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class=\"struct\" href=\"rand_distr/struct.Standard.html\" title=\"struct rand_distr::Standard\">Standard</a>: <a class=\"trait\" href=\"rand_distr/trait.Distribution.html\" title=\"trait rand_distr::Distribution\">Distribution</a>&lt;F&gt;,</span>"],["impl Clone for <a class=\"enum\" href=\"rand_distr/enum.ZipfError.html\" title=\"enum rand_distr::ZipfError\">ZipfError</a>"]],
"rayon":[["impl&lt;T:&nbsp;Clone + Send, const N:&nbsp;usize&gt; Clone for <a class=\"struct\" href=\"rayon/array/struct.IntoIter.html\" title=\"struct rayon::array::IntoIter\">IntoIter</a>&lt;T, N&gt;"],["impl&lt;T:&nbsp;Clone + Ord + Send&gt; Clone for <a class=\"struct\" href=\"rayon/collections/binary_heap/struct.IntoIter.html\" title=\"struct rayon::collections::binary_heap::IntoIter\">IntoIter</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Ord + Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/binary_heap/struct.Iter.html\" title=\"struct rayon::collections::binary_heap::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;'a, K:&nbsp;Ord + Sync, V:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/btree_map/struct.Iter.html\" title=\"struct rayon::collections::btree_map::Iter\">Iter</a>&lt;'a, K, V&gt;"],["impl&lt;'a, T:&nbsp;Ord + Sync + 'a&gt; Clone for <a class=\"struct\" href=\"rayon/collections/btree_set/struct.Iter.html\" title=\"struct rayon::collections::btree_set::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;'a, K:&nbsp;Hash + Eq + Sync, V:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/hash_map/struct.Iter.html\" title=\"struct rayon::collections::hash_map::Iter\">Iter</a>&lt;'a, K, V&gt;"],["impl&lt;'a, T:&nbsp;Hash + Eq + Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/hash_set/struct.Iter.html\" title=\"struct rayon::collections::hash_set::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/collections/linked_list/struct.IntoIter.html\" title=\"struct rayon::collections::linked_list::IntoIter\">IntoIter</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/linked_list/struct.Iter.html\" title=\"struct rayon::collections::linked_list::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/collections/vec_deque/struct.IntoIter.html\" title=\"struct rayon::collections::vec_deque::IntoIter\">IntoIter</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/collections/vec_deque/struct.Iter.html\" title=\"struct rayon::collections::vec_deque::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Chain.html\" title=\"struct rayon::iter::Chain\">Chain</a>&lt;A, B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&lt;Item = A::<a class=\"associatedtype\" href=\"rayon/iter/trait.ParallelIterator.html#associatedtype.Item\" title=\"type rayon::iter::ParallelIterator::Item\">Item</a>&gt;,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Chunks.html\" title=\"struct rayon::iter::Chunks\">Chunks</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>,</span>"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Cloned.html\" title=\"struct rayon::iter::Cloned\">Cloned</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Copied.html\" title=\"struct rayon::iter::Copied\">Copied</a>&lt;I&gt;"],["impl&lt;T:&nbsp;Send&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Empty.html\" title=\"struct rayon::iter::Empty\">Empty</a>&lt;T&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Enumerate.html\" title=\"struct rayon::iter::Enumerate\">Enumerate</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Filter.html\" title=\"struct rayon::iter::Filter\">Filter</a>&lt;I, P&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FilterMap.html\" title=\"struct rayon::iter::FilterMap\">FilterMap</a>&lt;I, P&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FlatMap.html\" title=\"struct rayon::iter::FlatMap\">FlatMap</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FlatMapIter.html\" title=\"struct rayon::iter::FlatMapIter\">FlatMapIter</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Flatten.html\" title=\"struct rayon::iter::Flatten\">Flatten</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FlattenIter.html\" title=\"struct rayon::iter::FlattenIter\">FlattenIter</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone, ID:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Fold.html\" title=\"struct rayon::iter::Fold\">Fold</a>&lt;I, ID, F&gt;"],["impl&lt;I:&nbsp;Clone, U:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FoldWith.html\" title=\"struct rayon::iter::FoldWith\">FoldWith</a>&lt;I, U, F&gt;"],["impl&lt;I:&nbsp;Clone, ID:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FoldChunks.html\" title=\"struct rayon::iter::FoldChunks\">FoldChunks</a>&lt;I, ID, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>,</span>"],["impl&lt;I:&nbsp;Clone, U:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.FoldChunksWith.html\" title=\"struct rayon::iter::FoldChunksWith\">FoldChunksWith</a>&lt;I, U, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>,</span>"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Inspect.html\" title=\"struct rayon::iter::Inspect\">Inspect</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Interleave.html\" title=\"struct rayon::iter::Interleave\">Interleave</a>&lt;I, J&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;J: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&lt;Item = I::<a class=\"associatedtype\" href=\"rayon/iter/trait.ParallelIterator.html#associatedtype.Item\" title=\"type rayon::iter::ParallelIterator::Item\">Item</a>&gt;,</span>"],["impl&lt;I:&nbsp;Clone, J:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.InterleaveShortest.html\" title=\"struct rayon::iter::InterleaveShortest\">InterleaveShortest</a>&lt;I, J&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;J: <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&lt;Item = I::<a class=\"associatedtype\" href=\"rayon/iter/trait.ParallelIterator.html#associatedtype.Item\" title=\"type rayon::iter::ParallelIterator::Item\">Item</a>&gt;,</span>"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Intersperse.html\" title=\"struct rayon::iter::Intersperse\">Intersperse</a>&lt;I&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::<a class=\"associatedtype\" href=\"rayon/iter/trait.ParallelIterator.html#associatedtype.Item\" title=\"type rayon::iter::ParallelIterator::Item\">Item</a>: Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::<a class=\"associatedtype\" href=\"rayon/iter/trait.ParallelIterator.html#associatedtype.Item\" title=\"type rayon::iter::ParallelIterator::Item\">Item</a>: Clone,</span>"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.MinLen.html\" title=\"struct rayon::iter::MinLen\">MinLen</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.MaxLen.html\" title=\"struct rayon::iter::MaxLen\">MaxLen</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Map.html\" title=\"struct rayon::iter::Map\">Map</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, T:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.MapWith.html\" title=\"struct rayon::iter::MapWith\">MapWith</a>&lt;I, T, F&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, INIT:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.MapInit.html\" title=\"struct rayon::iter::MapInit\">MapInit</a>&lt;I, INIT, F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.MultiZip.html\" title=\"struct rayon::iter::MultiZip\">MultiZip</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Once.html\" title=\"struct rayon::iter::Once\">Once</a>&lt;T&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.PanicFuse.html\" title=\"struct rayon::iter::PanicFuse\">PanicFuse</a>&lt;I&gt;"],["impl&lt;Iter:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.IterBridge.html\" title=\"struct rayon::iter::IterBridge\">IterBridge</a>&lt;Iter&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Positions.html\" title=\"struct rayon::iter::Positions\">Positions</a>&lt;I, P&gt;"],["impl&lt;T:&nbsp;Clone + Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Repeat.html\" title=\"struct rayon::iter::Repeat\">Repeat</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.RepeatN.html\" title=\"struct rayon::iter::RepeatN\">RepeatN</a>&lt;T&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Rev.html\" title=\"struct rayon::iter::Rev\">Rev</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Skip.html\" title=\"struct rayon::iter::Skip\">Skip</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.SkipAny.html\" title=\"struct rayon::iter::SkipAny\">SkipAny</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.SkipAnyWhile.html\" title=\"struct rayon::iter::SkipAnyWhile\">SkipAnyWhile</a>&lt;I, P&gt;"],["impl&lt;D:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Split.html\" title=\"struct rayon::iter::Split\">Split</a>&lt;D, S&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.StepBy.html\" title=\"struct rayon::iter::StepBy\">StepBy</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Take.html\" title=\"struct rayon::iter::Take\">Take</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.TakeAny.html\" title=\"struct rayon::iter::TakeAny\">TakeAny</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.TakeAnyWhile.html\" title=\"struct rayon::iter::TakeAnyWhile\">TakeAnyWhile</a>&lt;I, P&gt;"],["impl&lt;I:&nbsp;Clone, U:&nbsp;Clone, ID:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.TryFold.html\" title=\"struct rayon::iter::TryFold\">TryFold</a>&lt;I, U, ID, F&gt;"],["impl&lt;I:&nbsp;Clone, U:&nbsp;Clone + Try, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.TryFoldWith.html\" title=\"struct rayon::iter::TryFoldWith\">TryFoldWith</a>&lt;I, U, F&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U::Output: Clone,</span>"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Update.html\" title=\"struct rayon::iter::Update\">Update</a>&lt;I, F&gt;"],["impl&lt;I:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.ParallelIterator.html\" title=\"trait rayon::iter::ParallelIterator\">ParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.WhileSome.html\" title=\"struct rayon::iter::WhileSome\">WhileSome</a>&lt;I&gt;"],["impl&lt;A:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>, B:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.Zip.html\" title=\"struct rayon::iter::Zip\">Zip</a>&lt;A, B&gt;"],["impl&lt;A:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>, B:&nbsp;Clone + <a class=\"trait\" href=\"rayon/iter/trait.IndexedParallelIterator.html\" title=\"trait rayon::iter::IndexedParallelIterator\">IndexedParallelIterator</a>&gt; Clone for <a class=\"struct\" href=\"rayon/iter/struct.ZipEq.html\" title=\"struct rayon::iter::ZipEq\">ZipEq</a>&lt;A, B&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/option/struct.IntoIter.html\" title=\"struct rayon::option::IntoIter\">IntoIter</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/option/struct.Iter.html\" title=\"struct rayon::option::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/range/struct.Iter.html\" title=\"struct rayon::range::Iter\">Iter</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/range_inclusive/struct.Iter.html\" title=\"struct rayon::range_inclusive::Iter\">Iter</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/result/struct.IntoIter.html\" title=\"struct rayon::result::IntoIter\">IntoIter</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/result/struct.Iter.html\" title=\"struct rayon::result::Iter\">Iter</a>&lt;'a, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.Chunks.html\" title=\"struct rayon::slice::Chunks\">Chunks</a>&lt;'data, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.ChunksExact.html\" title=\"struct rayon::slice::ChunksExact\">ChunksExact</a>&lt;'data, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.RChunks.html\" title=\"struct rayon::slice::RChunks\">RChunks</a>&lt;'data, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.RChunksExact.html\" title=\"struct rayon::slice::RChunksExact\">RChunksExact</a>&lt;'data, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.Iter.html\" title=\"struct rayon::slice::Iter\">Iter</a>&lt;'data, T&gt;"],["impl&lt;'data, T:&nbsp;Sync&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.Windows.html\" title=\"struct rayon::slice::Windows\">Windows</a>&lt;'data, T&gt;"],["impl&lt;'data, T, P:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rayon/slice/struct.Split.html\" title=\"struct rayon::slice::Split\">Split</a>&lt;'data, T, P&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.Chars.html\" title=\"struct rayon::str::Chars\">Chars</a>&lt;'ch&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.CharIndices.html\" title=\"struct rayon::str::CharIndices\">CharIndices</a>&lt;'ch&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.Bytes.html\" title=\"struct rayon::str::Bytes\">Bytes</a>&lt;'ch&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.EncodeUtf16.html\" title=\"struct rayon::str::EncodeUtf16\">EncodeUtf16</a>&lt;'ch&gt;"],["impl&lt;'ch, P:&nbsp;Clone + Pattern&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.Split.html\" title=\"struct rayon::str::Split\">Split</a>&lt;'ch, P&gt;"],["impl&lt;'ch, P:&nbsp;Clone + Pattern&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.SplitTerminator.html\" title=\"struct rayon::str::SplitTerminator\">SplitTerminator</a>&lt;'ch, P&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.Lines.html\" title=\"struct rayon::str::Lines\">Lines</a>&lt;'ch&gt;"],["impl&lt;'ch&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.SplitWhitespace.html\" title=\"struct rayon::str::SplitWhitespace\">SplitWhitespace</a>&lt;'ch&gt;"],["impl&lt;'ch, P:&nbsp;Clone + Pattern&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.Matches.html\" title=\"struct rayon::str::Matches\">Matches</a>&lt;'ch, P&gt;"],["impl&lt;'ch, P:&nbsp;Clone + Pattern&gt; Clone for <a class=\"struct\" href=\"rayon/str/struct.MatchIndices.html\" title=\"struct rayon::str::MatchIndices\">MatchIndices</a>&lt;'ch, P&gt;"],["impl&lt;T:&nbsp;Clone + Send&gt; Clone for <a class=\"struct\" href=\"rayon/vec/struct.IntoIter.html\" title=\"struct rayon::vec::IntoIter\">IntoIter</a>&lt;T&gt;"]],
"rayon_core":[["impl Clone for <a class=\"enum\" href=\"rayon_core/enum.Yield.html\" title=\"enum rayon_core::Yield\">Yield</a>"]],
"regex":[["impl Clone for <a class=\"enum\" href=\"regex/enum.Error.html\" title=\"enum regex::Error\">Error</a>"],["impl&lt;'t&gt; Clone for <a class=\"struct\" href=\"regex/bytes/struct.Match.html\" title=\"struct regex::bytes::Match\">Match</a>&lt;'t&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/bytes/struct.Regex.html\" title=\"struct regex::bytes::Regex\">Regex</a>"],["impl&lt;'r&gt; Clone for <a class=\"struct\" href=\"regex/bytes/struct.CaptureNames.html\" title=\"struct regex::bytes::CaptureNames\">CaptureNames</a>&lt;'r&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/bytes/struct.CaptureLocations.html\" title=\"struct regex::bytes::CaptureLocations\">CaptureLocations</a>"],["impl&lt;'c, 't&gt; Clone for <a class=\"struct\" href=\"regex/bytes/struct.SubCaptureMatches.html\" title=\"struct regex::bytes::SubCaptureMatches\">SubCaptureMatches</a>&lt;'c, 't&gt;"],["impl&lt;'t&gt; Clone for <a class=\"struct\" href=\"regex/bytes/struct.NoExpand.html\" title=\"struct regex::bytes::NoExpand\">NoExpand</a>&lt;'t&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/struct.RegexSet.html\" title=\"struct regex::RegexSet\">RegexSet</a>"],["impl Clone for <a class=\"struct\" href=\"regex/struct.SetMatches.html\" title=\"struct regex::SetMatches\">SetMatches</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"regex/struct.SetMatchesIter.html\" title=\"struct regex::SetMatchesIter\">SetMatchesIter</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/bytes/struct.RegexSet.html\" title=\"struct regex::bytes::RegexSet\">RegexSet</a>"],["impl Clone for <a class=\"struct\" href=\"regex/bytes/struct.SetMatches.html\" title=\"struct regex::bytes::SetMatches\">SetMatches</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"regex/bytes/struct.SetMatchesIter.html\" title=\"struct regex::bytes::SetMatchesIter\">SetMatchesIter</a>&lt;'a&gt;"],["impl&lt;'t&gt; Clone for <a class=\"struct\" href=\"regex/struct.Match.html\" title=\"struct regex::Match\">Match</a>&lt;'t&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/struct.Regex.html\" title=\"struct regex::Regex\">Regex</a>"],["impl&lt;'r&gt; Clone for <a class=\"struct\" href=\"regex/struct.CaptureNames.html\" title=\"struct regex::CaptureNames\">CaptureNames</a>&lt;'r&gt;"],["impl Clone for <a class=\"struct\" href=\"regex/struct.CaptureLocations.html\" title=\"struct regex::CaptureLocations\">CaptureLocations</a>"],["impl&lt;'c, 't&gt; Clone for <a class=\"struct\" href=\"regex/struct.SubCaptureMatches.html\" title=\"struct regex::SubCaptureMatches\">SubCaptureMatches</a>&lt;'c, 't&gt;"],["impl&lt;'t&gt; Clone for <a class=\"struct\" href=\"regex/struct.NoExpand.html\" title=\"struct regex::NoExpand\">NoExpand</a>&lt;'t&gt;"]],
"regex_syntax":[["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/parse/struct.ParserBuilder.html\" title=\"struct regex_syntax::ast::parse::ParserBuilder\">ParserBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/parse/struct.Parser.html\" title=\"struct regex_syntax::ast::parse::Parser\">Parser</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Error.html\" title=\"struct regex_syntax::ast::Error\">Error</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ErrorKind.html\" title=\"enum regex_syntax::ast::ErrorKind\">ErrorKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Span.html\" title=\"struct regex_syntax::ast::Span\">Span</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Position.html\" title=\"struct regex_syntax::ast::Position\">Position</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.WithComments.html\" title=\"struct regex_syntax::ast::WithComments\">WithComments</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Comment.html\" title=\"struct regex_syntax::ast::Comment\">Comment</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.Ast.html\" title=\"enum regex_syntax::ast::Ast\">Ast</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Alternation.html\" title=\"struct regex_syntax::ast::Alternation\">Alternation</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Concat.html\" title=\"struct regex_syntax::ast::Concat\">Concat</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Literal.html\" title=\"struct regex_syntax::ast::Literal\">Literal</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.LiteralKind.html\" title=\"enum regex_syntax::ast::LiteralKind\">LiteralKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.SpecialLiteralKind.html\" title=\"enum regex_syntax::ast::SpecialLiteralKind\">SpecialLiteralKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.HexLiteralKind.html\" title=\"enum regex_syntax::ast::HexLiteralKind\">HexLiteralKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.Class.html\" title=\"enum regex_syntax::ast::Class\">Class</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassPerl.html\" title=\"struct regex_syntax::ast::ClassPerl\">ClassPerl</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassPerlKind.html\" title=\"enum regex_syntax::ast::ClassPerlKind\">ClassPerlKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassAscii.html\" title=\"struct regex_syntax::ast::ClassAscii\">ClassAscii</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassAsciiKind.html\" title=\"enum regex_syntax::ast::ClassAsciiKind\">ClassAsciiKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassUnicode.html\" title=\"struct regex_syntax::ast::ClassUnicode\">ClassUnicode</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassUnicodeKind.html\" title=\"enum regex_syntax::ast::ClassUnicodeKind\">ClassUnicodeKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassUnicodeOpKind.html\" title=\"enum regex_syntax::ast::ClassUnicodeOpKind\">ClassUnicodeOpKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassBracketed.html\" title=\"struct regex_syntax::ast::ClassBracketed\">ClassBracketed</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassSet.html\" title=\"enum regex_syntax::ast::ClassSet\">ClassSet</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassSetItem.html\" title=\"enum regex_syntax::ast::ClassSetItem\">ClassSetItem</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassSetRange.html\" title=\"struct regex_syntax::ast::ClassSetRange\">ClassSetRange</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassSetUnion.html\" title=\"struct regex_syntax::ast::ClassSetUnion\">ClassSetUnion</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.ClassSetBinaryOp.html\" title=\"struct regex_syntax::ast::ClassSetBinaryOp\">ClassSetBinaryOp</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassSetBinaryOpKind.html\" title=\"enum regex_syntax::ast::ClassSetBinaryOpKind\">ClassSetBinaryOpKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Assertion.html\" title=\"struct regex_syntax::ast::Assertion\">Assertion</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.AssertionKind.html\" title=\"enum regex_syntax::ast::AssertionKind\">AssertionKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Repetition.html\" title=\"struct regex_syntax::ast::Repetition\">Repetition</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.RepetitionOp.html\" title=\"struct regex_syntax::ast::RepetitionOp\">RepetitionOp</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.RepetitionKind.html\" title=\"enum regex_syntax::ast::RepetitionKind\">RepetitionKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.RepetitionRange.html\" title=\"enum regex_syntax::ast::RepetitionRange\">RepetitionRange</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Group.html\" title=\"struct regex_syntax::ast::Group\">Group</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.GroupKind.html\" title=\"enum regex_syntax::ast::GroupKind\">GroupKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.CaptureName.html\" title=\"struct regex_syntax::ast::CaptureName\">CaptureName</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.SetFlags.html\" title=\"struct regex_syntax::ast::SetFlags\">SetFlags</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.Flags.html\" title=\"struct regex_syntax::ast::Flags\">Flags</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/ast/struct.FlagsItem.html\" title=\"struct regex_syntax::ast::FlagsItem\">FlagsItem</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.FlagsItemKind.html\" title=\"enum regex_syntax::ast::FlagsItemKind\">FlagsItemKind</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/ast/enum.Flag.html\" title=\"enum regex_syntax::ast::Flag\">Flag</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/enum.Error.html\" title=\"enum regex_syntax::Error\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/literal/struct.Extractor.html\" title=\"struct regex_syntax::hir::literal::Extractor\">Extractor</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/literal/enum.ExtractKind.html\" title=\"enum regex_syntax::hir::literal::ExtractKind\">ExtractKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/literal/struct.Seq.html\" title=\"struct regex_syntax::hir::literal::Seq\">Seq</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/literal/struct.Literal.html\" title=\"struct regex_syntax::hir::literal::Literal\">Literal</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/translate/struct.TranslatorBuilder.html\" title=\"struct regex_syntax::hir::translate::TranslatorBuilder\">TranslatorBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/translate/struct.Translator.html\" title=\"struct regex_syntax::hir::translate::Translator\">Translator</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Error.html\" title=\"struct regex_syntax::hir::Error\">Error</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/enum.ErrorKind.html\" title=\"enum regex_syntax::hir::ErrorKind\">ErrorKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Hir.html\" title=\"struct regex_syntax::hir::Hir\">Hir</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/enum.HirKind.html\" title=\"enum regex_syntax::hir::HirKind\">HirKind</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Literal.html\" title=\"struct regex_syntax::hir::Literal\">Literal</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/enum.Class.html\" title=\"enum regex_syntax::hir::Class\">Class</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassUnicode.html\" title=\"struct regex_syntax::hir::ClassUnicode\">ClassUnicode</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassUnicodeRange.html\" title=\"struct regex_syntax::hir::ClassUnicodeRange\">ClassUnicodeRange</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassBytes.html\" title=\"struct regex_syntax::hir::ClassBytes\">ClassBytes</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassBytesRange.html\" title=\"struct regex_syntax::hir::ClassBytesRange\">ClassBytesRange</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/enum.Look.html\" title=\"enum regex_syntax::hir::Look\">Look</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Capture.html\" title=\"struct regex_syntax::hir::Capture\">Capture</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Repetition.html\" title=\"struct regex_syntax::hir::Repetition\">Repetition</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/hir/enum.Dot.html\" title=\"enum regex_syntax::hir::Dot\">Dot</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.Properties.html\" title=\"struct regex_syntax::hir::Properties\">Properties</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.LookSet.html\" title=\"struct regex_syntax::hir::LookSet\">LookSet</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/hir/struct.LookSetIter.html\" title=\"struct regex_syntax::hir::LookSetIter\">LookSetIter</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/struct.ParserBuilder.html\" title=\"struct regex_syntax::ParserBuilder\">ParserBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/struct.Parser.html\" title=\"struct regex_syntax::Parser\">Parser</a>"],["impl Clone for <a class=\"enum\" href=\"regex_syntax/utf8/enum.Utf8Sequence.html\" title=\"enum regex_syntax::utf8::Utf8Sequence\">Utf8Sequence</a>"],["impl Clone for <a class=\"struct\" href=\"regex_syntax/utf8/struct.Utf8Range.html\" title=\"struct regex_syntax::utf8::Utf8Range\">Utf8Range</a>"]],
"ring":[["impl Clone for <a class=\"struct\" href=\"ring/agreement/struct.PublicKey.html\" title=\"struct ring::agreement::PublicKey\">PublicKey</a>"],["impl&lt;B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"ring/agreement/struct.UnparsedPublicKey.html\" title=\"struct ring::agreement::UnparsedPublicKey\">UnparsedPublicKey</a>&lt;B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;B: AsRef&lt;[u8]&gt;,</span>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"ring/io/struct.Positive.html\" title=\"struct ring::io::Positive\">Positive</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"ring/digest/struct.Context.html\" title=\"struct ring::digest::Context\">Context</a>"],["impl Clone for <a class=\"struct\" href=\"ring/digest/struct.Digest.html\" title=\"struct ring::digest::Digest\">Digest</a>"],["impl Clone for <a class=\"struct\" href=\"ring/error/struct.Unspecified.html\" title=\"struct ring::error::Unspecified\">Unspecified</a>"],["impl Clone for <a class=\"struct\" href=\"ring/error/struct.KeyRejected.html\" title=\"struct ring::error::KeyRejected\">KeyRejected</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hkdf/struct.Algorithm.html\" title=\"struct ring::hkdf::Algorithm\">Algorithm</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hkdf/struct.Prk.html\" title=\"struct ring::hkdf::Prk\">Prk</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hmac/struct.Algorithm.html\" title=\"struct ring::hmac::Algorithm\">Algorithm</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hmac/struct.Tag.html\" title=\"struct ring::hmac::Tag\">Tag</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hmac/struct.Key.html\" title=\"struct ring::hmac::Key\">Key</a>"],["impl Clone for <a class=\"struct\" href=\"ring/hmac/struct.Context.html\" title=\"struct ring::hmac::Context\">Context</a>"],["impl Clone for <a class=\"struct\" href=\"ring/pbkdf2/struct.Algorithm.html\" title=\"struct ring::pbkdf2::Algorithm\">Algorithm</a>"],["impl Clone for <a class=\"struct\" href=\"ring/rand/struct.SystemRandom.html\" title=\"struct ring::rand::SystemRandom\">SystemRandom</a>"],["impl&lt;B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"ring/signature/struct.RsaPublicKeyComponents.html\" title=\"struct ring::signature::RsaPublicKeyComponents\">RsaPublicKeyComponents</a>&lt;B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;B: AsRef&lt;[u8]&gt; + Debug,</span>"],["impl Clone for <a class=\"struct\" href=\"ring/signature/struct.RsaSubjectPublicKey.html\" title=\"struct ring::signature::RsaSubjectPublicKey\">RsaSubjectPublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"ring/signature/struct.Signature.html\" title=\"struct ring::signature::Signature\">Signature</a>"],["impl&lt;B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"ring/signature/struct.UnparsedPublicKey.html\" title=\"struct ring::signature::UnparsedPublicKey\">UnparsedPublicKey</a>&lt;B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;B: AsRef&lt;[u8]&gt;,</span>"]],
"rulinalg":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/macros/struct.AbsoluteElementwiseComparator.html\" title=\"struct rulinalg::macros::AbsoluteElementwiseComparator\">AbsoluteElementwiseComparator</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"rulinalg/macros/struct.ExactElementwiseComparator.html\" title=\"struct rulinalg::macros::ExactElementwiseComparator\">ExactElementwiseComparator</a>"],["impl Clone for <a class=\"struct\" href=\"rulinalg/macros/struct.UlpElementwiseComparator.html\" title=\"struct rulinalg::macros::UlpElementwiseComparator\">UlpElementwiseComparator</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/macros/struct.FloatElementwiseComparator.html\" title=\"struct rulinalg::macros::FloatElementwiseComparator\">FloatElementwiseComparator</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.QR.html\" title=\"struct rulinalg::matrix::decomposition::QR\">QR</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.ThinQR.html\" title=\"struct rulinalg::matrix::decomposition::ThinQR\">ThinQR</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.HouseholderQr.html\" title=\"struct rulinalg::matrix::decomposition::HouseholderQr\">HouseholderQr</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.Cholesky.html\" title=\"struct rulinalg::matrix::decomposition::Cholesky\">Cholesky</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.LUP.html\" title=\"struct rulinalg::matrix::decomposition::LUP\">LUP</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.PartialPivLu.html\" title=\"struct rulinalg::matrix::decomposition::PartialPivLu\">PartialPivLu</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.LUPQ.html\" title=\"struct rulinalg::matrix::decomposition::LUPQ\">LUPQ</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.FullPivLu.html\" title=\"struct rulinalg::matrix::decomposition::FullPivLu\">FullPivLu</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/decomposition/struct.HouseholderComposition.html\" title=\"struct rulinalg::matrix::decomposition::HouseholderComposition\">HouseholderComposition</a>&lt;'a, T&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'a,</span>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/struct.PermutationMatrix.html\" title=\"struct rulinalg::matrix::PermutationMatrix\">PermutationMatrix</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"rulinalg/matrix/enum.Parity.html\" title=\"enum rulinalg::matrix::Parity\">Parity</a>"],["impl Clone for <a class=\"enum\" href=\"rulinalg/matrix/enum.Axes.html\" title=\"enum rulinalg::matrix::Axes\">Axes</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/struct.Matrix.html\" title=\"struct rulinalg::matrix::Matrix\">Matrix</a>&lt;T&gt;"],["impl&lt;'a, T:&nbsp;Clone + 'a&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/struct.MatrixSlice.html\" title=\"struct rulinalg::matrix::MatrixSlice\">MatrixSlice</a>&lt;'a, T&gt;"],["impl&lt;'a, T:&nbsp;Clone + 'a&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/struct.Row.html\" title=\"struct rulinalg::matrix::Row\">Row</a>&lt;'a, T&gt;"],["impl&lt;'a, T:&nbsp;Clone + 'a&gt; Clone for <a class=\"struct\" href=\"rulinalg/matrix/struct.Column.html\" title=\"struct rulinalg::matrix::Column\">Column</a>&lt;'a, T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"rulinalg/vector/struct.Vector.html\" title=\"struct rulinalg::vector::Vector\">Vector</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"rulinalg/ulp/enum.UlpComparisonResult.html\" title=\"enum rulinalg::ulp::UlpComparisonResult\">UlpComparisonResult</a>"]],
"rust_stemmers":[["impl Clone for <a class=\"enum\" href=\"rust_stemmers/enum.Algorithm.html\" title=\"enum rust_stemmers::Algorithm\">Algorithm</a>"]],
"rustface":[["impl Clone for <a class=\"struct\" href=\"rustface/struct.Rectangle.html\" title=\"struct rustface::Rectangle\">Rectangle</a>"],["impl Clone for <a class=\"struct\" href=\"rustface/struct.FaceInfo.html\" title=\"struct rustface::FaceInfo\">FaceInfo</a>"],["impl Clone for <a class=\"struct\" href=\"rustface/model/struct.Model.html\" title=\"struct rustface::model::Model\">Model</a>"]],
"rustls":[["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/base/struct.Payload.html\" title=\"struct rustls::internal::msgs::base::Payload\">Payload</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/base/struct.PayloadU24.html\" title=\"struct rustls::internal::msgs::base::PayloadU24\">PayloadU24</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/base/struct.PayloadU16.html\" title=\"struct rustls::internal::msgs::base::PayloadU16\">PayloadU16</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/base/struct.PayloadU8.html\" title=\"struct rustls::internal::msgs::base::PayloadU8\">PayloadU8</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ProtocolVersion.html\" title=\"enum rustls::internal::msgs::enums::ProtocolVersion\">ProtocolVersion</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HashAlgorithm.html\" title=\"enum rustls::internal::msgs::enums::HashAlgorithm\">HashAlgorithm</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.SignatureAlgorithm.html\" title=\"enum rustls::internal::msgs::enums::SignatureAlgorithm\">SignatureAlgorithm</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ClientCertificateType.html\" title=\"enum rustls::internal::msgs::enums::ClientCertificateType\">ClientCertificateType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.Compression.html\" title=\"enum rustls::internal::msgs::enums::Compression\">Compression</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ContentType.html\" title=\"enum rustls::internal::msgs::enums::ContentType\">ContentType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HandshakeType.html\" title=\"enum rustls::internal::msgs::enums::HandshakeType\">HandshakeType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.AlertLevel.html\" title=\"enum rustls::internal::msgs::enums::AlertLevel\">AlertLevel</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.AlertDescription.html\" title=\"enum rustls::internal::msgs::enums::AlertDescription\">AlertDescription</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HeartbeatMessageType.html\" title=\"enum rustls::internal::msgs::enums::HeartbeatMessageType\">HeartbeatMessageType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ExtensionType.html\" title=\"enum rustls::internal::msgs::enums::ExtensionType\">ExtensionType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ServerNameType.html\" title=\"enum rustls::internal::msgs::enums::ServerNameType\">ServerNameType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.NamedCurve.html\" title=\"enum rustls::internal::msgs::enums::NamedCurve\">NamedCurve</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.NamedGroup.html\" title=\"enum rustls::internal::msgs::enums::NamedGroup\">NamedGroup</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.CipherSuite.html\" title=\"enum rustls::internal::msgs::enums::CipherSuite\">CipherSuite</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ECPointFormat.html\" title=\"enum rustls::internal::msgs::enums::ECPointFormat\">ECPointFormat</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HeartbeatMode.html\" title=\"enum rustls::internal::msgs::enums::HeartbeatMode\">HeartbeatMode</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ECCurveType.html\" title=\"enum rustls::internal::msgs::enums::ECCurveType\">ECCurveType</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.SignatureScheme.html\" title=\"enum rustls::internal::msgs::enums::SignatureScheme\">SignatureScheme</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.PSKKeyExchangeMode.html\" title=\"enum rustls::internal::msgs::enums::PSKKeyExchangeMode\">PSKKeyExchangeMode</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.KeyUpdateRequest.html\" title=\"enum rustls::internal::msgs::enums::KeyUpdateRequest\">KeyUpdateRequest</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.CertificateStatusType.html\" title=\"enum rustls::internal::msgs::enums::CertificateStatusType\">CertificateStatusType</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.Random.html\" title=\"struct rustls::internal::msgs::handshake::Random\">Random</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.SessionID.html\" title=\"struct rustls::internal::msgs::handshake::SessionID\">SessionID</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.UnknownExtension.html\" title=\"struct rustls::internal::msgs::handshake::UnknownExtension\">UnknownExtension</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/handshake/enum.ServerNamePayload.html\" title=\"enum rustls::internal::msgs::handshake::ServerNamePayload\">ServerNamePayload</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.ServerName.html\" title=\"struct rustls::internal::msgs::handshake::ServerName\">ServerName</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.KeyShareEntry.html\" title=\"struct rustls::internal::msgs::handshake::KeyShareEntry\">KeyShareEntry</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.PresharedKeyIdentity.html\" title=\"struct rustls::internal::msgs::handshake::PresharedKeyIdentity\">PresharedKeyIdentity</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.PresharedKeyOffer.html\" title=\"struct rustls::internal::msgs::handshake::PresharedKeyOffer\">PresharedKeyOffer</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.OCSPCertificateStatusRequest.html\" title=\"struct rustls::internal::msgs::handshake::OCSPCertificateStatusRequest\">OCSPCertificateStatusRequest</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/handshake/enum.CertificateStatusRequest.html\" title=\"enum rustls::internal::msgs::handshake::CertificateStatusRequest\">CertificateStatusRequest</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/handshake/enum.ClientExtension.html\" title=\"enum rustls::internal::msgs::handshake::ClientExtension\">ClientExtension</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/internal/msgs/handshake/enum.ServerExtension.html\" title=\"enum rustls::internal::msgs::handshake::ServerExtension\">ServerExtension</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.DigitallySignedStruct.html\" title=\"struct rustls::internal::msgs::handshake::DigitallySignedStruct\">DigitallySignedStruct</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.OwnedTrustAnchor.html\" title=\"struct rustls::OwnedTrustAnchor\">OwnedTrustAnchor</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.RootCertStore.html\" title=\"struct rustls::RootCertStore\">RootCertStore</a>"],["impl Clone for <a class=\"enum\" href=\"rustls/enum.TLSError.html\" title=\"enum rustls::TLSError\">TLSError</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.ClientConfig.html\" title=\"struct rustls::ClientConfig\">ClientConfig</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.PrivateKey.html\" title=\"struct rustls::PrivateKey\">PrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.Certificate.html\" title=\"struct rustls::Certificate\">Certificate</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/struct.ServerConfig.html\" title=\"struct rustls::ServerConfig\">ServerConfig</a>"],["impl Clone for <a class=\"struct\" href=\"rustls/sign/struct.CertifiedKey.html\" title=\"struct rustls::sign::CertifiedKey\">CertifiedKey</a>"]],
"rusty_leveldb":[["impl Clone for <a class=\"struct\" href=\"rusty_leveldb/struct.DefaultCmp.html\" title=\"struct rusty_leveldb::DefaultCmp\">DefaultCmp</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_leveldb/struct.PosixDiskEnv.html\" title=\"struct rusty_leveldb::PosixDiskEnv\">PosixDiskEnv</a>"],["impl Clone for <a class=\"enum\" href=\"rusty_leveldb/enum.StatusCode.html\" title=\"enum rusty_leveldb::StatusCode\">StatusCode</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_leveldb/struct.Status.html\" title=\"struct rusty_leveldb::Status\">Status</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_leveldb/struct.BloomPolicy.html\" title=\"struct rusty_leveldb::BloomPolicy\">BloomPolicy</a>"],["impl Clone for <a class=\"enum\" href=\"rusty_leveldb/enum.CompressionType.html\" title=\"enum rusty_leveldb::CompressionType\">CompressionType</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_leveldb/struct.Options.html\" title=\"struct rusty_leveldb::Options\">Options</a>"]],
"rusty_machine":[["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Logit.html\" title=\"struct rusty_machine::learning::glm::Logit\">Logit</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Log.html\" title=\"struct rusty_machine::learning::glm::Log\">Log</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Identity.html\" title=\"struct rusty_machine::learning::glm::Identity\">Identity</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Bernoulli.html\" title=\"struct rusty_machine::learning::glm::Bernoulli\">Bernoulli</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Normal.html\" title=\"struct rusty_machine::learning::glm::Normal\">Normal</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Poisson.html\" title=\"struct rusty_machine::learning::glm::Poisson\">Poisson</a>"],["impl Clone for <a class=\"enum\" href=\"rusty_machine/learning/gmm/enum.CovOption.html\" title=\"enum rusty_machine::learning::gmm::CovOption\">CovOption</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/nnet/net_layer/struct.Linear.html\" title=\"struct rusty_machine::learning::nnet::net_layer::Linear\">Linear</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/nnet/struct.BCECriterion.html\" title=\"struct rusty_machine::learning::nnet::BCECriterion\">BCECriterion</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/nnet/struct.MSECriterion.html\" title=\"struct rusty_machine::learning::nnet::MSECriterion\">MSECriterion</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/gp/struct.ConstMean.html\" title=\"struct rusty_machine::learning::gp::ConstMean\">ConstMean</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/optim/grad_desc/struct.GradientDesc.html\" title=\"struct rusty_machine::learning::optim::grad_desc::GradientDesc\">GradientDesc</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/optim/grad_desc/struct.StochasticGD.html\" title=\"struct rusty_machine::learning::optim::grad_desc::StochasticGD\">StochasticGD</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/optim/grad_desc/struct.RMSProp.html\" title=\"struct rusty_machine::learning::optim::grad_desc::RMSProp\">RMSProp</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/optim/fmincg/struct.ConjugateGD.html\" title=\"struct rusty_machine::learning::optim::fmincg::ConjugateGD\">ConjugateGD</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/activ_fn/struct.Sigmoid.html\" title=\"struct rusty_machine::learning::toolkit::activ_fn::Sigmoid\">Sigmoid</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/activ_fn/struct.Linear.html\" title=\"struct rusty_machine::learning::toolkit::activ_fn::Linear\">Linear</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/activ_fn/struct.Exp.html\" title=\"struct rusty_machine::learning::toolkit::activ_fn::Exp\">Exp</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/activ_fn/struct.Tanh.html\" title=\"struct rusty_machine::learning::toolkit::activ_fn::Tanh\">Tanh</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/cost_fn/struct.MeanSqError.html\" title=\"struct rusty_machine::learning::toolkit::cost_fn::MeanSqError\">MeanSqError</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/cost_fn/struct.CrossEntropyError.html\" title=\"struct rusty_machine::learning::toolkit::cost_fn::CrossEntropyError\">CrossEntropyError</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Linear.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Linear\">Linear</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Polynomial.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Polynomial\">Polynomial</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.SquaredExp.html\" title=\"struct rusty_machine::learning::toolkit::kernel::SquaredExp\">SquaredExp</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Exponential.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Exponential\">Exponential</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.HyperTan.html\" title=\"struct rusty_machine::learning::toolkit::kernel::HyperTan\">HyperTan</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Multiquadric.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Multiquadric\">Multiquadric</a>"],["impl Clone for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.RationalQuadratic.html\" title=\"struct rusty_machine::learning::toolkit::kernel::RationalQuadratic\">RationalQuadratic</a>"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>&gt; Clone for <a class=\"enum\" href=\"rusty_machine/learning/toolkit/regularization/enum.Regularization.html\" title=\"enum rusty_machine::learning::toolkit::regularization::Regularization\">Regularization</a>&lt;T&gt;"]],
"ryu":[["impl Clone for <a class=\"struct\" href=\"ryu/struct.Buffer.html\" title=\"struct ryu::Buffer\">Buffer</a>"]],
"sct":[["impl Clone for <a class=\"enum\" href=\"sct/enum.Error.html\" title=\"enum sct::Error\">Error</a>"]],
"serde":[["impl Clone for <a class=\"struct\" href=\"serde/de/value/struct.Error.html\" title=\"struct serde::de::value::Error\">Error</a>"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.UnitDeserializer.html\" title=\"struct serde::de::value::UnitDeserializer\">UnitDeserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.BoolDeserializer.html\" title=\"struct serde::de::value::BoolDeserializer\">BoolDeserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.I8Deserializer.html\" title=\"struct serde::de::value::I8Deserializer\">I8Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.I16Deserializer.html\" title=\"struct serde::de::value::I16Deserializer\">I16Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.I32Deserializer.html\" title=\"struct serde::de::value::I32Deserializer\">I32Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.I64Deserializer.html\" title=\"struct serde::de::value::I64Deserializer\">I64Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.IsizeDeserializer.html\" title=\"struct serde::de::value::IsizeDeserializer\">IsizeDeserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.U8Deserializer.html\" title=\"struct serde::de::value::U8Deserializer\">U8Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.U16Deserializer.html\" title=\"struct serde::de::value::U16Deserializer\">U16Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.U64Deserializer.html\" title=\"struct serde::de::value::U64Deserializer\">U64Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.UsizeDeserializer.html\" title=\"struct serde::de::value::UsizeDeserializer\">UsizeDeserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.F32Deserializer.html\" title=\"struct serde::de::value::F32Deserializer\">F32Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.F64Deserializer.html\" title=\"struct serde::de::value::F64Deserializer\">F64Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.CharDeserializer.html\" title=\"struct serde::de::value::CharDeserializer\">CharDeserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.I128Deserializer.html\" title=\"struct serde::de::value::I128Deserializer\">I128Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.U128Deserializer.html\" title=\"struct serde::de::value::U128Deserializer\">U128Deserializer</a>&lt;E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.U32Deserializer.html\" title=\"struct serde::de::value::U32Deserializer\">U32Deserializer</a>&lt;E&gt;"],["impl&lt;'de, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.StrDeserializer.html\" title=\"struct serde::de::value::StrDeserializer\">StrDeserializer</a>&lt;'de, E&gt;"],["impl&lt;'de, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.BorrowedStrDeserializer.html\" title=\"struct serde::de::value::BorrowedStrDeserializer\">BorrowedStrDeserializer</a>&lt;'de, E&gt;"],["impl&lt;E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.StringDeserializer.html\" title=\"struct serde::de::value::StringDeserializer\">StringDeserializer</a>&lt;E&gt;"],["impl&lt;'a, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.CowStrDeserializer.html\" title=\"struct serde::de::value::CowStrDeserializer\">CowStrDeserializer</a>&lt;'a, E&gt;"],["impl&lt;'a, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.BytesDeserializer.html\" title=\"struct serde::de::value::BytesDeserializer\">BytesDeserializer</a>&lt;'a, E&gt;"],["impl&lt;'de, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.BorrowedBytesDeserializer.html\" title=\"struct serde::de::value::BorrowedBytesDeserializer\">BorrowedBytesDeserializer</a>&lt;'de, E&gt;"],["impl&lt;I:&nbsp;Clone, E:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.SeqDeserializer.html\" title=\"struct serde::de::value::SeqDeserializer\">SeqDeserializer</a>&lt;I, E&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.SeqAccessDeserializer.html\" title=\"struct serde::de::value::SeqAccessDeserializer\">SeqAccessDeserializer</a>&lt;A&gt;"],["impl&lt;'de, I, E&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.MapDeserializer.html\" title=\"struct serde::de::value::MapDeserializer\">MapDeserializer</a>&lt;'de, I, E&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;I::Item: Pair,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;I::Item as Pair&gt;::Second: Clone,</span>"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.MapAccessDeserializer.html\" title=\"struct serde::de::value::MapAccessDeserializer\">MapAccessDeserializer</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"serde/de/value/struct.EnumAccessDeserializer.html\" title=\"struct serde::de::value::EnumAccessDeserializer\">EnumAccessDeserializer</a>&lt;A&gt;"],["impl Clone for <a class=\"struct\" href=\"serde/de/struct.IgnoredAny.html\" title=\"struct serde::de::IgnoredAny\">IgnoredAny</a>"],["impl&lt;'a&gt; Clone for <a class=\"enum\" href=\"serde/de/enum.Unexpected.html\" title=\"enum serde::de::Unexpected\">Unexpected</a>&lt;'a&gt;"]],
"serde_json":[["impl Clone for <a class=\"enum\" href=\"serde_json/error/enum.Category.html\" title=\"enum serde_json::error::Category\">Category</a>"],["impl Clone for <a class=\"struct\" href=\"serde_json/struct.Map.html\" title=\"struct serde_json::Map\">Map</a>&lt;String, <a class=\"enum\" href=\"serde_json/enum.Value.html\" title=\"enum serde_json::Value\">Value</a>&gt;"],["impl Clone for <a class=\"struct\" href=\"serde_json/ser/struct.CompactFormatter.html\" title=\"struct serde_json::ser::CompactFormatter\">CompactFormatter</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"serde_json/ser/struct.PrettyFormatter.html\" title=\"struct serde_json::ser::PrettyFormatter\">PrettyFormatter</a>&lt;'a&gt;"],["impl Clone for <a class=\"enum\" href=\"serde_json/enum.Value.html\" title=\"enum serde_json::Value\">Value</a>"],["impl Clone for <a class=\"struct\" href=\"serde_json/value/struct.Number.html\" title=\"struct serde_json::value::Number\">Number</a>"]],
"sgx_crypto":[["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/cbc/struct.AesCbc.html\" title=\"struct sgx_crypto::aes::cbc::AesCbc\">AesCbc</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/cbc/struct.Nonce.html\" title=\"struct sgx_crypto::aes::cbc::Nonce\">Nonce</a>"],["impl&lt;A&gt; Clone for <a class=\"struct\" href=\"sgx_crypto/aes/ccm/struct.Aad.html\" title=\"struct sgx_crypto::aes::ccm::Aad\">Aad</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/ccm/struct.Nonce.html\" title=\"struct sgx_crypto::aes::ccm::Nonce\">Nonce</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/ctr/struct.AesCtr.html\" title=\"struct sgx_crypto::aes::ctr::AesCtr\">AesCtr</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/ctr/struct.Counter.html\" title=\"struct sgx_crypto::aes::ctr::Counter\">Counter</a>"],["impl&lt;A&gt; Clone for <a class=\"struct\" href=\"sgx_crypto/aes/gcm/struct.Aad.html\" title=\"struct sgx_crypto::aes::gcm::Aad\">Aad</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/aes/gcm/struct.Nonce.html\" title=\"struct sgx_crypto::aes::gcm::Nonce\">Nonce</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcKeyPair.html\" title=\"struct sgx_crypto::ecc::EcKeyPair\">EcKeyPair</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcPrivateKey.html\" title=\"struct sgx_crypto::ecc::EcPrivateKey\">EcPrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcPublicKey.html\" title=\"struct sgx_crypto::ecc::EcPublicKey\">EcPublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcShareKey.html\" title=\"struct sgx_crypto::ecc::EcShareKey\">EcShareKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcSignature.html\" title=\"struct sgx_crypto::ecc::EcSignature\">EcSignature</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_crypto/mac/enum.HashType.html\" title=\"enum sgx_crypto::mac::HashType\">HashType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048KeyPair.html\" title=\"struct sgx_crypto::rsa::Rsa2048KeyPair\">Rsa2048KeyPair</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048PrivateKey.html\" title=\"struct sgx_crypto::rsa::Rsa2048PrivateKey\">Rsa2048PrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048PublicKey.html\" title=\"struct sgx_crypto::rsa::Rsa2048PublicKey\">Rsa2048PublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072KeyPair.html\" title=\"struct sgx_crypto::rsa::Rsa3072KeyPair\">Rsa3072KeyPair</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072PrivateKey.html\" title=\"struct sgx_crypto::rsa::Rsa3072PrivateKey\">Rsa3072PrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072PublicKey.html\" title=\"struct sgx_crypto::rsa::Rsa3072PublicKey\">Rsa3072PublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2KeyPair.html\" title=\"struct sgx_crypto::sm2::Sm2KeyPair\">Sm2KeyPair</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2PrivateKey.html\" title=\"struct sgx_crypto::sm2::Sm2PrivateKey\">Sm2PrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2PublicKey.html\" title=\"struct sgx_crypto::sm2::Sm2PublicKey\">Sm2PublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2ShareKey.html\" title=\"struct sgx_crypto::sm2::Sm2ShareKey\">Sm2ShareKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2Signature.html\" title=\"struct sgx_crypto::sm2::Sm2Signature\">Sm2Signature</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/cbc/struct.Sm4Cbc.html\" title=\"struct sgx_crypto::sm4::cbc::Sm4Cbc\">Sm4Cbc</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/cbc/struct.Nonce.html\" title=\"struct sgx_crypto::sm4::cbc::Nonce\">Nonce</a>"],["impl&lt;A&gt; Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/ccm/struct.Aad.html\" title=\"struct sgx_crypto::sm4::ccm::Aad\">Aad</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/ccm/struct.Nonce.html\" title=\"struct sgx_crypto::sm4::ccm::Nonce\">Nonce</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/ctr/struct.Sm4Ctr.html\" title=\"struct sgx_crypto::sm4::ctr::Sm4Ctr\">Sm4Ctr</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_crypto/sm4/ctr/struct.Counter.html\" title=\"struct sgx_crypto::sm4::ctr::Counter\">Counter</a>"]],
"sgx_libc":[["impl Clone for <a class=\"struct\" href=\"sgx_libc/pthread/struct.pthread_attr.html\" title=\"struct sgx_libc::pthread::pthread_attr\">pthread_attr</a>"]],
"sgx_rand":[["impl Clone for <a class=\"struct\" href=\"sgx_rand/chacha/struct.ChaChaRng.html\" title=\"struct sgx_rand::chacha::ChaChaRng\">ChaChaRng</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/exponential/struct.Exp1.html\" title=\"struct sgx_rand::distributions::exponential::Exp1\">Exp1</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/exponential/struct.Exp.html\" title=\"struct sgx_rand::distributions::exponential::Exp\">Exp</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.Gamma.html\" title=\"struct sgx_rand::distributions::gamma::Gamma\">Gamma</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.ChiSquared.html\" title=\"struct sgx_rand::distributions::gamma::ChiSquared\">ChiSquared</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.FisherF.html\" title=\"struct sgx_rand::distributions::gamma::FisherF\">FisherF</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.StudentT.html\" title=\"struct sgx_rand::distributions::gamma::StudentT\">StudentT</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/normal/struct.StandardNormal.html\" title=\"struct sgx_rand::distributions::normal::StandardNormal\">StandardNormal</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/normal/struct.Normal.html\" title=\"struct sgx_rand::distributions::normal::Normal\">Normal</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/distributions/normal/struct.LogNormal.html\" title=\"struct sgx_rand::distributions::normal::LogNormal\">LogNormal</a>"],["impl&lt;X:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"sgx_rand/distributions/range/struct.Range.html\" title=\"struct sgx_rand::distributions::range::Range\">Range</a>&lt;X&gt;"],["impl&lt;Sup&gt; Clone for <a class=\"struct\" href=\"sgx_rand/distributions/struct.RandSample.html\" title=\"struct sgx_rand::distributions::RandSample\">RandSample</a>&lt;Sup&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"sgx_rand/distributions/struct.Weighted.html\" title=\"struct sgx_rand::distributions::Weighted\">Weighted</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/isaac/struct.IsaacRng.html\" title=\"struct sgx_rand::isaac::IsaacRng\">IsaacRng</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/isaac/struct.Isaac64Rng.html\" title=\"struct sgx_rand::isaac::Isaac64Rng\">Isaac64Rng</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/reseeding/struct.ReseedWithDefault.html\" title=\"struct sgx_rand::reseeding::ReseedWithDefault\">ReseedWithDefault</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/struct.XorShiftRng.html\" title=\"struct sgx_rand::XorShiftRng\">XorShiftRng</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/struct.StdRng.html\" title=\"struct sgx_rand::StdRng\">StdRng</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_rand/struct.ThreadRng.html\" title=\"struct sgx_rand::ThreadRng\">ThreadRng</a>"]],
"sgx_tprotected_fs":[["impl Clone for <a class=\"struct\" href=\"sgx_tprotected_fs/struct.OpenOptions.html\" title=\"struct sgx_tprotected_fs::OpenOptions\">OpenOptions</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_tprotected_fs/struct.EncryptMode.html\" title=\"struct sgx_tprotected_fs::EncryptMode\">EncryptMode</a>"]],
"sgx_types":[["impl Clone for <a class=\"enum\" href=\"sgx_types/error/enum.SgxStatus.html\" title=\"enum sgx_types::error::SgxStatus\">SgxStatus</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/error/enum.PceError.html\" title=\"enum sgx_types::error::PceError\">PceError</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/error/enum.Quote3Error.html\" title=\"enum sgx_types::error::Quote3Error\">Quote3Error</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/error/enum.QcnlError.html\" title=\"enum sgx_types::error::QcnlError\">QcnlError</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.DataDir.html\" title=\"struct sgx_types::metadata::DataDir\">DataDir</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/metadata/enum.DirIndex.html\" title=\"enum sgx_types::metadata::DirIndex\">DirIndex</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.ElRangeConfig.html\" title=\"struct sgx_types::metadata::ElRangeConfig\">ElRangeConfig</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.MetaData.html\" title=\"struct sgx_types::metadata::MetaData\">MetaData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssHeader.html\" title=\"struct sgx_types::metadata::CssHeader\">CssHeader</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssKey.html\" title=\"struct sgx_types::metadata::CssKey\">CssKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssBody.html\" title=\"struct sgx_types::metadata::CssBody\">CssBody</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssBuffer.html\" title=\"struct sgx_types::metadata::CssBuffer\">CssBuffer</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/metadata/struct.EnclaveCss.html\" title=\"struct sgx_types::metadata::EnclaveCss\">EnclaveCss</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.EcResult.html\" title=\"enum sgx_types::types::EcResult\">EcResult</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Sha1Hash.html\" title=\"struct sgx_types::types::Sha1Hash\">Sha1Hash</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Sha256Hash.html\" title=\"struct sgx_types::types::Sha256Hash\">Sha256Hash</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Sm3Hash.html\" title=\"struct sgx_types::types::Sm3Hash\">Sm3Hash</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Sha384Hash.html\" title=\"struct sgx_types::types::Sha384Hash\">Sha384Hash</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256SharedKey.html\" title=\"struct sgx_types::types::Ec256SharedKey\">Ec256SharedKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256PrivateKey.html\" title=\"struct sgx_types::types::Ec256PrivateKey\">Ec256PrivateKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256PublicKey.html\" title=\"struct sgx_types::types::Ec256PublicKey\">Ec256PublicKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256Signature.html\" title=\"struct sgx_types::types::Ec256Signature\">Ec256Signature</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.RsaKeyType.html\" title=\"enum sgx_types::types::RsaKeyType\">RsaKeyType</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.RsaResult.html\" title=\"enum sgx_types::types::RsaResult\">RsaResult</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Param.html\" title=\"struct sgx_types::types::Rsa3072Param\">Rsa3072Param</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072PubKey.html\" title=\"struct sgx_types::types::Rsa3072PubKey\">Rsa3072PubKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072PrivKey.html\" title=\"struct sgx_types::types::Rsa3072PrivKey\">Rsa3072PrivKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Key.html\" title=\"struct sgx_types::types::Rsa3072Key\">Rsa3072Key</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Signature.html\" title=\"struct sgx_types::types::Rsa3072Signature\">Rsa3072Signature</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Param.html\" title=\"struct sgx_types::types::Rsa2048Param\">Rsa2048Param</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048PubKey.html\" title=\"struct sgx_types::types::Rsa2048PubKey\">Rsa2048PubKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048PrivKey.html\" title=\"struct sgx_types::types::Rsa2048PrivKey\">Rsa2048PrivKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Key.html\" title=\"struct sgx_types::types::Rsa2048Key\">Rsa2048Key</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Signature.html\" title=\"struct sgx_types::types::Rsa2048Signature\">Rsa2048Signature</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignKey128bit.html\" title=\"struct sgx_types::types::AlignKey128bit\">AlignKey128bit</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignKey256bit.html\" title=\"struct sgx_types::types::AlignKey256bit\">AlignKey256bit</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignMac128bit.html\" title=\"struct sgx_types::types::AlignMac128bit\">AlignMac128bit</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignMac256bit.html\" title=\"struct sgx_types::types::AlignMac256bit\">AlignMac256bit</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignEc256SharedKey.html\" title=\"struct sgx_types::types::AlignEc256SharedKey\">AlignEc256SharedKey</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AlignEc256PrivateKey.html\" title=\"struct sgx_types::types::AlignEc256PrivateKey\">AlignEc256PrivateKey</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlRequestPolicy.html\" title=\"enum sgx_types::types::QlRequestPolicy\">QlRequestPolicy</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.PceInfo.html\" title=\"struct sgx_types::types::PceInfo\">PceInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlQe3Id.html\" title=\"struct sgx_types::types::QlQe3Id\">QlQe3Id</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlConfigVersion.html\" title=\"enum sgx_types::types::QlConfigVersion\">QlConfigVersion</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlQveCollateralParam.html\" title=\"struct sgx_types::types::QlQveCollateralParam\">QlQveCollateralParam</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.ProdType.html\" title=\"enum sgx_types::types::ProdType\">ProdType</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlLogLevel.html\" title=\"enum sgx_types::types::QlLogLevel\">QlLogLevel</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlAttestationAlgorithmId.html\" title=\"enum sgx_types::types::QlAttestationAlgorithmId\">QlAttestationAlgorithmId</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlCertKeyType.html\" title=\"enum sgx_types::types::QlCertKeyType\">QlCertKeyType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlPPIDRsa3072EncryptedCertInfo.html\" title=\"struct sgx_types::types::QlPPIDRsa3072EncryptedCertInfo\">QlPPIDRsa3072EncryptedCertInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlAuthData.html\" title=\"struct sgx_types::types::QlAuthData\">QlAuthData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlCertificationData.html\" title=\"struct sgx_types::types::QlCertificationData\">QlCertificationData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlEcdsaSigData.html\" title=\"struct sgx_types::types::QlEcdsaSigData\">QlEcdsaSigData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QuoteHeader.html\" title=\"struct sgx_types::types::QuoteHeader\">QuoteHeader</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Quote3.html\" title=\"struct sgx_types::types::Quote3\">Quote3</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlQeReportInfo.html\" title=\"struct sgx_types::types::QlQeReportInfo\">QlQeReportInfo</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlPathType.html\" title=\"enum sgx_types::types::QlPathType\">QlPathType</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.PckCertFlag.html\" title=\"enum sgx_types::types::PckCertFlag\">PckCertFlag</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlQvSupplemental.html\" title=\"struct sgx_types::types::QlQvSupplemental\">QlQvSupplemental</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QlQvResult.html\" title=\"enum sgx_types::types::QlQvResult\">QlQvResult</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QvPathType.html\" title=\"enum sgx_types::types::QvPathType\">QvPathType</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QeType.html\" title=\"enum sgx_types::types::QeType\">QeType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg1.html\" title=\"struct sgx_types::types::CDhMsg1\">CDhMsg1</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg2.html\" title=\"struct sgx_types::types::CDhMsg2\">CDhMsg2</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg3.html\" title=\"struct sgx_types::types::CDhMsg3\">CDhMsg3</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg3Body.html\" title=\"struct sgx_types::types::CDhMsg3Body\">CDhMsg3Body</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CEnclaveIdentity.html\" title=\"struct sgx_types::types::CEnclaveIdentity\">CEnclaveIdentity</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDhSession.html\" title=\"struct sgx_types::types::CDhSession\">CDhSession</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.DhSessionRole.html\" title=\"enum sgx_types::types::DhSessionRole\">DhSessionRole</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.RaKeyType.html\" title=\"enum sgx_types::types::RaKeyType\">RaKeyType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg1.html\" title=\"struct sgx_types::types::CRaMsg1\">CRaMsg1</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg2.html\" title=\"struct sgx_types::types::CRaMsg2\">CRaMsg2</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.PsSecPropDesc.html\" title=\"struct sgx_types::types::PsSecPropDesc\">PsSecPropDesc</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg3.html\" title=\"struct sgx_types::types::CRaMsg3\">CRaMsg3</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Spid.html\" title=\"struct sgx_types::types::Spid\">Spid</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.BaseName.html\" title=\"struct sgx_types::types::BaseName\">BaseName</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QuoteNonce.html\" title=\"struct sgx_types::types::QuoteNonce\">QuoteNonce</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.UpdateInfoBit.html\" title=\"struct sgx_types::types::UpdateInfoBit\">UpdateInfoBit</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.QuoteSignType.html\" title=\"enum sgx_types::types::QuoteSignType\">QuoteSignType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Quote.html\" title=\"struct sgx_types::types::Quote\">Quote</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.PlatformInfo.html\" title=\"struct sgx_types::types::PlatformInfo\">PlatformInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AttKeyId.html\" title=\"struct sgx_types::types::AttKeyId\">AttKeyId</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QlAttKeyId.html\" title=\"struct sgx_types::types::QlAttKeyId\">QlAttKeyId</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AttKeyIdExt.html\" title=\"struct sgx_types::types::AttKeyIdExt\">AttKeyIdExt</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QeReportInfo.html\" title=\"struct sgx_types::types::QeReportInfo\">QeReportInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapRaMsg1.html\" title=\"struct sgx_types::types::CDcapRaMsg1\">CDcapRaMsg1</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapURaMsg2.html\" title=\"struct sgx_types::types::CDcapURaMsg2\">CDcapURaMsg2</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapMRaMsg2.html\" title=\"struct sgx_types::types::CDcapMRaMsg2\">CDcapMRaMsg2</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapRaMsg3.html\" title=\"struct sgx_types::types::CDcapRaMsg3\">CDcapRaMsg3</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.EnclaveIdentity.html\" title=\"struct sgx_types::types::EnclaveIdentity\">EnclaveIdentity</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.timespec.html\" title=\"struct sgx_types::types::timespec\">timespec</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeCpuSvn.html\" title=\"struct sgx_types::types::TeeCpuSvn\">TeeCpuSvn</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeAttributes.html\" title=\"struct sgx_types::types::TeeAttributes\">TeeAttributes</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeMeasurement.html\" title=\"struct sgx_types::types::TeeMeasurement\">TeeMeasurement</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeReportData.html\" title=\"struct sgx_types::types::TeeReportData\">TeeReportData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeReportType.html\" title=\"struct sgx_types::types::TeeReportType\">TeeReportType</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Report2Mac.html\" title=\"struct sgx_types::types::Report2Mac\">Report2Mac</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Report2.html\" title=\"struct sgx_types::types::Report2\">Report2</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CAesGcmData.html\" title=\"struct sgx_types::types::CAesGcmData\">CAesGcmData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CSealedData.html\" title=\"struct sgx_types::types::CSealedData\">CSealedData</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.SwitchlessWokerType.html\" title=\"enum sgx_types::types::SwitchlessWokerType\">SwitchlessWokerType</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.SwitchlessWokerEvent.html\" title=\"enum sgx_types::types::SwitchlessWokerEvent\">SwitchlessWokerEvent</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.SwitchlessWokerStats.html\" title=\"struct sgx_types::types::SwitchlessWokerStats\">SwitchlessWokerStats</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.SwitchlessConfig.html\" title=\"struct sgx_types::types::SwitchlessConfig\">SwitchlessConfig</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeTcbSvn.html\" title=\"struct sgx_types::types::TeeTcbSvn\">TeeTcbSvn</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeInfo.html\" title=\"struct sgx_types::types::TeeInfo\">TeeInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TeeTcbInfo.html\" title=\"struct sgx_types::types::TeeTcbInfo\">TeeTcbInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.QeReportCertificationData.html\" title=\"struct sgx_types::types::QeReportCertificationData\">QeReportCertificationData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.EcdsaSigDataV4.html\" title=\"struct sgx_types::types::EcdsaSigDataV4\">EcdsaSigDataV4</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Report2Body.html\" title=\"struct sgx_types::types::Report2Body\">Report2Body</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Quote4Header.html\" title=\"struct sgx_types::types::Quote4Header\">Quote4Header</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Quote4.html\" title=\"struct sgx_types::types::Quote4\">Quote4</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.KssConfig.html\" title=\"struct sgx_types::types::KssConfig\">KssConfig</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.SgxDeviceStatus.html\" title=\"enum sgx_types::types::SgxDeviceStatus\">SgxDeviceStatus</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.EnclaveMode.html\" title=\"enum sgx_types::types::EnclaveMode\">EnclaveMode</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.AttributesFlags.html\" title=\"struct sgx_types::types::AttributesFlags\">AttributesFlags</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.MiscSelect.html\" title=\"struct sgx_types::types::MiscSelect\">MiscSelect</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Attributes.html\" title=\"struct sgx_types::types::Attributes\">Attributes</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.MiscAttribute.html\" title=\"struct sgx_types::types::MiscAttribute\">MiscAttribute</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.ConfigId.html\" title=\"struct sgx_types::types::ConfigId\">ConfigId</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.CpuSvn.html\" title=\"struct sgx_types::types::CpuSvn\">CpuSvn</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.KeyName.html\" title=\"enum sgx_types::types::KeyName\">KeyName</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.KeyId.html\" title=\"struct sgx_types::types::KeyId\">KeyId</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.KeyPolicy.html\" title=\"struct sgx_types::types::KeyPolicy\">KeyPolicy</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.KeyRequest.html\" title=\"struct sgx_types::types::KeyRequest\">KeyRequest</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Measurement.html\" title=\"struct sgx_types::types::Measurement\">Measurement</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.ReportData.html\" title=\"struct sgx_types::types::ReportData\">ReportData</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.TargetInfo.html\" title=\"struct sgx_types::types::TargetInfo\">TargetInfo</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.ReportBody.html\" title=\"struct sgx_types::types::ReportBody\">ReportBody</a>"],["impl Clone for <a class=\"struct\" href=\"sgx_types/types/struct.Report.html\" title=\"struct sgx_types::types::Report\">Report</a>"],["impl Clone for <a class=\"enum\" href=\"sgx_types/types/enum.ProtectPerm.html\" title=\"enum sgx_types::types::ProtectPerm\">ProtectPerm</a>"]],
"sha1_smol":[["impl Clone for <a class=\"struct\" href=\"sha1_smol/struct.Sha1.html\" title=\"struct sha1_smol::Sha1\">Sha1</a>"],["impl Clone for <a class=\"struct\" href=\"sha1_smol/struct.Digest.html\" title=\"struct sha1_smol::Digest\">Digest</a>"],["impl Clone for <a class=\"struct\" href=\"sha1_smol/struct.DigestParseError.html\" title=\"struct sha1_smol::DigestParseError\">DigestParseError</a>"]],
"simple_asn1":[["impl Clone for <a class=\"enum\" href=\"simple_asn1/enum.ASN1Class.html\" title=\"enum simple_asn1::ASN1Class\">ASN1Class</a>"],["impl Clone for <a class=\"enum\" href=\"simple_asn1/enum.ASN1Block.html\" title=\"enum simple_asn1::ASN1Block\">ASN1Block</a>"],["impl Clone for <a class=\"struct\" href=\"simple_asn1/struct.OID.html\" title=\"struct simple_asn1::OID\">OID</a>"],["impl Clone for <a class=\"enum\" href=\"simple_asn1/enum.ASN1DecodeErr.html\" title=\"enum simple_asn1::ASN1DecodeErr\">ASN1DecodeErr</a>"],["impl Clone for <a class=\"enum\" href=\"simple_asn1/enum.ASN1EncodeErr.html\" title=\"enum simple_asn1::ASN1EncodeErr\">ASN1EncodeErr</a>"]],
"slab":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"slab/struct.Slab.html\" title=\"struct slab::Slab\">Slab</a>&lt;T&gt;"],["impl&lt;'a, T&gt; Clone for <a class=\"struct\" href=\"slab/struct.Iter.html\" title=\"struct slab::Iter\">Iter</a>&lt;'a, T&gt;"]],
"smallvec":[["impl&lt;A:&nbsp;<a class=\"trait\" href=\"smallvec/trait.Array.html\" title=\"trait smallvec::Array\">Array</a>&gt; Clone for <a class=\"struct\" href=\"smallvec/struct.SmallVec.html\" title=\"struct smallvec::SmallVec\">SmallVec</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"smallvec/trait.Array.html#associatedtype.Item\" title=\"type smallvec::Array::Item\">Item</a>: Clone,</span>"],["impl&lt;A:&nbsp;<a class=\"trait\" href=\"smallvec/trait.Array.html\" title=\"trait smallvec::Array\">Array</a> + Clone&gt; Clone for <a class=\"struct\" href=\"smallvec/struct.IntoIter.html\" title=\"struct smallvec::IntoIter\">IntoIter</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"smallvec/trait.Array.html#associatedtype.Item\" title=\"type smallvec::Array::Item\">Item</a>: Clone,</span>"]],
"snap":[["impl Clone for <a class=\"struct\" href=\"snap/struct.Decoder.html\" title=\"struct snap::Decoder\">Decoder</a>"]],
"socket2":[["impl Clone for <a class=\"struct\" href=\"socket2/struct.SockAddr.html\" title=\"struct socket2::SockAddr\">SockAddr</a>"],["impl Clone for <a class=\"struct\" href=\"socket2/struct.Domain.html\" title=\"struct socket2::Domain\">Domain</a>"],["impl Clone for <a class=\"struct\" href=\"socket2/struct.Type.html\" title=\"struct socket2::Type\">Type</a>"],["impl Clone for <a class=\"struct\" href=\"socket2/struct.Protocol.html\" title=\"struct socket2::Protocol\">Protocol</a>"],["impl Clone for <a class=\"struct\" href=\"socket2/struct.RecvFlags.html\" title=\"struct socket2::RecvFlags\">RecvFlags</a>"],["impl Clone for <a class=\"struct\" href=\"socket2/struct.TcpKeepalive.html\" title=\"struct socket2::TcpKeepalive\">TcpKeepalive</a>"]],
"tantivy":[["impl Clone for <a class=\"struct\" href=\"tantivy/struct.DateTime.html\" title=\"struct tantivy::DateTime\">DateTime</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.Index.html\" title=\"struct tantivy::Index\">Index</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.SegmentMeta.html\" title=\"struct tantivy::SegmentMeta\">SegmentMeta</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.IndexSettings.html\" title=\"struct tantivy::IndexSettings\">IndexSettings</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.IndexSortByField.html\" title=\"struct tantivy::IndexSortByField\">IndexSortByField</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/enum.Order.html\" title=\"enum tantivy::Order\">Order</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.IndexMeta.html\" title=\"struct tantivy::IndexMeta\">IndexMeta</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.SearcherGeneration.html\" title=\"struct tantivy::SearcherGeneration\">SearcherGeneration</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.Searcher.html\" title=\"struct tantivy::Searcher\">Searcher</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.Segment.html\" title=\"struct tantivy::Segment\">Segment</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/enum.SegmentComponent.html\" title=\"enum tantivy::SegmentComponent\">SegmentComponent</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.SegmentId.html\" title=\"struct tantivy::SegmentId\">SegmentId</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.SegmentReader.html\" title=\"struct tantivy::SegmentReader\">SegmentReader</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/merge_policy/struct.LogMergePolicy.html\" title=\"struct tantivy::merge_policy::LogMergePolicy\">LogMergePolicy</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/merge_policy/struct.MergeCandidate.html\" title=\"struct tantivy::merge_policy::MergeCandidate\">MergeCandidate</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/merge_policy/struct.NoMergePolicy.html\" title=\"struct tantivy::merge_policy::NoMergePolicy\">NoMergePolicy</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/error/struct.DataCorruption.html\" title=\"struct tantivy::error::DataCorruption\">DataCorruption</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/error/enum.TantivyError.html\" title=\"enum tantivy::error::TantivyError\">TantivyError</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.AlphaNumOnlyFilter.html\" title=\"struct tantivy::tokenizer::AlphaNumOnlyFilter\">AlphaNumOnlyFilter</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.AsciiFoldingFilter.html\" title=\"struct tantivy::tokenizer::AsciiFoldingFilter\">AsciiFoldingFilter</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.FacetTokenizer.html\" title=\"struct tantivy::tokenizer::FacetTokenizer\">FacetTokenizer</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.LowerCaser.html\" title=\"struct tantivy::tokenizer::LowerCaser\">LowerCaser</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.NgramTokenizer.html\" title=\"struct tantivy::tokenizer::NgramTokenizer\">NgramTokenizer</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.RawTokenizer.html\" title=\"struct tantivy::tokenizer::RawTokenizer\">RawTokenizer</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.RemoveLongFilter.html\" title=\"struct tantivy::tokenizer::RemoveLongFilter\">RemoveLongFilter</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.SimpleTokenizer.html\" title=\"struct tantivy::tokenizer::SimpleTokenizer\">SimpleTokenizer</a>"],["impl&lt;S:&nbsp;Clone + <a class=\"trait\" href=\"aho_corasick/state_id/trait.StateID.html\" title=\"trait aho_corasick::state_id::StateID\">StateID</a>&gt; Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.SplitCompoundWords.html\" title=\"struct tantivy::tokenizer::SplitCompoundWords\">SplitCompoundWords</a>&lt;S&gt;"],["impl Clone for <a class=\"enum\" href=\"tantivy/tokenizer/enum.Language.html\" title=\"enum tantivy::tokenizer::Language\">Language</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.Stemmer.html\" title=\"struct tantivy::tokenizer::Stemmer\">Stemmer</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.StopWordFilter.html\" title=\"struct tantivy::tokenizer::StopWordFilter\">StopWordFilter</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.PreTokenizedString.html\" title=\"struct tantivy::tokenizer::PreTokenizedString\">PreTokenizedString</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.Token.html\" title=\"struct tantivy::tokenizer::Token\">Token</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.TextAnalyzer.html\" title=\"struct tantivy::tokenizer::TextAnalyzer\">TextAnalyzer</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.TokenizerManager.html\" title=\"struct tantivy::tokenizer::TokenizerManager\">TokenizerManager</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/tokenizer/struct.WhitespaceTokenizer.html\" title=\"struct tantivy::tokenizer::WhitespaceTokenizer\">WhitespaceTokenizer</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_req/enum.Aggregation.html\" title=\"enum tantivy::aggregation::agg_req::Aggregation\">Aggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/agg_req/struct.BucketAggregation.html\" title=\"struct tantivy::aggregation::agg_req::BucketAggregation\">BucketAggregation</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_req/enum.BucketAggregationType.html\" title=\"enum tantivy::aggregation::agg_req::BucketAggregationType\">BucketAggregationType</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_req/enum.MetricAggregation.html\" title=\"enum tantivy::aggregation::agg_req::MetricAggregation\">MetricAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/agg_result/struct.AggregationResults.html\" title=\"struct tantivy::aggregation::agg_result::AggregationResults\">AggregationResults</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_result/enum.AggregationResult.html\" title=\"enum tantivy::aggregation::agg_result::AggregationResult\">AggregationResult</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_result/enum.MetricResult.html\" title=\"enum tantivy::aggregation::agg_result::MetricResult\">MetricResult</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_result/enum.BucketResult.html\" title=\"enum tantivy::aggregation::agg_result::BucketResult\">BucketResult</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"tantivy/aggregation/agg_result/enum.BucketEntries.html\" title=\"enum tantivy::aggregation::agg_result::BucketEntries\">BucketEntries</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/agg_result/struct.BucketEntry.html\" title=\"struct tantivy::aggregation::agg_result::BucketEntry\">BucketEntry</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/agg_result/struct.RangeBucketEntry.html\" title=\"struct tantivy::aggregation::agg_result::RangeBucketEntry\">RangeBucketEntry</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.HistogramAggregation.html\" title=\"struct tantivy::aggregation::bucket::HistogramAggregation\">HistogramAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.HistogramBounds.html\" title=\"struct tantivy::aggregation::bucket::HistogramBounds\">HistogramBounds</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/agg_req/struct.RangeAggregation.html\" title=\"struct tantivy::aggregation::agg_req::RangeAggregation\">RangeAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.RangeAggregationRange.html\" title=\"struct tantivy::aggregation::bucket::RangeAggregationRange\">RangeAggregationRange</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.TermsAggregation.html\" title=\"struct tantivy::aggregation::bucket::TermsAggregation\">TermsAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.SegmentTermCollector.html\" title=\"struct tantivy::aggregation::bucket::SegmentTermCollector\">SegmentTermCollector</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/bucket/enum.Order.html\" title=\"enum tantivy::aggregation::bucket::Order\">Order</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/bucket/enum.OrderTarget.html\" title=\"enum tantivy::aggregation::bucket::OrderTarget\">OrderTarget</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.CustomOrder.html\" title=\"struct tantivy::aggregation::bucket::CustomOrder\">CustomOrder</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateAggregationResults.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateAggregationResults\">IntermediateAggregationResults</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/intermediate_agg_result/enum.IntermediateAggregationResult.html\" title=\"enum tantivy::aggregation::intermediate_agg_result::IntermediateAggregationResult\">IntermediateAggregationResult</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/intermediate_agg_result/enum.IntermediateMetricResult.html\" title=\"enum tantivy::aggregation::intermediate_agg_result::IntermediateMetricResult\">IntermediateMetricResult</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/intermediate_agg_result/enum.IntermediateBucketResult.html\" title=\"enum tantivy::aggregation::intermediate_agg_result::IntermediateBucketResult\">IntermediateBucketResult</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateRangeBucketResult.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateRangeBucketResult\">IntermediateRangeBucketResult</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateTermBucketResult.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateTermBucketResult\">IntermediateTermBucketResult</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateHistogramBucketEntry.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateHistogramBucketEntry\">IntermediateHistogramBucketEntry</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateRangeBucketEntry.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateRangeBucketEntry\">IntermediateRangeBucketEntry</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/intermediate_agg_result/struct.IntermediateTermBucketEntry.html\" title=\"struct tantivy::aggregation::intermediate_agg_result::IntermediateTermBucketEntry\">IntermediateTermBucketEntry</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.AverageAggregation.html\" title=\"struct tantivy::aggregation::metric::AverageAggregation\">AverageAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.IntermediateAverage.html\" title=\"struct tantivy::aggregation::metric::IntermediateAverage\">IntermediateAverage</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.StatsAggregation.html\" title=\"struct tantivy::aggregation::metric::StatsAggregation\">StatsAggregation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.Stats.html\" title=\"struct tantivy::aggregation::metric::Stats\">Stats</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.IntermediateStats.html\" title=\"struct tantivy::aggregation::metric::IntermediateStats\">IntermediateStats</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/aggregation/metric/struct.SingleMetricResult.html\" title=\"struct tantivy::aggregation::metric::SingleMetricResult\">SingleMetricResult</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/aggregation/enum.Key.html\" title=\"enum tantivy::aggregation::Key\">Key</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/collector/struct.HistogramCollector.html\" title=\"struct tantivy::collector::HistogramCollector\">HistogramCollector</a>"],["impl Clone for Box&lt;dyn <a class=\"trait\" href=\"tantivy/directory/trait.Directory.html\" title=\"trait tantivy::directory::Directory\">Directory</a>&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy/directory/struct.FileSlice.html\" title=\"struct tantivy::directory::FileSlice\">FileSlice</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/directory/struct.ManagedDirectory.html\" title=\"struct tantivy::directory::ManagedDirectory\">ManagedDirectory</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/directory/struct.RamDirectory.html\" title=\"struct tantivy::directory::RamDirectory\">RamDirectory</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/directory/struct.WatchCallback.html\" title=\"struct tantivy::directory::WatchCallback\">WatchCallback</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/directory/struct.WatchHandle.html\" title=\"struct tantivy::directory::WatchHandle\">WatchHandle</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.LockError.html\" title=\"enum tantivy::directory::error::LockError\">LockError</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.OpenDirectoryError.html\" title=\"enum tantivy::directory::error::OpenDirectoryError\">OpenDirectoryError</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.OpenWriteError.html\" title=\"enum tantivy::directory::error::OpenWriteError\">OpenWriteError</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.Incompatibility.html\" title=\"enum tantivy::directory::error::Incompatibility\">Incompatibility</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.OpenReadError.html\" title=\"enum tantivy::directory::error::OpenReadError\">OpenReadError</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/directory/error/enum.DeleteError.html\" title=\"enum tantivy::directory::error::DeleteError\">DeleteError</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.AliveBitSet.html\" title=\"struct tantivy::fastfield::AliveBitSet\">AliveBitSet</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.BytesFastFieldReader.html\" title=\"struct tantivy::fastfield::BytesFastFieldReader\">BytesFastFieldReader</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.MultiValueIndex.html\" title=\"struct tantivy::fastfield::MultiValueIndex\">MultiValueIndex</a>"],["impl&lt;Item:&nbsp;Clone + <a class=\"trait\" href=\"tantivy/fastfield/trait.FastValue.html\" title=\"trait tantivy::fastfield::FastValue\">FastValue</a>&gt; Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.MultiValuedFastFieldReader.html\" title=\"struct tantivy::fastfield::MultiValuedFastFieldReader\">MultiValuedFastFieldReader</a>&lt;Item&gt;"],["impl&lt;T:&nbsp;Clone + <a class=\"trait\" href=\"fastfield_codecs/monotonic_mapping_u128/trait.MonotonicallyMappableToU128.html\" title=\"trait fastfield_codecs::monotonic_mapping_u128::MonotonicallyMappableToU128\">MonotonicallyMappableToU128</a>&gt; Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.MultiValuedU128FastFieldReader.html\" title=\"struct tantivy::fastfield::MultiValuedU128FastFieldReader\">MultiValuedU128FastFieldReader</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy/fastfield/struct.FastFieldReaders.html\" title=\"struct tantivy::fastfield::FastFieldReaders\">FastFieldReaders</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/fieldnorm/struct.FieldNormReaders.html\" title=\"struct tantivy::fieldnorm::FieldNormReaders\">FieldNormReaders</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/fieldnorm/struct.FieldNormReader.html\" title=\"struct tantivy::fieldnorm::FieldNormReader\">FieldNormReader</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/positions/struct.PositionReader.html\" title=\"struct tantivy::positions::PositionReader\">PositionReader</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/postings/struct.BlockSegmentPostings.html\" title=\"struct tantivy::postings::BlockSegmentPostings\">BlockSegmentPostings</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/postings/struct.SegmentPostings.html\" title=\"struct tantivy::postings::SegmentPostings\">SegmentPostings</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/postings/struct.TermInfo.html\" title=\"struct tantivy::postings::TermInfo\">TermInfo</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.AllQuery.html\" title=\"struct tantivy::query::AllQuery\">AllQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.BooleanQuery.html\" title=\"struct tantivy::query::BooleanQuery\">BooleanQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.BoostQuery.html\" title=\"struct tantivy::query::BoostQuery\">BoostQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.ConstScoreQuery.html\" title=\"struct tantivy::query::ConstScoreQuery\">ConstScoreQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.DisjunctionMaxQuery.html\" title=\"struct tantivy::query::DisjunctionMaxQuery\">DisjunctionMaxQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.EmptyQuery.html\" title=\"struct tantivy::query::EmptyQuery\">EmptyQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.Explanation.html\" title=\"struct tantivy::query::Explanation\">Explanation</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.FuzzyTermQuery.html\" title=\"struct tantivy::query::FuzzyTermQuery\">FuzzyTermQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.MoreLikeThisQuery.html\" title=\"struct tantivy::query::MoreLikeThisQuery\">MoreLikeThisQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.MoreLikeThisQueryBuilder.html\" title=\"struct tantivy::query::MoreLikeThisQueryBuilder\">MoreLikeThisQueryBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.PhraseQuery.html\" title=\"struct tantivy::query::PhraseQuery\">PhraseQuery</a>"],["impl&lt;'a&gt; Clone for <a class=\"enum\" href=\"tantivy/query/enum.EnableScoring.html\" title=\"enum tantivy::query::EnableScoring\">EnableScoring</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.QueryParser.html\" title=\"struct tantivy::query::QueryParser\">QueryParser</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.RangeQuery.html\" title=\"struct tantivy::query::RangeQuery\">RangeQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.RegexQuery.html\" title=\"struct tantivy::query::RegexQuery\">RegexQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.TermSetQuery.html\" title=\"struct tantivy::query::TermSetQuery\">TermSetQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.TermQuery.html\" title=\"struct tantivy::query::TermQuery\">TermQuery</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.SumCombiner.html\" title=\"struct tantivy::query::SumCombiner\">SumCombiner</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.SumWithCoordsCombiner.html\" title=\"struct tantivy::query::SumWithCoordsCombiner\">SumWithCoordsCombiner</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/query/struct.DisjunctionMaxCombiner.html\" title=\"struct tantivy::query::DisjunctionMaxCombiner\">DisjunctionMaxCombiner</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.Document.html\" title=\"struct tantivy::schema::Document\">Document</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.Facet.html\" title=\"struct tantivy::schema::Facet\">Facet</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.FacetOptions.html\" title=\"struct tantivy::schema::FacetOptions\">FacetOptions</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.Schema.html\" title=\"struct tantivy::schema::Schema\">Schema</a>"],["impl&lt;B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy/schema/struct.Term.html\" title=\"struct tantivy::schema::Term\">Term</a>&lt;B&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;B: AsRef&lt;[u8]&gt;,</span>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.FieldEntry.html\" title=\"struct tantivy::schema::FieldEntry\">FieldEntry</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.Type.html\" title=\"enum tantivy::schema::Type\">Type</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.FieldType.html\" title=\"enum tantivy::schema::FieldType\">FieldType</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.FieldValue.html\" title=\"struct tantivy::schema::FieldValue\">FieldValue</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.BytesOptions.html\" title=\"struct tantivy::schema::BytesOptions\">BytesOptions</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.DatePrecision.html\" title=\"enum tantivy::schema::DatePrecision\">DatePrecision</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.DateOptions.html\" title=\"struct tantivy::schema::DateOptions\">DateOptions</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.Field.html\" title=\"struct tantivy::schema::Field\">Field</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.IndexRecordOption.html\" title=\"enum tantivy::schema::IndexRecordOption\">IndexRecordOption</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.IpAddrOptions.html\" title=\"struct tantivy::schema::IpAddrOptions\">IpAddrOptions</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.JsonObjectOptions.html\" title=\"struct tantivy::schema::JsonObjectOptions\">JsonObjectOptions</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.Cardinality.html\" title=\"enum tantivy::schema::Cardinality\">Cardinality</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.NumericOptions.html\" title=\"struct tantivy::schema::NumericOptions\">NumericOptions</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.TextOptions.html\" title=\"struct tantivy::schema::TextOptions\">TextOptions</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/schema/struct.TextFieldIndexing.html\" title=\"struct tantivy::schema::TextFieldIndexing\">TextFieldIndexing</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/schema/enum.Value.html\" title=\"enum tantivy::schema::Value\">Value</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/space_usage/struct.SearcherSpaceUsage.html\" title=\"struct tantivy::space_usage::SearcherSpaceUsage\">SearcherSpaceUsage</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/space_usage/struct.SegmentSpaceUsage.html\" title=\"struct tantivy::space_usage::SegmentSpaceUsage\">SegmentSpaceUsage</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/space_usage/struct.StoreSpaceUsage.html\" title=\"struct tantivy::space_usage::StoreSpaceUsage\">StoreSpaceUsage</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/space_usage/struct.PerFieldSpaceUsage.html\" title=\"struct tantivy::space_usage::PerFieldSpaceUsage\">PerFieldSpaceUsage</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/space_usage/struct.FieldUsage.html\" title=\"struct tantivy::space_usage::FieldUsage\">FieldUsage</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/store/enum.Compressor.html\" title=\"enum tantivy::store::Compressor\">Compressor</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/store/struct.ZstdCompressor.html\" title=\"struct tantivy::store::ZstdCompressor\">ZstdCompressor</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/store/enum.Decompressor.html\" title=\"enum tantivy::store::Decompressor\">Decompressor</a>"],["impl Clone for <a class=\"enum\" href=\"tantivy/enum.ReloadPolicy.html\" title=\"enum tantivy::ReloadPolicy\">ReloadPolicy</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.IndexReaderBuilder.html\" title=\"struct tantivy::IndexReaderBuilder\">IndexReaderBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.IndexReader.html\" title=\"struct tantivy::IndexReader\">IndexReader</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.Version.html\" title=\"struct tantivy::Version\">Version</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy/struct.DocAddress.html\" title=\"struct tantivy::DocAddress\">DocAddress</a>"]],
"tantivy_bitpacker":[["impl Clone for <a class=\"struct\" href=\"tantivy_bitpacker/struct.BitUnpacker.html\" title=\"struct tantivy_bitpacker::BitUnpacker\">BitUnpacker</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_bitpacker/struct.BlockedBitpacker.html\" title=\"struct tantivy_bitpacker::BlockedBitpacker\">BlockedBitpacker</a>"]],
"tantivy_common":[["impl Clone for <a class=\"struct\" href=\"tantivy_common/struct.TinySet.html\" title=\"struct tantivy_common::TinySet\">TinySet</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_common/struct.BitSet.html\" title=\"struct tantivy_common::BitSet\">BitSet</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_common/struct.ReadOnlyBitSet.html\" title=\"struct tantivy_common::ReadOnlyBitSet\">ReadOnlyBitSet</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_common/struct.VIntU128.html\" title=\"struct tantivy_common::VIntU128\">VIntU128</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_common/struct.VInt.html\" title=\"struct tantivy_common::VInt\">VInt</a>"]],
"tantivy_fst":[["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.Subsequence.html\" title=\"struct tantivy_fst::automaton::Subsequence\">Subsequence</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.AlwaysMatch.html\" title=\"struct tantivy_fst::automaton::AlwaysMatch\">AlwaysMatch</a>"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.StartsWith.html\" title=\"struct tantivy_fst::automaton::StartsWith\">StartsWith</a>&lt;A&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.Union.html\" title=\"struct tantivy_fst::automaton::Union\">Union</a>&lt;A, B&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.Intersection.html\" title=\"struct tantivy_fst::automaton::Intersection\">Intersection</a>&lt;A, B&gt;"],["impl&lt;A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/automaton/struct.Complement.html\" title=\"struct tantivy_fst::automaton::Complement\">Complement</a>&lt;A&gt;"],["impl&lt;'f&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Node.html\" title=\"struct tantivy_fst::raw::Node\">Node</a>&lt;'f&gt;"],["impl Clone for <a class=\"struct\" href=\"tantivy_fst/raw/struct.IndexedValue.html\" title=\"struct tantivy_fst::raw::IndexedValue\">IndexedValue</a>"],["impl&lt;'f, A:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tantivy_fst/raw/struct.StreamWithState.html\" title=\"struct tantivy_fst::raw::StreamWithState\">StreamWithState</a>&lt;'f, A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: <a class=\"trait\" href=\"tantivy_fst/automaton/trait.Automaton.html\" title=\"trait tantivy_fst::automaton::Automaton\">Automaton</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"tantivy_fst/automaton/trait.Automaton.html#associatedtype.State\" title=\"type tantivy_fst::automaton::Automaton::State\">State</a>: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Output.html\" title=\"struct tantivy_fst::raw::Output\">Output</a>"],["impl Clone for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Transition.html\" title=\"struct tantivy_fst::raw::Transition\">Transition</a>"]],
"tantivy_query_grammar":[["impl Clone for <a class=\"enum\" href=\"tantivy_query_grammar/enum.Occur.html\" title=\"enum tantivy_query_grammar::Occur\">Occur</a>"]],
"teaclave_attestation":[["impl Clone for <a class=\"enum\" href=\"teaclave_attestation/enum.AttestationConfig.html\" title=\"enum teaclave_attestation::AttestationConfig\">AttestationConfig</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_attestation/struct.AttestationServiceConfig.html\" title=\"struct teaclave_attestation::AttestationServiceConfig\">AttestationServiceConfig</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_attestation/verifier/struct.AttestationReportVerifier.html\" title=\"struct teaclave_attestation::verifier::AttestationReportVerifier\">AttestationReportVerifier</a>"]],
"teaclave_config":[["impl Clone for <a class=\"struct\" href=\"teaclave_config/struct.RuntimeConfig.html\" title=\"struct teaclave_config::RuntimeConfig\">RuntimeConfig</a>"]],
"teaclave_crypto":[["impl Clone for <a class=\"struct\" href=\"teaclave_crypto/struct.AesGcm256Key.html\" title=\"struct teaclave_crypto::AesGcm256Key\">AesGcm256Key</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_crypto/struct.AesGcm128Key.html\" title=\"struct teaclave_crypto::AesGcm128Key\">AesGcm128Key</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_crypto/struct.TeaclaveFile128Key.html\" title=\"struct teaclave_crypto::TeaclaveFile128Key\">TeaclaveFile128Key</a>"]],
"teaclave_proto":[["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common/enum.ExecutorStatus.html\" title=\"enum teaclave_proto::teaclave_common::ExecutorStatus\">ExecutorStatus</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common/enum.ExecutorCommand.html\" title=\"enum teaclave_proto::teaclave_common::ExecutorCommand\">ExecutorCommand</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_storage_service/enum.TeaclaveStorageRequest.html\" title=\"enum teaclave_proto::teaclave_storage_service::TeaclaveStorageRequest\">TeaclaveStorageRequest</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_storage_service/enum.TeaclaveStorageResponse.html\" title=\"enum teaclave_proto::teaclave_storage_service::TeaclaveStorageResponse\">TeaclaveStorageResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserRegisterRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserRegisterRequest\">UserRegisterRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserUpdateRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserUpdateRequest\">UserUpdateRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserLoginRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserLoginRequest\">UserLoginRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserLoginResponse.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserLoginResponse\">UserLoginResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserAuthenticateRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserAuthenticateRequest\">UserAuthenticateRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserAuthClaims.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserAuthClaims\">UserAuthClaims</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserAuthenticateResponse.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserAuthenticateResponse\">UserAuthenticateResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.ListUsersRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::ListUsersRequest\">ListUsersRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.ListUsersResponse.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::ListUsersResponse\">ListUsersResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.ResetUserPasswordRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::ResetUserPasswordRequest\">ResetUserPasswordRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.ResetUserPasswordResponse.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::ResetUserPasswordResponse\">ResetUserPasswordResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.UserChangePasswordRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::UserChangePasswordRequest\">UserChangePasswordRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/struct.DeleteUserRequest.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::DeleteUserRequest\">DeleteUserRequest</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_api_client/struct.TeaclaveAuthenticationApiClient.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_api_client::TeaclaveAuthenticationApiClient\">TeaclaveAuthenticationApiClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_internal_client/struct.TeaclaveAuthenticationInternalClient.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_internal_client::TeaclaveAuthenticationInternalClient\">TeaclaveAuthenticationInternalClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_api_server/trait.TeaclaveAuthenticationApi.html\" title=\"trait teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_api_server::TeaclaveAuthenticationApi\">TeaclaveAuthenticationApi</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_api_server/struct.TeaclaveAuthenticationApiServer.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_api_server::TeaclaveAuthenticationApiServer\">TeaclaveAuthenticationApiServer</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_internal_server/trait.TeaclaveAuthenticationInternal.html\" title=\"trait teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_internal_server::TeaclaveAuthenticationInternal\">TeaclaveAuthenticationInternal</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_authentication_service_proto/teaclave_authentication_internal_server/struct.TeaclaveAuthenticationInternalServer.html\" title=\"struct teaclave_proto::teaclave_authentication_service_proto::teaclave_authentication_internal_server::TeaclaveAuthenticationInternalServer\">TeaclaveAuthenticationInternalServer</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.UserCredential.html\" title=\"struct teaclave_proto::teaclave_common_proto::UserCredential\">UserCredential</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.FileCryptoInfo.html\" title=\"struct teaclave_proto::teaclave_common_proto::FileCryptoInfo\">FileCryptoInfo</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.TaskOutputs.html\" title=\"struct teaclave_proto::teaclave_common_proto::TaskOutputs\">TaskOutputs</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.TaskFailure.html\" title=\"struct teaclave_proto::teaclave_common_proto::TaskFailure\">TaskFailure</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.TaskResult.html\" title=\"struct teaclave_proto::teaclave_common_proto::TaskResult\">TaskResult</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/task_result/enum.Result.html\" title=\"enum teaclave_proto::teaclave_common_proto::task_result::Result\">Result</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_common_proto/struct.Entry.html\" title=\"struct teaclave_proto::teaclave_common_proto::Entry\">Entry</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.TaskStatus.html\" title=\"enum teaclave_proto::teaclave_common_proto::TaskStatus\">TaskStatus</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.ExecutorStatus.html\" title=\"enum teaclave_proto::teaclave_common_proto::ExecutorStatus\">ExecutorStatus</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.ExecutorCommand.html\" title=\"enum teaclave_proto::teaclave_common_proto::ExecutorCommand\">ExecutorCommand</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.GetRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::GetRequest\">GetRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.GetResponse.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::GetResponse\">GetResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.PutRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::PutRequest\">PutRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.DeleteRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::DeleteRequest\">DeleteRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.EnqueueRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::EnqueueRequest\">EnqueueRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.DequeueRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::DequeueRequest\">DequeueRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.DequeueResponse.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::DequeueResponse\">DequeueResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.GetKeysByPrefixRequest.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::GetKeysByPrefixRequest\">GetKeysByPrefixRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/struct.GetKeysByPrefixResponse.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::GetKeysByPrefixResponse\">GetKeysByPrefixResponse</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/teaclave_storage_client/struct.TeaclaveStorageClient.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::teaclave_storage_client::TeaclaveStorageClient\">TeaclaveStorageClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_storage_service_proto/teaclave_storage_server/trait.TeaclaveStorage.html\" title=\"trait teaclave_proto::teaclave_storage_service_proto::teaclave_storage_server::TeaclaveStorage\">TeaclaveStorage</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_storage_service_proto/teaclave_storage_server/struct.TeaclaveStorageServer.html\" title=\"struct teaclave_proto::teaclave_storage_service_proto::teaclave_storage_server::TeaclaveStorageServer\">TeaclaveStorageServer</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterInputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterInputFileRequest\">RegisterInputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterInputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterInputFileResponse\">RegisterInputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateInputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateInputFileRequest\">UpdateInputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateInputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateInputFileResponse\">UpdateInputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterOutputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterOutputFileRequest\">RegisterOutputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterOutputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterOutputFileResponse\">RegisterOutputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateOutputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateOutputFileRequest\">UpdateOutputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateOutputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateOutputFileResponse\">UpdateOutputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterFusionOutputRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterFusionOutputRequest\">RegisterFusionOutputRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterFusionOutputResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterFusionOutputResponse\">RegisterFusionOutputResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterInputFromOutputRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterInputFromOutputRequest\">RegisterInputFromOutputRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterInputFromOutputResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterInputFromOutputResponse\">RegisterInputFromOutputResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetOutputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetOutputFileRequest\">GetOutputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetOutputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetOutputFileResponse\">GetOutputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetInputFileRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetInputFileRequest\">GetInputFileRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetInputFileResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetInputFileResponse\">GetInputFileResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.FunctionInput.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::FunctionInput\">FunctionInput</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.FunctionOutput.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::FunctionOutput\">FunctionOutput</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.FunctionArgument.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::FunctionArgument\">FunctionArgument</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.OwnerList.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::OwnerList\">OwnerList</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterFunctionRequest\">RegisterFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.RegisterFunctionResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::RegisterFunctionResponse\">RegisterFunctionResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateFunctionRequest\">UpdateFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.UpdateFunctionResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::UpdateFunctionResponse\">UpdateFunctionResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetFunctionRequest\">GetFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetFunctionResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetFunctionResponse\">GetFunctionResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetFunctionUsageStatsRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetFunctionUsageStatsRequest\">GetFunctionUsageStatsRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetFunctionUsageStatsResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetFunctionUsageStatsResponse\">GetFunctionUsageStatsResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.DeleteFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::DeleteFunctionRequest\">DeleteFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.DisableFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::DisableFunctionRequest\">DisableFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.ListFunctionsRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::ListFunctionsRequest\">ListFunctionsRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.ListFunctionsResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::ListFunctionsResponse\">ListFunctionsResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.DataMap.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::DataMap\">DataMap</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.CreateTaskRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::CreateTaskRequest\">CreateTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.CreateTaskResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::CreateTaskResponse\">CreateTaskResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetTaskRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetTaskRequest\">GetTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.GetTaskResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::GetTaskResponse\">GetTaskResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.AssignDataRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::AssignDataRequest\">AssignDataRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.ApproveTaskRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::ApproveTaskRequest\">ApproveTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.InvokeTaskRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::InvokeTaskRequest\">InvokeTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.CancelTaskRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::CancelTaskRequest\">CancelTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.QueryAuditLogsRequest.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::QueryAuditLogsRequest\">QueryAuditLogsRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/struct.QueryAuditLogsResponse.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::QueryAuditLogsResponse\">QueryAuditLogsResponse</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/teaclave_frontend_client/struct.TeaclaveFrontendClient.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::teaclave_frontend_client::TeaclaveFrontendClient\">TeaclaveFrontendClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_frontend_service_proto/teaclave_frontend_server/trait.TeaclaveFrontend.html\" title=\"trait teaclave_proto::teaclave_frontend_service_proto::teaclave_frontend_server::TeaclaveFrontend\">TeaclaveFrontend</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_frontend_service_proto/teaclave_frontend_server/struct.TeaclaveFrontendServer.html\" title=\"struct teaclave_proto::teaclave_frontend_service_proto::teaclave_frontend_server::TeaclaveFrontendServer\">TeaclaveFrontendServer</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_management_service_proto/struct.SaveLogsRequest.html\" title=\"struct teaclave_proto::teaclave_management_service_proto::SaveLogsRequest\">SaveLogsRequest</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_management_service_proto/teaclave_management_client/struct.TeaclaveManagementClient.html\" title=\"struct teaclave_proto::teaclave_management_service_proto::teaclave_management_client::TeaclaveManagementClient\">TeaclaveManagementClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_management_service_proto/teaclave_management_server/trait.TeaclaveManagement.html\" title=\"trait teaclave_proto::teaclave_management_service_proto::teaclave_management_server::TeaclaveManagement\">TeaclaveManagement</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_management_service_proto/teaclave_management_server/struct.TeaclaveManagementServer.html\" title=\"struct teaclave_proto::teaclave_management_service_proto::teaclave_management_server::TeaclaveManagementServer\">TeaclaveManagementServer</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeDataRequest.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeDataRequest\">AuthorizeDataRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeDataResponse.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeDataResponse\">AuthorizeDataResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeFunctionRequest.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeFunctionRequest\">AuthorizeFunctionRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeFunctionResponse.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeFunctionResponse\">AuthorizeFunctionResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeTaskRequest.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeTaskRequest\">AuthorizeTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeTaskResponse.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeTaskResponse\">AuthorizeTaskResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeStagedTaskRequest.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeStagedTaskRequest\">AuthorizeStagedTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/struct.AuthorizeStagedTaskResponse.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::AuthorizeStagedTaskResponse\">AuthorizeStagedTaskResponse</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/teaclave_access_control_client/struct.TeaclaveAccessControlClient.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::teaclave_access_control_client::TeaclaveAccessControlClient\">TeaclaveAccessControlClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_access_control_service_proto/teaclave_access_control_server/trait.TeaclaveAccessControl.html\" title=\"trait teaclave_proto::teaclave_access_control_service_proto::teaclave_access_control_server::TeaclaveAccessControl\">TeaclaveAccessControl</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_access_control_service_proto/teaclave_access_control_server/struct.TeaclaveAccessControlServer.html\" title=\"struct teaclave_proto::teaclave_access_control_service_proto::teaclave_access_control_server::TeaclaveAccessControlServer\">TeaclaveAccessControlServer</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.SubscribeResponse.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::SubscribeResponse\">SubscribeResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.HeartbeatRequest.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::HeartbeatRequest\">HeartbeatRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.HeartbeatResponse.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::HeartbeatResponse\">HeartbeatResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.PullTaskRequest.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::PullTaskRequest\">PullTaskRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.PullTaskResponse.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::PullTaskResponse\">PullTaskResponse</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.UpdateTaskStatusRequest.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::UpdateTaskStatusRequest\">UpdateTaskStatusRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.UpdateTaskResultRequest.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::UpdateTaskResultRequest\">UpdateTaskResultRequest</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/struct.PublishTaskRequest.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::PublishTaskRequest\">PublishTaskRequest</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/teaclave_scheduler_client/struct.TeaclaveSchedulerClient.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::teaclave_scheduler_client::TeaclaveSchedulerClient\">TeaclaveSchedulerClient</a>&lt;T&gt;"],["impl&lt;T:&nbsp;<a class=\"trait\" href=\"teaclave_proto/teaclave_scheduler_service_proto/teaclave_scheduler_server/trait.TeaclaveScheduler.html\" title=\"trait teaclave_proto::teaclave_scheduler_service_proto::teaclave_scheduler_server::TeaclaveScheduler\">TeaclaveScheduler</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_proto/teaclave_scheduler_service_proto/teaclave_scheduler_server/struct.TeaclaveSchedulerServer.html\" title=\"struct teaclave_proto::teaclave_scheduler_service_proto::teaclave_scheduler_server::TeaclaveSchedulerServer\">TeaclaveSchedulerServer</a>&lt;T&gt;"]],
"teaclave_rpc":[["impl Clone for <a class=\"struct\" href=\"teaclave_rpc/config/struct.SgxTrustedTlsServerConfig.html\" title=\"struct teaclave_rpc::config::SgxTrustedTlsServerConfig\">SgxTrustedTlsServerConfig</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_rpc/interceptor/struct.UserCredential.html\" title=\"struct teaclave_rpc::interceptor::UserCredential\">UserCredential</a>"]],
"teaclave_types":[["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.EnclaveMeasurement.html\" title=\"struct teaclave_types::EnclaveMeasurement\">EnclaveMeasurement</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.EnclaveAttr.html\" title=\"struct teaclave_types::EnclaveAttr\">EnclaveAttr</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Entry.html\" title=\"struct teaclave_types::Entry\">Entry</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.EntryBuilder.html\" title=\"struct teaclave_types::EntryBuilder\">EntryBuilder</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FileAuthTag.html\" title=\"struct teaclave_types::FileAuthTag\">FileAuthTag</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.FileCrypto.html\" title=\"enum teaclave_types::FileCrypto\">FileCrypto</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TeaclaveInputFile.html\" title=\"struct teaclave_types::TeaclaveInputFile\">TeaclaveInputFile</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TeaclaveOutputFile.html\" title=\"struct teaclave_types::TeaclaveOutputFile\">TeaclaveOutputFile</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.HandleFileInfo.html\" title=\"struct teaclave_types::HandleFileInfo\">HandleFileInfo</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionArgument.html\" title=\"struct teaclave_types::FunctionArgument\">FunctionArgument</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.StagedFileInfo.html\" title=\"struct teaclave_types::StagedFileInfo\">StagedFileInfo</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.StagedFiles.html\" title=\"struct teaclave_types::StagedFiles\">StagedFiles</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionArguments.html\" title=\"struct teaclave_types::FunctionArguments\">FunctionArguments</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionInputFiles.html\" title=\"struct teaclave_types::FunctionInputFiles\">FunctionInputFiles</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionOutputFiles.html\" title=\"struct teaclave_types::FunctionOutputFiles\">FunctionOutputFiles</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionInputFile.html\" title=\"struct teaclave_types::FunctionInputFile\">FunctionInputFile</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.FunctionOutputFile.html\" title=\"struct teaclave_types::FunctionOutputFile\">FunctionOutputFile</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.UserID.html\" title=\"struct teaclave_types::UserID\">UserID</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.OwnerList.html\" title=\"struct teaclave_types::OwnerList\">OwnerList</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.TaskStatus.html\" title=\"enum teaclave_types::TaskStatus\">TaskStatus</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.OutputsTags.html\" title=\"struct teaclave_types::OutputsTags\">OutputsTags</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TaskOutputs.html\" title=\"struct teaclave_types::TaskOutputs\">TaskOutputs</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TaskFailure.html\" title=\"struct teaclave_types::TaskFailure\">TaskFailure</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.ExternalID.html\" title=\"struct teaclave_types::ExternalID\">ExternalID</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.TaskResult.html\" title=\"enum teaclave_types::TaskResult\">TaskResult</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TaskFileOwners.html\" title=\"struct teaclave_types::TaskFileOwners\">TaskFileOwners</a>"],["impl&lt;T:&nbsp;Clone + Clone&gt; Clone for <a class=\"struct\" href=\"teaclave_types/struct.TaskFiles.html\" title=\"struct teaclave_types::TaskFiles\">TaskFiles</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.TaskState.html\" title=\"struct teaclave_types::TaskState\">TaskState</a>"],["impl&lt;S:&nbsp;Clone + <a class=\"trait\" href=\"teaclave_types/trait.StateTag.html\" title=\"trait teaclave_types::StateTag\">StateTag</a>&gt; Clone for <a class=\"struct\" href=\"teaclave_types/struct.Task.html\" title=\"struct teaclave_types::Task\">Task</a>&lt;S&gt;"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Create.html\" title=\"struct teaclave_types::Create\">Create</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Assign.html\" title=\"struct teaclave_types::Assign\">Assign</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Approve.html\" title=\"struct teaclave_types::Approve\">Approve</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Stage.html\" title=\"struct teaclave_types::Stage\">Stage</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Run.html\" title=\"struct teaclave_types::Run\">Run</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Finish.html\" title=\"struct teaclave_types::Finish\">Finish</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Done.html\" title=\"struct teaclave_types::Done\">Done</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Cancel.html\" title=\"struct teaclave_types::Cancel\">Cancel</a>"],["impl Clone for <a class=\"struct\" href=\"teaclave_types/struct.Fail.html\" title=\"struct teaclave_types::Fail\">Fail</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.UserRole.html\" title=\"enum teaclave_types::UserRole\">UserRole</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.ExecutorType.html\" title=\"enum teaclave_types::ExecutorType\">ExecutorType</a>"],["impl Clone for <a class=\"enum\" href=\"teaclave_types/enum.Executor.html\" title=\"enum teaclave_types::Executor\">Executor</a>"]],
"time":[["impl Clone for <a class=\"struct\" href=\"time/struct.Date.html\" title=\"struct time::Date\">Date</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.Duration.html\" title=\"struct time::Duration\">Duration</a>"],["impl Clone for <a class=\"struct\" href=\"time/error/struct.ComponentRange.html\" title=\"struct time::error::ComponentRange\">ComponentRange</a>"],["impl Clone for <a class=\"struct\" href=\"time/error/struct.ConversionRange.html\" title=\"struct time::error::ConversionRange\">ConversionRange</a>"],["impl Clone for <a class=\"struct\" href=\"time/error/struct.DifferentVariant.html\" title=\"struct time::error::DifferentVariant\">DifferentVariant</a>"],["impl Clone for <a class=\"enum\" href=\"time/error/enum.InvalidFormatDescription.html\" title=\"enum time::error::InvalidFormatDescription\">InvalidFormatDescription</a>"],["impl Clone for <a class=\"struct\" href=\"time/error/struct.InvalidVariant.html\" title=\"struct time::error::InvalidVariant\">InvalidVariant</a>"],["impl Clone for <a class=\"enum\" href=\"time/error/enum.Parse.html\" title=\"enum time::error::Parse\">Parse</a>"],["impl Clone for <a class=\"enum\" href=\"time/error/enum.ParseFromDescription.html\" title=\"enum time::error::ParseFromDescription\">ParseFromDescription</a>"],["impl Clone for <a class=\"enum\" href=\"time/error/enum.TryFromParsed.html\" title=\"enum time::error::TryFromParsed\">TryFromParsed</a>"],["impl&lt;'a&gt; Clone for <a class=\"enum\" href=\"time/format_description/enum.FormatItem.html\" title=\"enum time::format_description::FormatItem\">BorrowedFormatItem</a>&lt;'a&gt;"],["impl Clone for <a class=\"enum\" href=\"time/format_description/enum.Component.html\" title=\"enum time::format_description::Component\">Component</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Day.html\" title=\"struct time::format_description::modifier::Day\">Day</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.MonthRepr.html\" title=\"enum time::format_description::modifier::MonthRepr\">MonthRepr</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Month.html\" title=\"struct time::format_description::modifier::Month\">Month</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Ordinal.html\" title=\"struct time::format_description::modifier::Ordinal\">Ordinal</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.WeekdayRepr.html\" title=\"enum time::format_description::modifier::WeekdayRepr\">WeekdayRepr</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Weekday.html\" title=\"struct time::format_description::modifier::Weekday\">Weekday</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.WeekNumberRepr.html\" title=\"enum time::format_description::modifier::WeekNumberRepr\">WeekNumberRepr</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.WeekNumber.html\" title=\"struct time::format_description::modifier::WeekNumber\">WeekNumber</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.YearRepr.html\" title=\"enum time::format_description::modifier::YearRepr\">YearRepr</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Year.html\" title=\"struct time::format_description::modifier::Year\">Year</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Hour.html\" title=\"struct time::format_description::modifier::Hour\">Hour</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Minute.html\" title=\"struct time::format_description::modifier::Minute\">Minute</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Period.html\" title=\"struct time::format_description::modifier::Period\">Period</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Second.html\" title=\"struct time::format_description::modifier::Second\">Second</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.SubsecondDigits.html\" title=\"enum time::format_description::modifier::SubsecondDigits\">SubsecondDigits</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Subsecond.html\" title=\"struct time::format_description::modifier::Subsecond\">Subsecond</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetHour.html\" title=\"struct time::format_description::modifier::OffsetHour\">OffsetHour</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetMinute.html\" title=\"struct time::format_description::modifier::OffsetMinute\">OffsetMinute</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetSecond.html\" title=\"struct time::format_description::modifier::OffsetSecond\">OffsetSecond</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.Padding.html\" title=\"enum time::format_description::modifier::Padding\">Padding</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.Ignore.html\" title=\"struct time::format_description::modifier::Ignore\">Ignore</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/modifier/enum.UnixTimestampPrecision.html\" title=\"enum time::format_description::modifier::UnixTimestampPrecision\">UnixTimestampPrecision</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/modifier/struct.UnixTimestamp.html\" title=\"struct time::format_description::modifier::UnixTimestamp\">UnixTimestamp</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/enum.OwnedFormatItem.html\" title=\"enum time::format_description::OwnedFormatItem\">OwnedFormatItem</a>"],["impl&lt;const CONFIG:&nbsp;<a class=\"type\" href=\"time/format_description/well_known/iso8601/type.EncodedConfig.html\" title=\"type time::format_description::well_known::iso8601::EncodedConfig\">EncodedConfig</a>&gt; Clone for <a class=\"struct\" href=\"time/format_description/well_known/struct.Iso8601.html\" title=\"struct time::format_description::well_known::Iso8601\">Iso8601</a>&lt;CONFIG&gt;"],["impl Clone for <a class=\"enum\" href=\"time/format_description/well_known/iso8601/enum.FormattedComponents.html\" title=\"enum time::format_description::well_known::iso8601::FormattedComponents\">FormattedComponents</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/well_known/iso8601/enum.DateKind.html\" title=\"enum time::format_description::well_known::iso8601::DateKind\">DateKind</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/well_known/iso8601/enum.TimePrecision.html\" title=\"enum time::format_description::well_known::iso8601::TimePrecision\">TimePrecision</a>"],["impl Clone for <a class=\"enum\" href=\"time/format_description/well_known/iso8601/enum.OffsetPrecision.html\" title=\"enum time::format_description::well_known::iso8601::OffsetPrecision\">OffsetPrecision</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/well_known/struct.Rfc2822.html\" title=\"struct time::format_description::well_known::Rfc2822\">Rfc2822</a>"],["impl Clone for <a class=\"struct\" href=\"time/format_description/well_known/struct.Rfc3339.html\" title=\"struct time::format_description::well_known::Rfc3339\">Rfc3339</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.Instant.html\" title=\"struct time::Instant\">Instant</a>"],["impl Clone for <a class=\"enum\" href=\"time/enum.Month.html\" title=\"enum time::Month\">Month</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.OffsetDateTime.html\" title=\"struct time::OffsetDateTime\">OffsetDateTime</a>"],["impl Clone for <a class=\"struct\" href=\"time/parsing/struct.Parsed.html\" title=\"struct time::parsing::Parsed\">Parsed</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.PrimitiveDateTime.html\" title=\"struct time::PrimitiveDateTime\">PrimitiveDateTime</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.Time.html\" title=\"struct time::Time\">Time</a>"],["impl Clone for <a class=\"struct\" href=\"time/struct.UtcOffset.html\" title=\"struct time::UtcOffset\">UtcOffset</a>"],["impl Clone for <a class=\"enum\" href=\"time/enum.Weekday.html\" title=\"enum time::Weekday\">Weekday</a>"]],
"time_core":[["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Nanosecond.html\" title=\"struct time_core::convert::Nanosecond\">Nanosecond</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Microsecond.html\" title=\"struct time_core::convert::Microsecond\">Microsecond</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Millisecond.html\" title=\"struct time_core::convert::Millisecond\">Millisecond</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Second.html\" title=\"struct time_core::convert::Second\">Second</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Minute.html\" title=\"struct time_core::convert::Minute\">Minute</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Hour.html\" title=\"struct time_core::convert::Hour\">Hour</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Day.html\" title=\"struct time_core::convert::Day\">Day</a>"],["impl Clone for <a class=\"struct\" href=\"time_core/convert/struct.Week.html\" title=\"struct time_core::convert::Week\">Week</a>"]],
"tinyvec":[["impl&lt;A&gt; Clone for <a class=\"struct\" href=\"tinyvec/struct.ArrayVec.html\" title=\"struct tinyvec::ArrayVec\">ArrayVec</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: <a class=\"trait\" href=\"tinyvec/trait.Array.html\" title=\"trait tinyvec::Array\">Array</a> + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"tinyvec/trait.Array.html#associatedtype.Item\" title=\"type tinyvec::Array::Item\">Item</a>: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"tinyvec/struct.TryFromSliceError.html\" title=\"struct tinyvec::TryFromSliceError\">TryFromSliceError</a>"],["impl&lt;A&gt; Clone for <a class=\"enum\" href=\"tinyvec/enum.TinyVec.html\" title=\"enum tinyvec::TinyVec\">TinyVec</a>&lt;A&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: <a class=\"trait\" href=\"tinyvec/trait.Array.html\" title=\"trait tinyvec::Array\">Array</a> + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"tinyvec/trait.Array.html#associatedtype.Item\" title=\"type tinyvec::Array::Item\">Item</a>: Clone,</span>"]],
"tokio":[["impl Clone for <a class=\"struct\" href=\"tokio/io/struct.Interest.html\" title=\"struct tokio::io::Interest\">Interest</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/io/struct.Ready.html\" title=\"struct tokio::io::Ready\">Ready</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/net/unix/struct.UCred.html\" title=\"struct tokio::net::unix::UCred\">UCred</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/runtime/struct.Handle.html\" title=\"struct tokio::runtime::Handle\">Handle</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/sync/struct.BarrierWaitResult.html\" title=\"struct tokio::sync::BarrierWaitResult\">BarrierWaitResult</a>"],["impl Clone for <a class=\"enum\" href=\"tokio/sync/broadcast/error/enum.RecvError.html\" title=\"enum tokio::sync::broadcast::error::RecvError\">RecvError</a>"],["impl Clone for <a class=\"enum\" href=\"tokio/sync/broadcast/error/enum.TryRecvError.html\" title=\"enum tokio::sync::broadcast::error::TryRecvError\">TryRecvError</a>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/broadcast/struct.Sender.html\" title=\"struct tokio::sync::broadcast::Sender\">Sender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/mpsc/struct.Sender.html\" title=\"struct tokio::sync::mpsc::Sender\">Sender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/mpsc/struct.WeakSender.html\" title=\"struct tokio::sync::mpsc::WeakSender\">WeakSender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/mpsc/struct.UnboundedSender.html\" title=\"struct tokio::sync::mpsc::UnboundedSender\">UnboundedSender</a>&lt;T&gt;"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/mpsc/struct.WeakUnboundedSender.html\" title=\"struct tokio::sync::mpsc::WeakUnboundedSender\">WeakUnboundedSender</a>&lt;T&gt;"],["impl Clone for <a class=\"enum\" href=\"tokio/sync/mpsc/error/enum.TryRecvError.html\" title=\"enum tokio::sync::mpsc::error::TryRecvError\">TryRecvError</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/sync/oneshot/error/struct.RecvError.html\" title=\"struct tokio::sync::oneshot::error::RecvError\">RecvError</a>"],["impl Clone for <a class=\"enum\" href=\"tokio/sync/oneshot/error/enum.TryRecvError.html\" title=\"enum tokio::sync::oneshot::error::TryRecvError\">TryRecvError</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tokio/sync/struct.OnceCell.html\" title=\"struct tokio::sync::OnceCell\">OnceCell</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tokio/sync/watch/error/struct.RecvError.html\" title=\"struct tokio::sync::watch::error::RecvError\">RecvError</a>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio/sync/watch/struct.Receiver.html\" title=\"struct tokio::sync::watch::Receiver\">Receiver</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tokio/time/error/struct.Error.html\" title=\"struct tokio::time::error::Error\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"tokio/time/struct.Instant.html\" title=\"struct tokio::time::Instant\">Instant</a>"],["impl Clone for <a class=\"enum\" href=\"tokio/time/enum.MissedTickBehavior.html\" title=\"enum tokio::time::MissedTickBehavior\">MissedTickBehavior</a>"]],
"tokio_rustls":[["impl Clone for <a class=\"struct\" href=\"tokio_rustls/struct.TlsConnector.html\" title=\"struct tokio_rustls::TlsConnector\">TlsConnector</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_rustls/struct.TlsAcceptor.html\" title=\"struct tokio_rustls::TlsAcceptor\">TlsAcceptor</a>"]],
"tokio_util":[["impl Clone for <a class=\"struct\" href=\"tokio_util/codec/struct.BytesCodec.html\" title=\"struct tokio_util::codec::BytesCodec\">BytesCodec</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_util/codec/length_delimited/struct.Builder.html\" title=\"struct tokio_util::codec::length_delimited::Builder\">Builder</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_util/codec/length_delimited/struct.LengthDelimitedCodec.html\" title=\"struct tokio_util::codec::length_delimited::LengthDelimitedCodec\">LengthDelimitedCodec</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_util/codec/struct.LinesCodec.html\" title=\"struct tokio_util::codec::LinesCodec\">LinesCodec</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_util/codec/struct.AnyDelimiterCodec.html\" title=\"struct tokio_util::codec::AnyDelimiterCodec\">AnyDelimiterCodec</a>"],["impl Clone for <a class=\"struct\" href=\"tokio_util/sync/struct.CancellationToken.html\" title=\"struct tokio_util::sync::CancellationToken\">CancellationToken</a>"],["impl&lt;T&gt; Clone for <a class=\"struct\" href=\"tokio_util/sync/struct.PollSender.html\" title=\"struct tokio_util::sync::PollSender\">PollSender</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tokio_util/sync/struct.PollSemaphore.html\" title=\"struct tokio_util::sync::PollSemaphore\">PollSemaphore</a>"],["impl&lt;L:&nbsp;Clone, R:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"tokio_util/either/enum.Either.html\" title=\"enum tokio_util::either::Either\">Either</a>&lt;L, R&gt;"]],
"toml":[["impl Clone for <a class=\"struct\" href=\"toml/map/struct.Map.html\" title=\"struct toml::map::Map\">Map</a>&lt;String, <a class=\"enum\" href=\"toml/value/enum.Value.html\" title=\"enum toml::value::Value\">Value</a>&gt;"],["impl Clone for <a class=\"enum\" href=\"toml/value/enum.Value.html\" title=\"enum toml::value::Value\">Value</a>"],["impl Clone for <a class=\"struct\" href=\"toml/value/struct.Datetime.html\" title=\"struct toml::value::Datetime\">Datetime</a>"],["impl Clone for <a class=\"struct\" href=\"toml/value/struct.DatetimeParseError.html\" title=\"struct toml::value::DatetimeParseError\">DatetimeParseError</a>"],["impl Clone for <a class=\"struct\" href=\"toml/value/struct.Date.html\" title=\"struct toml::value::Date\">Date</a>"],["impl Clone for <a class=\"struct\" href=\"toml/value/struct.Time.html\" title=\"struct toml::value::Time\">Time</a>"],["impl Clone for <a class=\"enum\" href=\"toml/value/enum.Offset.html\" title=\"enum toml::value::Offset\">Offset</a>"],["impl Clone for <a class=\"enum\" href=\"toml/ser/enum.Error.html\" title=\"enum toml::ser::Error\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"toml/de/struct.Error.html\" title=\"struct toml::de::Error\">Error</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"toml/struct.Spanned.html\" title=\"struct toml::Spanned\">Spanned</a>&lt;T&gt;"]],
"tonic":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/client/struct.Grpc.html\" title=\"struct tonic::client::Grpc\">Grpc</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tonic/codec/struct.EnabledCompressionEncodings.html\" title=\"struct tonic::codec::EnabledCompressionEncodings\">EnabledCompressionEncodings</a>"],["impl Clone for <a class=\"enum\" href=\"tonic/codec/enum.CompressionEncoding.html\" title=\"enum tonic::codec::CompressionEncoding\">CompressionEncoding</a>"],["impl&lt;T:&nbsp;Clone, U:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/codec/struct.ProstCodec.html\" title=\"struct tonic::codec::ProstCodec\">ProstCodec</a>&lt;T, U&gt;"],["impl&lt;VE:&nbsp;Clone + ValueEncoding&gt; Clone for <a class=\"struct\" href=\"tonic/metadata/struct.MetadataKey.html\" title=\"struct tonic::metadata::MetadataKey\">MetadataKey</a>&lt;VE&gt;"],["impl Clone for <a class=\"struct\" href=\"tonic/metadata/struct.MetadataMap.html\" title=\"struct tonic::metadata::MetadataMap\">MetadataMap</a>"],["impl&lt;VE:&nbsp;Clone + ValueEncoding&gt; Clone for <a class=\"struct\" href=\"tonic/metadata/struct.MetadataValue.html\" title=\"struct tonic::metadata::MetadataValue\">MetadataValue</a>&lt;VE&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/service/interceptor/struct.InterceptorLayer.html\" title=\"struct tonic::service::interceptor::InterceptorLayer\">InterceptorLayer</a>&lt;F&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/service/interceptor/struct.InterceptedService.html\" title=\"struct tonic::service::interceptor::InterceptedService\">InterceptedService</a>&lt;S, F&gt;"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/channel/struct.Endpoint.html\" title=\"struct tonic::transport::channel::Endpoint\">Endpoint</a>"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/channel/struct.ClientTlsConfig.html\" title=\"struct tonic::transport::channel::ClientTlsConfig\">ClientTlsConfig</a>"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/struct.Channel.html\" title=\"struct tonic::transport::Channel\">Channel</a>"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/server/struct.TcpConnectInfo.html\" title=\"struct tonic::transport::server::TcpConnectInfo\">TcpConnectInfo</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/transport/server/struct.TlsConnectInfo.html\" title=\"struct tonic::transport::server::TlsConnectInfo\">TlsConnectInfo</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/server/struct.ServerTlsConfig.html\" title=\"struct tonic::transport::server::ServerTlsConfig\">ServerTlsConfig</a>"],["impl&lt;L:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/transport/struct.Server.html\" title=\"struct tonic::transport::Server\">Server</a>&lt;L&gt;"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tonic/transport/server/struct.RouterService.html\" title=\"struct tonic::transport::server::RouterService\">RouterService</a>&lt;S&gt;"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/struct.Certificate.html\" title=\"struct tonic::transport::Certificate\">Certificate</a>"],["impl Clone for <a class=\"struct\" href=\"tonic/transport/struct.Identity.html\" title=\"struct tonic::transport::Identity\">Identity</a>"],["impl Clone for <a class=\"enum\" href=\"tonic/enum.Code.html\" title=\"enum tonic::Code\">Code</a>"]],
"tower":[["impl&lt;D, Req&gt; Clone for <a class=\"struct\" href=\"tower/balance/p2c/struct.MakeBalanceLayer.html\" title=\"struct tower::balance::p2c::MakeBalanceLayer\">MakeBalanceLayer</a>&lt;D, Req&gt;"],["impl&lt;S, Req&gt; Clone for <a class=\"struct\" href=\"tower/balance/p2c/struct.MakeBalance.html\" title=\"struct tower::balance::p2c::MakeBalance\">MakeBalance</a>&lt;S, Req&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"tower/balance/pool/struct.Builder.html\" title=\"struct tower::balance::pool::Builder\">Builder</a>"],["impl&lt;Request&gt; Clone for <a class=\"struct\" href=\"tower/buffer/struct.BufferLayer.html\" title=\"struct tower::buffer::BufferLayer\">BufferLayer</a>&lt;Request&gt;"],["impl&lt;T, Request&gt; Clone for <a class=\"struct\" href=\"tower/buffer/struct.Buffer.html\" title=\"struct tower::buffer::Buffer\">Buffer</a>&lt;T, Request&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"tower/trait.Service.html\" title=\"trait tower::Service\">Service</a>&lt;Request&gt;,</span>"],["impl Clone for <a class=\"struct\" href=\"tower/limit/concurrency/struct.ConcurrencyLimitLayer.html\" title=\"struct tower::limit::concurrency::ConcurrencyLimitLayer\">ConcurrencyLimitLayer</a>"],["impl Clone for <a class=\"struct\" href=\"tower/limit/concurrency/struct.GlobalConcurrencyLimitLayer.html\" title=\"struct tower::limit::concurrency::GlobalConcurrencyLimitLayer\">GlobalConcurrencyLimitLayer</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/limit/concurrency/struct.ConcurrencyLimit.html\" title=\"struct tower::limit::concurrency::ConcurrencyLimit\">ConcurrencyLimit</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tower/limit/rate/struct.RateLimitLayer.html\" title=\"struct tower::limit::rate::RateLimitLayer\">RateLimitLayer</a>"],["impl Clone for <a class=\"struct\" href=\"tower/limit/rate/struct.Rate.html\" title=\"struct tower::limit::rate::Rate\">Rate</a>"],["impl Clone for <a class=\"struct\" href=\"tower/load/completion/struct.CompleteOnResponse.html\" title=\"struct tower::load::completion::CompleteOnResponse\">CompleteOnResponse</a>"],["impl Clone for <a class=\"struct\" href=\"tower/load/peak_ewma/struct.Cost.html\" title=\"struct tower::load::peak_ewma::Cost\">Cost</a>"],["impl Clone for <a class=\"struct\" href=\"tower/load/pending_requests/struct.Count.html\" title=\"struct tower::load::pending_requests::Count\">Count</a>"],["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/make/struct.Shared.html\" title=\"struct tower::make::Shared\">Shared</a>&lt;S&gt;"],["impl&lt;M, Request&gt; Clone for <a class=\"struct\" href=\"tower/make/struct.IntoService.html\" title=\"struct tower::make::IntoService\">IntoService</a>&lt;M, Request&gt;<span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;M: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"tower/timeout/struct.TimeoutLayer.html\" title=\"struct tower::timeout::TimeoutLayer\">TimeoutLayer</a>"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/timeout/struct.Timeout.html\" title=\"struct tower::timeout::Timeout\">Timeout</a>&lt;T&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.AndThen.html\" title=\"struct tower::util::AndThen\">AndThen</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.AndThenLayer.html\" title=\"struct tower::util::AndThenLayer\">AndThenLayer</a>&lt;F&gt;"],["impl&lt;In, T, U, E&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.BoxLayer.html\" title=\"struct tower::util::BoxLayer\">BoxLayer</a>&lt;In, T, U, E&gt;"],["impl&lt;T, U, E&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.BoxCloneService.html\" title=\"struct tower::util::BoxCloneService\">BoxCloneService</a>&lt;T, U, E&gt;"],["impl&lt;A:&nbsp;Clone, B:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"tower/util/enum.Either.html\" title=\"enum tower::util::Either\">Either</a>&lt;A, B&gt;"],["impl&lt;F:&nbsp;Clone, S:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.FutureService.html\" title=\"struct tower::util::FutureService\">FutureService</a>&lt;F, S&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapErr.html\" title=\"struct tower::util::MapErr\">MapErr</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapErrLayer.html\" title=\"struct tower::util::MapErrLayer\">MapErrLayer</a>&lt;F&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapRequest.html\" title=\"struct tower::util::MapRequest\">MapRequest</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapRequestLayer.html\" title=\"struct tower::util::MapRequestLayer\">MapRequestLayer</a>&lt;F&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapResponse.html\" title=\"struct tower::util::MapResponse\">MapResponse</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapResponseLayer.html\" title=\"struct tower::util::MapResponseLayer\">MapResponseLayer</a>&lt;F&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapResult.html\" title=\"struct tower::util::MapResult\">MapResult</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapResultLayer.html\" title=\"struct tower::util::MapResultLayer\">MapResultLayer</a>&lt;F&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapFuture.html\" title=\"struct tower::util::MapFuture\">MapFuture</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.MapFutureLayer.html\" title=\"struct tower::util::MapFutureLayer\">MapFutureLayer</a>&lt;F&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.ServiceFn.html\" title=\"struct tower::util::ServiceFn\">ServiceFn</a>&lt;T&gt;"],["impl&lt;S:&nbsp;Clone, F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.Then.html\" title=\"struct tower::util::Then\">Then</a>&lt;S, F&gt;"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/util/struct.ThenLayer.html\" title=\"struct tower::util::ThenLayer\">ThenLayer</a>&lt;F&gt;"],["impl&lt;L:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower/struct.ServiceBuilder.html\" title=\"struct tower::ServiceBuilder\">ServiceBuilder</a>&lt;L&gt;"]],
"tower_layer":[["impl Clone for <a class=\"struct\" href=\"tower_layer/struct.Identity.html\" title=\"struct tower_layer::Identity\">Identity</a>"],["impl&lt;F:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower_layer/struct.LayerFn.html\" title=\"struct tower_layer::LayerFn\">LayerFn</a>&lt;F&gt;"],["impl&lt;Inner:&nbsp;Clone, Outer:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tower_layer/struct.Stack.html\" title=\"struct tower_layer::Stack\">Stack</a>&lt;Inner, Outer&gt;"]],
"tracing":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tracing/instrument/struct.WithDispatch.html\" title=\"struct tracing::instrument::WithDispatch\">WithDispatch</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tracing/instrument/struct.Instrumented.html\" title=\"struct tracing::instrument::Instrumented\">Instrumented</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tracing/struct.Span.html\" title=\"struct tracing::Span\">Span</a>"]],
"tracing_core":[["impl Clone for <a class=\"struct\" href=\"tracing_core/callsite/struct.Identifier.html\" title=\"struct tracing_core::callsite::Identifier\">Identifier</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/struct.Dispatch.html\" title=\"struct tracing_core::Dispatch\">Dispatch</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/dispatcher/struct.WeakDispatch.html\" title=\"struct tracing_core::dispatcher::WeakDispatch\">WeakDispatch</a>"],["impl&lt;T:&nbsp;Clone + Display&gt; Clone for <a class=\"struct\" href=\"tracing_core/field/struct.DisplayValue.html\" title=\"struct tracing_core::field::DisplayValue\">DisplayValue</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone + Debug&gt; Clone for <a class=\"struct\" href=\"tracing_core/field/struct.DebugValue.html\" title=\"struct tracing_core::field::DebugValue\">DebugValue</a>&lt;T&gt;"],["impl Clone for <a class=\"struct\" href=\"tracing_core/struct.Field.html\" title=\"struct tracing_core::Field\">Field</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/metadata/struct.Kind.html\" title=\"struct tracing_core::metadata::Kind\">Kind</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/struct.Level.html\" title=\"struct tracing_core::Level\">Level</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/struct.LevelFilter.html\" title=\"struct tracing_core::LevelFilter\">LevelFilter</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/metadata/struct.ParseLevelFilterError.html\" title=\"struct tracing_core::metadata::ParseLevelFilterError\">ParseLevelFilterError</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/span/struct.Id.html\" title=\"struct tracing_core::span::Id\">Id</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/subscriber/struct.Interest.html\" title=\"struct tracing_core::subscriber::Interest\">Interest</a>"],["impl Clone for <a class=\"struct\" href=\"tracing_core/subscriber/struct.NoSubscriber.html\" title=\"struct tracing_core::subscriber::NoSubscriber\">NoSubscriber</a>"]],
"tracing_futures":[["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tracing_futures/struct.Instrumented.html\" title=\"struct tracing_futures::Instrumented\">Instrumented</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"tracing_futures/struct.WithDispatch.html\" title=\"struct tracing_futures::WithDispatch\">WithDispatch</a>&lt;T&gt;"]],
"unicode_bidi":[["impl Clone for <a class=\"struct\" href=\"unicode_bidi/data_source/struct.BidiMatchedOpeningBracket.html\" title=\"struct unicode_bidi::data_source::BidiMatchedOpeningBracket\">BidiMatchedOpeningBracket</a>"],["impl Clone for <a class=\"struct\" href=\"unicode_bidi/level/struct.Level.html\" title=\"struct unicode_bidi::level::Level\">Level</a>"],["impl Clone for <a class=\"enum\" href=\"unicode_bidi/enum.BidiClass.html\" title=\"enum unicode_bidi::BidiClass\">BidiClass</a>"]],
"unicode_normalization":[["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"unicode_normalization/struct.Decompositions.html\" title=\"struct unicode_normalization::Decompositions\">Decompositions</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"unicode_normalization/struct.Recompositions.html\" title=\"struct unicode_normalization::Recompositions\">Recompositions</a>&lt;I&gt;"],["impl&lt;I:&nbsp;Clone&gt; Clone for <a class=\"struct\" href=\"unicode_normalization/struct.Replacements.html\" title=\"struct unicode_normalization::Replacements\">Replacements</a>&lt;I&gt;"]],
"untrusted":[["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"untrusted/struct.Input.html\" title=\"struct untrusted::Input\">Input</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"untrusted/struct.EndOfInput.html\" title=\"struct untrusted::EndOfInput\">EndOfInput</a>"]],
"url":[["impl&lt;S:&nbsp;Clone&gt; Clone for <a class=\"enum\" href=\"url/enum.Host.html\" title=\"enum url::Host\">Host</a>&lt;S&gt;"],["impl Clone for <a class=\"enum\" href=\"url/enum.Origin.html\" title=\"enum url::Origin\">Origin</a>"],["impl Clone for <a class=\"struct\" href=\"url/struct.OpaqueOrigin.html\" title=\"struct url::OpaqueOrigin\">OpaqueOrigin</a>"],["impl Clone for <a class=\"enum\" href=\"url/enum.ParseError.html\" title=\"enum url::ParseError\">ParseError</a>"],["impl Clone for <a class=\"enum\" href=\"url/enum.SyntaxViolation.html\" title=\"enum url::SyntaxViolation\">SyntaxViolation</a>"],["impl Clone for <a class=\"enum\" href=\"url/enum.Position.html\" title=\"enum url::Position\">Position</a>"],["impl Clone for <a class=\"struct\" href=\"url/struct.Url.html\" title=\"struct url::Url\">Url</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"url/struct.ParseOptions.html\" title=\"struct url::ParseOptions\">ParseOptions</a>&lt;'a&gt;"]],
"utf8_ranges":[["impl Clone for <a class=\"enum\" href=\"utf8_ranges/enum.Utf8Sequence.html\" title=\"enum utf8_ranges::Utf8Sequence\">Utf8Sequence</a>"],["impl Clone for <a class=\"struct\" href=\"utf8_ranges/struct.Utf8Range.html\" title=\"struct utf8_ranges::Utf8Range\">Utf8Range</a>"]],
"uuid":[["impl Clone for <a class=\"struct\" href=\"uuid/struct.Error.html\" title=\"struct uuid::Error\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"uuid/adapter/struct.Hyphenated.html\" title=\"struct uuid::adapter::Hyphenated\">Hyphenated</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"uuid/adapter/struct.HyphenatedRef.html\" title=\"struct uuid::adapter::HyphenatedRef\">HyphenatedRef</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"uuid/adapter/struct.Simple.html\" title=\"struct uuid::adapter::Simple\">Simple</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"uuid/adapter/struct.SimpleRef.html\" title=\"struct uuid::adapter::SimpleRef\">SimpleRef</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"uuid/adapter/struct.Urn.html\" title=\"struct uuid::adapter::Urn\">Urn</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"uuid/adapter/struct.UrnRef.html\" title=\"struct uuid::adapter::UrnRef\">UrnRef</a>&lt;'a&gt;"],["impl Clone for <a class=\"enum\" href=\"uuid/enum.Version.html\" title=\"enum uuid::Version\">Version</a>"],["impl Clone for <a class=\"enum\" href=\"uuid/enum.Variant.html\" title=\"enum uuid::Variant\">Variant</a>"],["impl Clone for <a class=\"struct\" href=\"uuid/struct.Uuid.html\" title=\"struct uuid::Uuid\">Uuid</a>"]],
"value_bag":[["impl&lt;'v&gt; Clone for <a class=\"struct\" href=\"value_bag/struct.ValueBag.html\" title=\"struct value_bag::ValueBag\">ValueBag</a>&lt;'v&gt;"]],
"want":[["impl Clone for <a class=\"struct\" href=\"want/struct.SharedGiver.html\" title=\"struct want::SharedGiver\">SharedGiver</a>"]],
"webpki":[["impl Clone for <a class=\"enum\" href=\"webpki/enum.Error.html\" title=\"enum webpki::Error\">Error</a>"],["impl Clone for <a class=\"struct\" href=\"webpki/struct.DNSName.html\" title=\"struct webpki::DNSName\">DNSName</a>"],["impl&lt;'a&gt; Clone for <a class=\"struct\" href=\"webpki/struct.DNSNameRef.html\" title=\"struct webpki::DNSNameRef\">DNSNameRef</a>&lt;'a&gt;"],["impl Clone for <a class=\"struct\" href=\"webpki/struct.InvalidDNSNameError.html\" title=\"struct webpki::InvalidDNSNameError\">InvalidDNSNameError</a>"],["impl Clone for <a class=\"struct\" href=\"webpki/struct.Time.html\" title=\"struct webpki::Time\">Time</a>"]],
"yasna":[["impl Clone for <a class=\"struct\" href=\"yasna/models/struct.ObjectIdentifier.html\" title=\"struct yasna::models::ObjectIdentifier\">ObjectIdentifier</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/models/struct.ParseOidError.html\" title=\"struct yasna::models::ParseOidError\">ParseOidError</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/models/struct.UTCTime.html\" title=\"struct yasna::models::UTCTime\">UTCTime</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/models/struct.GeneralizedTime.html\" title=\"struct yasna::models::GeneralizedTime\">GeneralizedTime</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/models/struct.TaggedDerValue.html\" title=\"struct yasna::models::TaggedDerValue\">TaggedDerValue</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/struct.ASN1Error.html\" title=\"struct yasna::ASN1Error\">ASN1Error</a>"],["impl Clone for <a class=\"enum\" href=\"yasna/enum.ASN1ErrorKind.html\" title=\"enum yasna::ASN1ErrorKind\">ASN1ErrorKind</a>"],["impl Clone for <a class=\"enum\" href=\"yasna/enum.BERMode.html\" title=\"enum yasna::BERMode\">BERMode</a>"],["impl Clone for <a class=\"enum\" href=\"yasna/enum.PCBit.html\" title=\"enum yasna::PCBit\">PCBit</a>"],["impl Clone for <a class=\"enum\" href=\"yasna/enum.TagClass.html\" title=\"enum yasna::TagClass\">TagClass</a>"],["impl Clone for <a class=\"struct\" href=\"yasna/struct.Tag.html\" title=\"struct yasna::Tag\">Tag</a>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()