blob: 0ea1e5143de037a3cde5d7c8f498a816c74d36fa [file] [log] [blame]
(function() {var implementors = {
"adler":[["impl Copy for <a class=\"struct\" href=\"adler/struct.Adler32.html\" title=\"struct adler::Adler32\">Adler32</a>"]],
"aho_corasick":[["impl Copy for <a class=\"enum\" href=\"aho_corasick/enum.AhoCorasickKind.html\" title=\"enum aho_corasick::AhoCorasickKind\">AhoCorasickKind</a>"],["impl Copy for <a class=\"enum\" href=\"aho_corasick/packed/enum.MatchKind.html\" title=\"enum aho_corasick::packed::MatchKind\">MatchKind</a>"],["impl Copy for <a class=\"struct\" href=\"aho_corasick/struct.PatternID.html\" title=\"struct aho_corasick::PatternID\">PatternID</a>"],["impl Copy for <a class=\"struct\" href=\"aho_corasick/automaton/struct.StateID.html\" title=\"struct aho_corasick::automaton::StateID\">StateID</a>"],["impl Copy for <a class=\"struct\" href=\"aho_corasick/struct.Span.html\" title=\"struct aho_corasick::Span\">Span</a>"],["impl Copy for <a class=\"enum\" href=\"aho_corasick/enum.Anchored.html\" title=\"enum aho_corasick::Anchored\">Anchored</a>"],["impl Copy for <a class=\"struct\" href=\"aho_corasick/struct.Match.html\" title=\"struct aho_corasick::Match\">Match</a>"],["impl Copy for <a class=\"enum\" href=\"aho_corasick/enum.MatchKind.html\" title=\"enum aho_corasick::MatchKind\">MatchKind</a>"],["impl Copy for <a class=\"enum\" href=\"aho_corasick/enum.StartKind.html\" title=\"enum aho_corasick::StartKind\">StartKind</a>"]],
"arc_swap":[["impl&lt;A:&nbsp;Copy, T:&nbsp;Copy, F:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"arc_swap/access/struct.Constant.html\" title=\"struct arc_swap::access::Constant\">Constant</a>&lt;T&gt;"]],
"base64":[["impl Copy for <a class=\"enum\" href=\"base64/enum.CharacterSet.html\" title=\"enum base64::CharacterSet\">CharacterSet</a>"],["impl Copy for <a class=\"struct\" href=\"base64/struct.Config.html\" title=\"struct base64::Config\">Config</a>"]],
"bitpacking":[["impl Copy for <a class=\"struct\" href=\"bitpacking/struct.BitPacker4x.html\" title=\"struct bitpacking::BitPacker4x\">BitPacker4x</a>"]],
"bytemuck":[["impl Copy for <a class=\"enum\" href=\"bytemuck/checked/enum.CheckedCastError.html\" title=\"enum bytemuck::checked::CheckedCastError\">CheckedCastError</a>"],["impl Copy for <a class=\"enum\" href=\"bytemuck/enum.PodCastError.html\" title=\"enum bytemuck::PodCastError\">PodCastError</a>"]],
"byteorder":[["impl Copy for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Copy for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
"chrono":[["impl Copy for <a class=\"struct\" href=\"chrono/struct.Duration.html\" title=\"struct chrono::Duration\">Duration</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/struct.OutOfRangeError.html\" title=\"struct chrono::OutOfRangeError\">OutOfRangeError</a>"],["impl&lt;Tz:&nbsp;<a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt; Copy 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;&lt;Tz as <a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt;::<a class=\"associatedtype\" href=\"chrono/offset/trait.TimeZone.html#associatedtype.Offset\" title=\"type chrono::offset::TimeZone::Offset\">Offset</a>: Copy,</span>"],["impl Copy for <a class=\"enum\" href=\"chrono/enum.SecondsFormat.html\" title=\"enum chrono::SecondsFormat\">SecondsFormat</a>"],["impl&lt;Tz:&nbsp;<a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt; Copy 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;&lt;Tz as <a class=\"trait\" href=\"chrono/offset/trait.TimeZone.html\" title=\"trait chrono::offset::TimeZone\">TimeZone</a>&gt;::<a class=\"associatedtype\" href=\"chrono/offset/trait.TimeZone.html#associatedtype.Offset\" title=\"type chrono::offset::TimeZone::Offset\">Offset</a>: Copy,</span>"],["impl Copy for <a class=\"enum\" href=\"chrono/format/enum.Pad.html\" title=\"enum chrono::format::Pad\">Pad</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/format/struct.ParseError.html\" title=\"struct chrono::format::ParseError\">ParseError</a>"],["impl Copy for <a class=\"enum\" href=\"chrono/format/enum.ParseErrorKind.html\" title=\"enum chrono::format::ParseErrorKind\">ParseErrorKind</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/naive/struct.Days.html\" title=\"struct chrono::naive::Days\">Days</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/naive/struct.NaiveDate.html\" title=\"struct chrono::naive::NaiveDate\">NaiveDate</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/naive/struct.NaiveDateTime.html\" title=\"struct chrono::naive::NaiveDateTime\">NaiveDateTime</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/naive/struct.IsoWeek.html\" title=\"struct chrono::naive::IsoWeek\">IsoWeek</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/naive/struct.NaiveTime.html\" title=\"struct chrono::naive::NaiveTime\">NaiveTime</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/offset/struct.FixedOffset.html\" title=\"struct chrono::offset::FixedOffset\">FixedOffset</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/offset/struct.Utc.html\" title=\"struct chrono::offset::Utc\">Utc</a>"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"chrono/offset/enum.LocalResult.html\" title=\"enum chrono::offset::LocalResult\">LocalResult</a>&lt;T&gt;"],["impl Copy for <a class=\"enum\" href=\"chrono/enum.RoundingError.html\" title=\"enum chrono::RoundingError\">RoundingError</a>"],["impl Copy for <a class=\"enum\" href=\"chrono/enum.Weekday.html\" title=\"enum chrono::Weekday\">Weekday</a>"],["impl Copy for <a class=\"enum\" href=\"chrono/enum.Month.html\" title=\"enum chrono::Month\">Month</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/struct.Months.html\" title=\"struct chrono::Months\">Months</a>"],["impl Copy for <a class=\"struct\" href=\"chrono/struct.OutOfRange.html\" title=\"struct chrono::OutOfRange\">OutOfRange</a>"]],
"combine":[["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"combine/error/enum.Commit.html\" title=\"enum combine::error::Commit\">Commit</a>&lt;T&gt;"],["impl Copy for <a class=\"enum\" href=\"combine/error/enum.UnexpectedParse.html\" title=\"enum combine::error::UnexpectedParse\">UnexpectedParse</a>"],["impl Copy for <a class=\"enum\" href=\"combine/error/enum.StringStreamError.html\" title=\"enum combine::error::StringStreamError\">StringStreamError</a>"],["impl&lt;E:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"combine/error/struct.Tracked.html\" title=\"struct combine::error::Tracked\">Tracked</a>&lt;E&gt;"],["impl&lt;T:&nbsp;Copy, E:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"combine/enum.ParseResult.html\" title=\"enum combine::ParseResult\">ParseResult</a>&lt;T, E&gt;"],["impl Copy for <a class=\"struct\" href=\"combine/stream/position/struct.SourcePosition.html\" title=\"struct combine::stream::position::SourcePosition\">SourcePosition</a>"],["impl&lt;P:&nbsp;Copy&gt; Copy 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;Copy, E:&nbsp;Copy&gt; Copy 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;Copy, U:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"combine/stream/struct.PartialStream.html\" title=\"struct combine::stream::PartialStream\">PartialStream</a>&lt;S&gt;"],["impl&lt;S:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"combine/stream/struct.CompleteStream.html\" title=\"struct combine::stream::CompleteStream\">CompleteStream</a>&lt;S&gt;"],["impl&lt;S:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"combine/stream/struct.MaybePartialStream.html\" title=\"struct combine::stream::MaybePartialStream\">MaybePartialStream</a>&lt;S&gt;"],["impl&lt;'a, T:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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; Copy for <a class=\"struct\" href=\"combine/stream/struct.PointerOffset.html\" title=\"struct combine::stream::PointerOffset\">PointerOffset</a>&lt;T&gt;"],["impl&lt;Input:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy, P2:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy, R:&nbsp;Copy&gt; Copy 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;Copy, Input:&nbsp;Copy, O:&nbsp;Copy, S:&nbsp;Copy&gt; Copy 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;Input:&nbsp;Copy, F:&nbsp;Copy&gt; Copy 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:&nbsp;Copy, Input:&nbsp;Copy, T:&nbsp;Copy&gt; Copy 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>,</span>"],["impl&lt;F:&nbsp;Copy, P:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy, S:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy, S:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy, S:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy, S:&nbsp;Copy&gt; Copy 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;Copy, Op:&nbsp;Copy&gt; Copy 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;Copy, Op:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy, E:&nbsp;Copy&gt; Copy 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;Copy, P2:&nbsp;Copy&gt; Copy 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;Copy, P2:&nbsp;Copy&gt; Copy 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;Copy, L:&nbsp;Copy, R:&nbsp;Copy, P:&nbsp;Copy&gt; Copy 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>: Copy,</span>"],["impl&lt;P:&nbsp;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy, P:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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>: Copy,</span>"],["impl&lt;Input:&nbsp;Copy&gt; Copy 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;Copy, Input:&nbsp;Copy&gt; Copy 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;Copy, Input:&nbsp;Copy&gt; Copy 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;Copy, T:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"combine/parser/token/struct.Eof.html\" title=\"struct combine::parser::token::Eof\">Eof</a>&lt;Input&gt;"]],
"crossbeam_channel":[["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.SendError.html\" title=\"struct crossbeam_channel::SendError\">SendError</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"crossbeam_channel/enum.TrySendError.html\" title=\"enum crossbeam_channel::TrySendError\">TrySendError</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"crossbeam_channel/enum.SendTimeoutError.html\" title=\"enum crossbeam_channel::SendTimeoutError\">SendTimeoutError</a>&lt;T&gt;"],["impl Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.RecvError.html\" title=\"struct crossbeam_channel::RecvError\">RecvError</a>"],["impl Copy for <a class=\"enum\" href=\"crossbeam_channel/enum.TryRecvError.html\" title=\"enum crossbeam_channel::TryRecvError\">TryRecvError</a>"],["impl Copy for <a class=\"enum\" href=\"crossbeam_channel/enum.RecvTimeoutError.html\" title=\"enum crossbeam_channel::RecvTimeoutError\">RecvTimeoutError</a>"],["impl Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.TrySelectError.html\" title=\"struct crossbeam_channel::TrySelectError\">TrySelectError</a>"],["impl Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.SelectTimeoutError.html\" title=\"struct crossbeam_channel::SelectTimeoutError\">SelectTimeoutError</a>"],["impl Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.TryReadyError.html\" title=\"struct crossbeam_channel::TryReadyError\">TryReadyError</a>"],["impl Copy for <a class=\"struct\" href=\"crossbeam_channel/struct.ReadyTimeoutError.html\" title=\"struct crossbeam_channel::ReadyTimeoutError\">ReadyTimeoutError</a>"]],
"crossbeam_deque":[["impl&lt;T:&nbsp;Copy&gt; Copy 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; Copy for <a class=\"struct\" href=\"crossbeam_epoch/struct.Shared.html\" title=\"struct crossbeam_epoch::Shared\">Shared</a>&lt;'_, T&gt;"]],
"crossbeam_utils":[["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"crossbeam_utils/struct.CachePadded.html\" title=\"struct crossbeam_utils::CachePadded\">CachePadded</a>&lt;T&gt;"]],
"either":[["impl&lt;L:&nbsp;Copy, R:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"either/enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;"]],
"env_logger":[["impl Copy for <a class=\"enum\" href=\"env_logger/fmt/enum.WriteStyle.html\" title=\"enum env_logger::fmt::WriteStyle\">WriteStyle</a>"],["impl Copy for <a class=\"enum\" href=\"env_logger/fmt/enum.TimestampPrecision.html\" title=\"enum env_logger::fmt::TimestampPrecision\">TimestampPrecision</a>"]],
"fastdivide":[["impl Copy for <a class=\"enum\" href=\"fastdivide/enum.DividerU64.html\" title=\"enum fastdivide::DividerU64\">DividerU64</a>"]],
"fastfield_codecs":[["impl Copy for <a class=\"struct\" href=\"fastfield_codecs/struct.NormalizedHeader.html\" title=\"struct fastfield_codecs::NormalizedHeader\">NormalizedHeader</a>"],["impl Copy for <a class=\"enum\" href=\"fastfield_codecs/enum.FastFieldCodecType.html\" title=\"enum fastfield_codecs::FastFieldCodecType\">FastFieldCodecType</a>"],["impl Copy for <a class=\"enum\" href=\"fastfield_codecs/enum.U128FastFieldCodecType.html\" title=\"enum fastfield_codecs::U128FastFieldCodecType\">U128FastFieldCodecType</a>"]],
"flate2":[["impl Copy for <a class=\"enum\" href=\"flate2/enum.FlushCompress.html\" title=\"enum flate2::FlushCompress\">FlushCompress</a>"],["impl Copy for <a class=\"enum\" href=\"flate2/enum.FlushDecompress.html\" title=\"enum flate2::FlushDecompress\">FlushDecompress</a>"],["impl Copy for <a class=\"enum\" href=\"flate2/enum.Status.html\" title=\"enum flate2::Status\">Status</a>"],["impl Copy for <a class=\"struct\" href=\"flate2/struct.Compression.html\" title=\"struct flate2::Compression\">Compression</a>"]],
"form_urlencoded":[["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"form_urlencoded/struct.Parse.html\" title=\"struct form_urlencoded::Parse\">Parse</a>&lt;'a&gt;"]],
"futures_channel":[["impl Copy for <a class=\"struct\" href=\"futures_channel/oneshot/struct.Canceled.html\" title=\"struct futures_channel::oneshot::Canceled\">Canceled</a>"]],
"futures_util":[["impl Copy for <a class=\"enum\" href=\"futures_util/stream/enum.PollNext.html\" title=\"enum futures_util::stream::PollNext\">PollNext</a>"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"futures_util/io/struct.AllowStdIo.html\" title=\"struct futures_util::io::AllowStdIo\">AllowStdIo</a>&lt;T&gt;"],["impl Copy for <a class=\"struct\" href=\"futures_util/future/struct.Aborted.html\" title=\"struct futures_util::future::Aborted\">Aborted</a>"]],
"gbdt":[["impl Copy for <a class=\"enum\" href=\"gbdt/input/enum.FileFormat.html\" title=\"enum gbdt::input::FileFormat\">FileFormat</a>"],["impl Copy for <a class=\"struct\" href=\"gbdt/input/struct.InputFormat.html\" title=\"struct gbdt::input::InputFormat\">InputFormat</a>"]],
"getrandom":[["impl Copy for <a class=\"struct\" href=\"getrandom/struct.Error.html\" title=\"struct getrandom::Error\">Error</a>"]],
"h2":[["impl Copy for <a class=\"struct\" href=\"h2/struct.Reason.html\" title=\"struct h2::Reason\">Reason</a>"],["impl Copy for <a class=\"struct\" href=\"h2/struct.StreamId.html\" title=\"struct h2::StreamId\">StreamId</a>"]],
"hex":[["impl Copy for <a class=\"enum\" href=\"hex/enum.FromHexError.html\" title=\"enum hex::FromHexError\">FromHexError</a>"]],
"http":[["impl Copy for <a class=\"struct\" href=\"http/status/struct.StatusCode.html\" title=\"struct http::status::StatusCode\">StatusCode</a>"],["impl Copy for <a class=\"struct\" href=\"http/version/struct.Version.html\" title=\"struct http::version::Version\">Version</a>"]],
"http_body":[["impl&lt;D&gt; Copy for <a class=\"struct\" href=\"http_body/struct.Empty.html\" title=\"struct http_body::Empty\">Empty</a>&lt;D&gt;"],["impl&lt;D:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"http_body/struct.Full.html\" title=\"struct http_body::Full\">Full</a>&lt;D&gt;"],["impl&lt;B:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"http_body/struct.Limited.html\" title=\"struct http_body::Limited\">Limited</a>&lt;B&gt;"],["impl&lt;B:&nbsp;Copy, F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"httparse/enum.Error.html\" title=\"enum httparse::Error\">Error</a>"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"httparse/enum.Status.html\" title=\"enum httparse::Status\">Status</a>&lt;T&gt;"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"httparse/struct.Header.html\" title=\"struct httparse::Header\">Header</a>&lt;'a&gt;"]],
"httpdate":[["impl Copy for <a class=\"struct\" href=\"httpdate/struct.HttpDate.html\" title=\"struct httpdate::HttpDate\">HttpDate</a>"]],
"idna":[["impl Copy for <a class=\"struct\" href=\"idna/struct.Config.html\" title=\"struct idna::Config\">Config</a>"]],
"image":[["impl Copy for <a class=\"struct\" href=\"image/math/struct.Rect.html\" title=\"struct image::math::Rect\">Rect</a>"],["impl Copy for <a class=\"struct\" href=\"image/imageops/colorops/struct.BiLevel.html\" title=\"struct image::imageops::colorops::BiLevel\">BiLevel</a>"],["impl Copy for <a class=\"enum\" href=\"image/imageops/enum.FilterType.html\" title=\"enum image::imageops::FilterType\">FilterType</a>"],["impl Copy for <a class=\"struct\" href=\"image/flat/struct.SampleLayout.html\" title=\"struct image::flat::SampleLayout\">SampleLayout</a>"],["impl Copy for <a class=\"enum\" href=\"image/flat/enum.Error.html\" title=\"enum image::flat::Error\">Error</a>"],["impl Copy for <a class=\"enum\" href=\"image/flat/enum.NormalForm.html\" title=\"enum image::flat::NormalForm\">NormalForm</a>"],["impl Copy for <a class=\"enum\" href=\"image/codecs/jpeg/enum.PixelDensityUnit.html\" title=\"enum image::codecs::jpeg::PixelDensityUnit\">PixelDensityUnit</a>"],["impl Copy for <a class=\"struct\" href=\"image/codecs/jpeg/struct.PixelDensity.html\" title=\"struct image::codecs::jpeg::PixelDensity\">PixelDensity</a>"],["impl Copy for <a class=\"struct\" href=\"image/struct.Delay.html\" title=\"struct image::Delay\">Delay</a>"],["impl Copy for <a class=\"enum\" href=\"image/enum.ColorType.html\" title=\"enum image::ColorType\">ColorType</a>"],["impl Copy for <a class=\"enum\" href=\"image/enum.ExtendedColorType.html\" title=\"enum image::ExtendedColorType\">ExtendedColorType</a>"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.Rgb.html\" title=\"struct image::Rgb\">Rgb</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.Bgr.html\" title=\"struct image::Bgr\">Bgr</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.Luma.html\" title=\"struct image::Luma\">Luma</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.Rgba.html\" title=\"struct image::Rgba\">Rgba</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.Bgra.html\" title=\"struct image::Bgra\">Bgra</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy + <a class=\"trait\" href=\"image/trait.Primitive.html\" title=\"trait image::Primitive\">Primitive</a>&gt; Copy for <a class=\"struct\" href=\"image/struct.LumaA.html\" title=\"struct image::LumaA\">LumaA</a>&lt;T&gt;"],["impl Copy for <a class=\"enum\" href=\"image/enum.ImageFormat.html\" title=\"enum image::ImageFormat\">ImageFormat</a>"],["impl Copy for <a class=\"struct\" href=\"image/struct.Progress.html\" title=\"struct image::Progress\">Progress</a>"]],
"itertools":[["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"itertools/enum.MinMaxResult.html\" title=\"enum itertools::MinMaxResult\">MinMaxResult</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"itertools/enum.Position.html\" title=\"enum itertools::Position\">Position</a>&lt;T&gt;"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"enum\" href=\"itertools/enum.FoldWhile.html\" title=\"enum itertools::FoldWhile\">FoldWhile</a>&lt;T&gt;"]],
"jpeg_decoder":[["impl Copy for <a class=\"enum\" href=\"jpeg_decoder/enum.PixelFormat.html\" title=\"enum jpeg_decoder::PixelFormat\">PixelFormat</a>"],["impl Copy for <a class=\"struct\" href=\"jpeg_decoder/struct.ImageInfo.html\" title=\"struct jpeg_decoder::ImageInfo\">ImageInfo</a>"]],
"jsonwebtoken":[["impl Copy for <a class=\"enum\" href=\"jsonwebtoken/enum.Algorithm.html\" title=\"enum jsonwebtoken::Algorithm\">Algorithm</a>"]],
"levenshtein_automata":[["impl Copy for <a class=\"enum\" href=\"levenshtein_automata/enum.Distance.html\" title=\"enum levenshtein_automata::Distance\">Distance</a>"]],
"libc":[["impl Copy for <a class=\"enum\" href=\"libc/enum.DIR.html\" title=\"enum libc::DIR\">DIR</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.group.html\" title=\"struct libc::group\">group</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.utimbuf.html\" title=\"struct libc::utimbuf\">utimbuf</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.timeval.html\" title=\"struct libc::timeval\">timeval</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.timespec.html\" title=\"struct libc::timespec\">timespec</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.rlimit.html\" title=\"struct libc::rlimit\">rlimit</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.rusage.html\" title=\"struct libc::rusage\">rusage</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ipv6_mreq.html\" title=\"struct libc::ipv6_mreq\">ipv6_mreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.hostent.html\" title=\"struct libc::hostent\">hostent</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.iovec.html\" title=\"struct libc::iovec\">iovec</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pollfd.html\" title=\"struct libc::pollfd\">pollfd</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.winsize.html\" title=\"struct libc::winsize\">winsize</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.linger.html\" title=\"struct libc::linger\">linger</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sigval.html\" title=\"struct libc::sigval\">sigval</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.itimerval.html\" title=\"struct libc::itimerval\">itimerval</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.tms.html\" title=\"struct libc::tms\">tms</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.servent.html\" title=\"struct libc::servent\">servent</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.protoent.html\" title=\"struct libc::protoent\">protoent</a>"],["impl Copy for <a class=\"enum\" href=\"libc/enum.FILE.html\" title=\"enum libc::FILE\">FILE</a>"],["impl Copy for <a class=\"enum\" href=\"libc/enum.fpos_t.html\" title=\"enum libc::fpos_t\">fpos_t</a>"],["impl Copy for <a class=\"enum\" href=\"libc/enum.timezone.html\" title=\"enum libc::timezone\">timezone</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.in_addr.html\" title=\"struct libc::in_addr\">in_addr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ip_mreq.html\" title=\"struct libc::ip_mreq\">ip_mreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ip_mreqn.html\" title=\"struct libc::ip_mreqn\">ip_mreqn</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ip_mreq_source.html\" title=\"struct libc::ip_mreq_source\">ip_mreq_source</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr.html\" title=\"struct libc::sockaddr\">sockaddr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_in.html\" title=\"struct libc::sockaddr_in\">sockaddr_in</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_in6.html\" title=\"struct libc::sockaddr_in6\">sockaddr_in6</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.addrinfo.html\" title=\"struct libc::addrinfo\">addrinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_ll.html\" title=\"struct libc::sockaddr_ll\">sockaddr_ll</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.fd_set.html\" title=\"struct libc::fd_set\">fd_set</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.tm.html\" title=\"struct libc::tm\">tm</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sched_param.html\" title=\"struct libc::sched_param\">sched_param</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Dl_info.html\" title=\"struct libc::Dl_info\">Dl_info</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.lconv.html\" title=\"struct libc::lconv\">lconv</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.in_pktinfo.html\" title=\"struct libc::in_pktinfo\">in_pktinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ifaddrs.html\" title=\"struct libc::ifaddrs\">ifaddrs</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.in6_rtmsg.html\" title=\"struct libc::in6_rtmsg\">in6_rtmsg</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.arpreq.html\" title=\"struct libc::arpreq\">arpreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.arpreq_old.html\" title=\"struct libc::arpreq_old\">arpreq_old</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.arphdr.html\" title=\"struct libc::arphdr\">arphdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mmsghdr.html\" title=\"struct libc::mmsghdr\">mmsghdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.epoll_event.html\" title=\"struct libc::epoll_event\">epoll_event</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_un.html\" title=\"struct libc::sockaddr_un\">sockaddr_un</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_storage.html\" title=\"struct libc::sockaddr_storage\">sockaddr_storage</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.utsname.html\" title=\"struct libc::utsname\">utsname</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sigevent.html\" title=\"struct libc::sigevent\">sigevent</a>"],["impl Copy for <a class=\"enum\" href=\"libc/enum.fpos64_t.html\" title=\"enum libc::fpos64_t\">fpos64_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.glob_t.html\" title=\"struct libc::glob_t\">glob_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.passwd.html\" title=\"struct libc::passwd\">passwd</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.spwd.html\" title=\"struct libc::spwd\">spwd</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.dqblk.html\" title=\"struct libc::dqblk\">dqblk</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.signalfd_siginfo.html\" title=\"struct libc::signalfd_siginfo\">signalfd_siginfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.itimerspec.html\" title=\"struct libc::itimerspec\">itimerspec</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.fsid_t.html\" title=\"struct libc::fsid_t\">fsid_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.packet_mreq.html\" title=\"struct libc::packet_mreq\">packet_mreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.cpu_set_t.html\" title=\"struct libc::cpu_set_t\">cpu_set_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.if_nameindex.html\" title=\"struct libc::if_nameindex\">if_nameindex</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.msginfo.html\" title=\"struct libc::msginfo\">msginfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sembuf.html\" title=\"struct libc::sembuf\">sembuf</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.input_event.html\" title=\"struct libc::input_event\">input_event</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.input_id.html\" title=\"struct libc::input_id\">input_id</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.input_absinfo.html\" title=\"struct libc::input_absinfo\">input_absinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.input_keymap_entry.html\" title=\"struct libc::input_keymap_entry\">input_keymap_entry</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.input_mask.html\" title=\"struct libc::input_mask\">input_mask</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_replay.html\" title=\"struct libc::ff_replay\">ff_replay</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_trigger.html\" title=\"struct libc::ff_trigger\">ff_trigger</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_envelope.html\" title=\"struct libc::ff_envelope\">ff_envelope</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_constant_effect.html\" title=\"struct libc::ff_constant_effect\">ff_constant_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_ramp_effect.html\" title=\"struct libc::ff_ramp_effect\">ff_ramp_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_condition_effect.html\" title=\"struct libc::ff_condition_effect\">ff_condition_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_periodic_effect.html\" title=\"struct libc::ff_periodic_effect\">ff_periodic_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_rumble_effect.html\" title=\"struct libc::ff_rumble_effect\">ff_rumble_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ff_effect.html\" title=\"struct libc::ff_effect\">ff_effect</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.uinput_ff_upload.html\" title=\"struct libc::uinput_ff_upload\">uinput_ff_upload</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.uinput_ff_erase.html\" title=\"struct libc::uinput_ff_erase\">uinput_ff_erase</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.uinput_abs_setup.html\" title=\"struct libc::uinput_abs_setup\">uinput_abs_setup</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.dl_phdr_info.html\" title=\"struct libc::dl_phdr_info\">dl_phdr_info</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf32_Ehdr.html\" title=\"struct libc::Elf32_Ehdr\">Elf32_Ehdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf64_Ehdr.html\" title=\"struct libc::Elf64_Ehdr\">Elf64_Ehdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf32_Sym.html\" title=\"struct libc::Elf32_Sym\">Elf32_Sym</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf64_Sym.html\" title=\"struct libc::Elf64_Sym\">Elf64_Sym</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf32_Phdr.html\" title=\"struct libc::Elf32_Phdr\">Elf32_Phdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf64_Phdr.html\" title=\"struct libc::Elf64_Phdr\">Elf64_Phdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf32_Shdr.html\" title=\"struct libc::Elf32_Shdr\">Elf32_Shdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf64_Shdr.html\" title=\"struct libc::Elf64_Shdr\">Elf64_Shdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ucred.html\" title=\"struct libc::ucred\">ucred</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mntent.html\" title=\"struct libc::mntent\">mntent</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.posix_spawnattr_t.html\" title=\"struct libc::posix_spawnattr_t\">posix_spawnattr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.genlmsghdr.html\" title=\"struct libc::genlmsghdr\">genlmsghdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.in6_pktinfo.html\" title=\"struct libc::in6_pktinfo\">in6_pktinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.arpd_request.html\" title=\"struct libc::arpd_request\">arpd_request</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.inotify_event.html\" title=\"struct libc::inotify_event\">inotify_event</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.fanotify_response.html\" title=\"struct libc::fanotify_response\">fanotify_response</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_vm.html\" title=\"struct libc::sockaddr_vm\">sockaddr_vm</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.regmatch_t.html\" title=\"struct libc::regmatch_t\">regmatch_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sock_extended_err.html\" title=\"struct libc::sock_extended_err\">sock_extended_err</a>"],["impl Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.can_filter.html\" title=\"struct libc::can_filter\">can_filter</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.j1939_filter.html\" title=\"struct libc::j1939_filter\">j1939_filter</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sock_filter.html\" title=\"struct libc::sock_filter\">sock_filter</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sock_fprog.html\" title=\"struct libc::sock_fprog\">sock_fprog</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.seccomp_data.html\" title=\"struct libc::seccomp_data\">seccomp_data</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nlmsghdr.html\" title=\"struct libc::nlmsghdr\">nlmsghdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nlmsgerr.html\" title=\"struct libc::nlmsgerr\">nlmsgerr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nlattr.html\" title=\"struct libc::nlattr\">nlattr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.file_clone_range.html\" title=\"struct libc::file_clone_range\">file_clone_range</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.in6_ifreq.html\" title=\"struct libc::in6_ifreq\">in6_ifreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.option.html\" title=\"struct libc::option\">option</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_initmsg.html\" title=\"struct libc::sctp_initmsg\">sctp_initmsg</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_sndrcvinfo.html\" title=\"struct libc::sctp_sndrcvinfo\">sctp_sndrcvinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_sndinfo.html\" title=\"struct libc::sctp_sndinfo\">sctp_sndinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_rcvinfo.html\" title=\"struct libc::sctp_rcvinfo\">sctp_rcvinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_nxtinfo.html\" title=\"struct libc::sctp_nxtinfo\">sctp_nxtinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_prinfo.html\" title=\"struct libc::sctp_prinfo\">sctp_prinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sctp_authinfo.html\" title=\"struct libc::sctp_authinfo\">sctp_authinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.rlimit64.html\" title=\"struct libc::rlimit64\">rlimit64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_nl.html\" title=\"struct libc::sockaddr_nl\">sockaddr_nl</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.dirent.html\" title=\"struct libc::dirent\">dirent</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_alg.html\" title=\"struct libc::sockaddr_alg\">sockaddr_alg</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.uinput_setup.html\" title=\"struct libc::uinput_setup\">uinput_setup</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.uinput_user_dev.html\" title=\"struct libc::uinput_user_dev\">uinput_user_dev</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.af_alg_iv.html\" title=\"struct libc::af_alg_iv\">af_alg_iv</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mq_attr.html\" title=\"struct libc::mq_attr\">mq_attr</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.ifreq.html\" title=\"struct libc::ifreq\">ifreq</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.hwtstamp_config.html\" title=\"struct libc::hwtstamp_config\">hwtstamp_config</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.dirent64.html\" title=\"struct libc::dirent64\">dirent64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sock_txtime.html\" title=\"struct libc::sock_txtime\">sock_txtime</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.sockaddr_can.html\" title=\"struct libc::sockaddr_can\">sockaddr_can</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statx.html\" title=\"struct libc::statx\">statx</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statx_timestamp.html\" title=\"struct libc::statx_timestamp\">statx_timestamp</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.aiocb.html\" title=\"struct libc::aiocb\">aiocb</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.__exit_status.html\" title=\"struct libc::__exit_status\">__exit_status</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.__timeval.html\" title=\"struct libc::__timeval\">__timeval</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.glob64_t.html\" title=\"struct libc::glob64_t\">glob64_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.msghdr.html\" title=\"struct libc::msghdr\">msghdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.cmsghdr.html\" title=\"struct libc::cmsghdr\">cmsghdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.termios.html\" title=\"struct libc::termios\">termios</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mallinfo.html\" title=\"struct libc::mallinfo\">mallinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mallinfo2.html\" title=\"struct libc::mallinfo2\">mallinfo2</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nl_pktinfo.html\" title=\"struct libc::nl_pktinfo\">nl_pktinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nl_mmap_req.html\" title=\"struct libc::nl_mmap_req\">nl_mmap_req</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.nl_mmap_hdr.html\" title=\"struct libc::nl_mmap_hdr\">nl_mmap_hdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.rtentry.html\" title=\"struct libc::rtentry\">rtentry</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.timex.html\" title=\"struct libc::timex\">timex</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ntptimeval.html\" title=\"struct libc::ntptimeval\">ntptimeval</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.regex_t.html\" title=\"struct libc::regex_t\">regex_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf64_Chdr.html\" title=\"struct libc::Elf64_Chdr\">Elf64_Chdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.Elf32_Chdr.html\" title=\"struct libc::Elf32_Chdr\">Elf32_Chdr</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.seminfo.html\" title=\"struct libc::seminfo\">seminfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ptrace_peeksiginfo_args.html\" title=\"struct libc::ptrace_peeksiginfo_args\">ptrace_peeksiginfo_args</a>"],["impl Copy 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 Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.ptrace_syscall_info.html\" title=\"struct libc::ptrace_syscall_info\">ptrace_syscall_info</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"libc/struct.utmpx.html\" title=\"struct libc::utmpx\">utmpx</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sigset_t.html\" title=\"struct libc::sigset_t\">sigset_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sysinfo.html\" title=\"struct libc::sysinfo\">sysinfo</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.msqid_ds.html\" title=\"struct libc::msqid_ds\">msqid_ds</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.semid_ds.html\" title=\"struct libc::semid_ds\">semid_ds</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sigaction.html\" title=\"struct libc::sigaction\">sigaction</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statfs.html\" title=\"struct libc::statfs\">statfs</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.flock.html\" title=\"struct libc::flock\">flock</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.flock64.html\" title=\"struct libc::flock64\">flock64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.siginfo_t.html\" title=\"struct libc::siginfo_t\">siginfo_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.stack_t.html\" title=\"struct libc::stack_t\">stack_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.stat.html\" title=\"struct libc::stat\">stat</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.stat64.html\" title=\"struct libc::stat64\">stat64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statfs64.html\" title=\"struct libc::statfs64\">statfs64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statvfs64.html\" title=\"struct libc::statvfs64\">statvfs64</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_attr_t.html\" title=\"struct libc::pthread_attr_t\">pthread_attr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct._libc_fpxreg.html\" title=\"struct libc::_libc_fpxreg\">_libc_fpxreg</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct._libc_xmmreg.html\" title=\"struct libc::_libc_xmmreg\">_libc_xmmreg</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct._libc_fpstate.html\" title=\"struct libc::_libc_fpstate\">_libc_fpstate</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.user_regs_struct.html\" title=\"struct libc::user_regs_struct\">user_regs_struct</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.user.html\" title=\"struct libc::user\">user</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.mcontext_t.html\" title=\"struct libc::mcontext_t\">mcontext_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ipc_perm.html\" title=\"struct libc::ipc_perm\">ipc_perm</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.shmid_ds.html\" title=\"struct libc::shmid_ds\">shmid_ds</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.seccomp_notif_sizes.html\" title=\"struct libc::seccomp_notif_sizes\">seccomp_notif_sizes</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ptrace_rseq_configuration.html\" title=\"struct libc::ptrace_rseq_configuration\">ptrace_rseq_configuration</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.user_fpregs_struct.html\" title=\"struct libc::user_fpregs_struct\">user_fpregs_struct</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.ucontext_t.html\" title=\"struct libc::ucontext_t\">ucontext_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.statvfs.html\" title=\"struct libc::statvfs\">statvfs</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.max_align_t.html\" title=\"struct libc::max_align_t\">max_align_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.clone_args.html\" title=\"struct libc::clone_args\">clone_args</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.sem_t.html\" title=\"struct libc::sem_t\">sem_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.termios2.html\" title=\"struct libc::termios2\">termios2</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_mutexattr_t.html\" title=\"struct libc::pthread_mutexattr_t\">pthread_mutexattr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_rwlockattr_t.html\" title=\"struct libc::pthread_rwlockattr_t\">pthread_rwlockattr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_condattr_t.html\" title=\"struct libc::pthread_condattr_t\">pthread_condattr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_barrierattr_t.html\" title=\"struct libc::pthread_barrierattr_t\">pthread_barrierattr_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.fanotify_event_metadata.html\" title=\"struct libc::fanotify_event_metadata\">fanotify_event_metadata</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_cond_t.html\" title=\"struct libc::pthread_cond_t\">pthread_cond_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_mutex_t.html\" title=\"struct libc::pthread_mutex_t\">pthread_mutex_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_rwlock_t.html\" title=\"struct libc::pthread_rwlock_t\">pthread_rwlock_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.pthread_barrier_t.html\" title=\"struct libc::pthread_barrier_t\">pthread_barrier_t</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.can_frame.html\" title=\"struct libc::can_frame\">can_frame</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.canfd_frame.html\" title=\"struct libc::canfd_frame\">canfd_frame</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.canxl_frame.html\" title=\"struct libc::canxl_frame\">canxl_frame</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.open_how.html\" title=\"struct libc::open_how\">open_how</a>"],["impl Copy for <a class=\"struct\" href=\"libc/struct.in6_addr.html\" title=\"struct libc::in6_addr\">in6_addr</a>"]],
"log":[["impl Copy for <a class=\"enum\" href=\"log/enum.Level.html\" title=\"enum log::Level\">Level</a>"],["impl Copy for <a class=\"enum\" href=\"log/enum.LevelFilter.html\" title=\"enum log::LevelFilter\">LevelFilter</a>"]],
"memchr":[["impl Copy for <a class=\"enum\" href=\"memchr/memmem/enum.Prefilter.html\" title=\"enum memchr::memmem::Prefilter\">Prefilter</a>"]],
"miniz_oxide":[["impl Copy for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.CompressionStrategy.html\" title=\"enum miniz_oxide::deflate::core::CompressionStrategy\">CompressionStrategy</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.TDEFLFlush.html\" title=\"enum miniz_oxide::deflate::core::TDEFLFlush\">TDEFLFlush</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/deflate/core/enum.TDEFLStatus.html\" title=\"enum miniz_oxide::deflate::core::TDEFLStatus\">TDEFLStatus</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/deflate/enum.CompressionLevel.html\" title=\"enum miniz_oxide::deflate::CompressionLevel\">CompressionLevel</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/inflate/enum.TINFLStatus.html\" title=\"enum miniz_oxide::inflate::TINFLStatus\">TINFLStatus</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/enum.MZFlush.html\" title=\"enum miniz_oxide::MZFlush\">MZFlush</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/enum.MZStatus.html\" title=\"enum miniz_oxide::MZStatus\">MZStatus</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/enum.MZError.html\" title=\"enum miniz_oxide::MZError\">MZError</a>"],["impl Copy for <a class=\"enum\" href=\"miniz_oxide/enum.DataFormat.html\" title=\"enum miniz_oxide::DataFormat\">DataFormat</a>"],["impl Copy for <a class=\"struct\" href=\"miniz_oxide/struct.StreamResult.html\" title=\"struct miniz_oxide::StreamResult\">StreamResult</a>"]],
"mio":[["impl Copy for <a class=\"struct\" href=\"mio/struct.Interest.html\" title=\"struct mio::Interest\">Interest</a>"],["impl Copy for <a class=\"struct\" href=\"mio/struct.Token.html\" title=\"struct mio::Token\">Token</a>"]],
"num_bigint":[["impl Copy for <a class=\"enum\" href=\"num_bigint/enum.Sign.html\" title=\"enum num_bigint::Sign\">Sign</a>"]],
"num_complex":[["impl&lt;T:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"num_integer/struct.ExtendedGcd.html\" title=\"struct num_integer::ExtendedGcd\">ExtendedGcd</a>&lt;A&gt;"]],
"num_rational":[["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"num_rational/struct.Ratio.html\" title=\"struct num_rational::Ratio\">Ratio</a>&lt;T&gt;"],["impl Copy for <a class=\"struct\" href=\"num_rational/struct.ParseRatioError.html\" title=\"struct num_rational::ParseRatioError\">ParseRatioError</a>"]],
"oneshot":[["impl Copy for <a class=\"struct\" href=\"oneshot/struct.RecvError.html\" title=\"struct oneshot::RecvError\">RecvError</a>"],["impl Copy for <a class=\"enum\" href=\"oneshot/enum.TryRecvError.html\" title=\"enum oneshot::TryRecvError\">TryRecvError</a>"],["impl Copy for <a class=\"enum\" href=\"oneshot/enum.RecvTimeoutError.html\" title=\"enum oneshot::RecvTimeoutError\">RecvTimeoutError</a>"]],
"pem":[["impl Copy for <a class=\"enum\" href=\"pem/enum.LineEnding.html\" title=\"enum pem::LineEnding\">LineEnding</a>"],["impl Copy for <a class=\"struct\" href=\"pem/struct.EncodeConfig.html\" title=\"struct pem::EncodeConfig\">EncodeConfig</a>"]],
"ppv_lite86":[["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesS3.html\" title=\"struct ppv_lite86::x86_64::YesS3\">YesS3</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoS3.html\" title=\"struct ppv_lite86::x86_64::NoS3\">NoS3</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesS4.html\" title=\"struct ppv_lite86::x86_64::YesS4\">YesS4</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoS4.html\" title=\"struct ppv_lite86::x86_64::NoS4\">NoS4</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesA1.html\" title=\"struct ppv_lite86::x86_64::YesA1\">YesA1</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoA1.html\" title=\"struct ppv_lite86::x86_64::NoA1\">NoA1</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesA2.html\" title=\"struct ppv_lite86::x86_64::YesA2\">YesA2</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.NoA2.html\" title=\"struct ppv_lite86::x86_64::NoA2\">NoA2</a>"],["impl Copy for <a class=\"struct\" href=\"ppv_lite86/x86_64/struct.YesNI.html\" title=\"struct ppv_lite86::x86_64::YesNI\">YesNI</a>"],["impl Copy 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;Copy, S4:&nbsp;Copy, NI:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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 Copy 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 Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"prost/struct.EncodeError.html\" title=\"struct prost::EncodeError\">EncodeError</a>"]],
"rand":[["impl Copy for <a class=\"struct\" href=\"rand/distributions/struct.Bernoulli.html\" title=\"struct rand::distributions::Bernoulli\">Bernoulli</a>"],["impl Copy for <a class=\"enum\" href=\"rand/distributions/enum.BernoulliError.html\" title=\"enum rand::distributions::BernoulliError\">BernoulliError</a>"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/struct.OpenClosed01.html\" title=\"struct rand::distributions::OpenClosed01\">OpenClosed01</a>"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/struct.Open01.html\" title=\"struct rand::distributions::Open01\">Open01</a>"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/struct.Alphanumeric.html\" title=\"struct rand::distributions::Alphanumeric\">Alphanumeric</a>"],["impl&lt;'a, T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"rand/distributions/struct.Slice.html\" title=\"struct rand::distributions::Slice\">Slice</a>&lt;'a, T&gt;"],["impl Copy for <a class=\"enum\" href=\"rand/distributions/weighted/enum.WeightedError.html\" title=\"enum rand::distributions::weighted::WeightedError\">WeightedError</a>"],["impl&lt;X:&nbsp;Copy + <a class=\"trait\" href=\"rand/distributions/uniform/trait.SampleUniform.html\" title=\"trait rand::distributions::uniform::SampleUniform\">SampleUniform</a>&gt; Copy 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>: Copy,</span>"],["impl&lt;X:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformInt.html\" title=\"struct rand::distributions::uniform::UniformInt\">UniformInt</a>&lt;X&gt;"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformChar.html\" title=\"struct rand::distributions::uniform::UniformChar\">UniformChar</a>"],["impl&lt;X:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformFloat.html\" title=\"struct rand::distributions::uniform::UniformFloat\">UniformFloat</a>&lt;X&gt;"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/uniform/struct.UniformDuration.html\" title=\"struct rand::distributions::uniform::UniformDuration\">UniformDuration</a>"],["impl Copy for <a class=\"struct\" href=\"rand/distributions/struct.Standard.html\" title=\"struct rand::distributions::Standard\">Standard</a>"]],
"rand_core":[["impl Copy for <a class=\"struct\" href=\"rand_core/struct.OsRng.html\" title=\"struct rand_core::OsRng\">OsRng</a>"]],
"rand_distr":[["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.Binomial.html\" title=\"struct rand_distr::Binomial\">Binomial</a>"],["impl Copy for <a class=\"enum\" href=\"rand_distr/enum.BinomialError.html\" title=\"enum rand_distr::BinomialError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.CauchyError.html\" title=\"enum rand_distr::CauchyError\">Error</a>"],["impl Copy for <a class=\"enum\" href=\"rand_distr/enum.DirichletError.html\" title=\"enum rand_distr::DirichletError\">Error</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.Exp1.html\" title=\"struct rand_distr::Exp1\">Exp1</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.ExpError.html\" title=\"enum rand_distr::ExpError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.FrechetError.html\" title=\"enum rand_distr::FrechetError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.GammaError.html\" title=\"enum rand_distr::GammaError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.ChiSquaredError.html\" title=\"enum rand_distr::ChiSquaredError\">ChiSquaredError</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.FisherFError.html\" title=\"enum rand_distr::FisherFError\">FisherFError</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.BetaError.html\" title=\"enum rand_distr::BetaError\">BetaError</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.Geometric.html\" title=\"struct rand_distr::Geometric\">Geometric</a>"],["impl Copy for <a class=\"enum\" href=\"rand_distr/enum.GeoError.html\" title=\"enum rand_distr::GeoError\">Error</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.StandardGeometric.html\" title=\"struct rand_distr::StandardGeometric\">StandardGeometric</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.GumbelError.html\" title=\"enum rand_distr::GumbelError\">Error</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.Hypergeometric.html\" title=\"struct rand_distr::Hypergeometric\">Hypergeometric</a>"],["impl Copy for <a class=\"enum\" href=\"rand_distr/enum.HyperGeoError.html\" title=\"enum rand_distr::HyperGeoError\">Error</a>"],["impl Copy for <a class=\"enum\" href=\"rand_distr/enum.InverseGaussianError.html\" title=\"enum rand_distr::InverseGaussianError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"struct\" href=\"rand_distr/struct.StandardNormal.html\" title=\"struct rand_distr::StandardNormal\">StandardNormal</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.NormalError.html\" title=\"enum rand_distr::NormalError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.NormalInverseGaussianError.html\" title=\"enum rand_distr::NormalInverseGaussianError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.ParetoError.html\" title=\"enum rand_distr::ParetoError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.PertError.html\" title=\"enum rand_distr::PertError\">PertError</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.PoissonError.html\" title=\"enum rand_distr::PoissonError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.SkewNormalError.html\" title=\"enum rand_distr::SkewNormalError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.TriangularError.html\" title=\"enum rand_distr::TriangularError\">TriangularError</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.UnitBall.html\" title=\"struct rand_distr::UnitBall\">UnitBall</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.UnitCircle.html\" title=\"struct rand_distr::UnitCircle\">UnitCircle</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.UnitDisc.html\" title=\"struct rand_distr::UnitDisc\">UnitDisc</a>"],["impl Copy for <a class=\"struct\" href=\"rand_distr/struct.UnitSphere.html\" title=\"struct rand_distr::UnitSphere\">UnitSphere</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.WeibullError.html\" title=\"enum rand_distr::WeibullError\">Error</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.ZetaError.html\" title=\"enum rand_distr::ZetaError\">ZetaError</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"enum\" href=\"rand_distr/enum.ZipfError.html\" title=\"enum rand_distr::ZipfError\">ZipfError</a>"]],
"rayon_core":[["impl Copy for <a class=\"enum\" href=\"rayon_core/enum.Yield.html\" title=\"enum rayon_core::Yield\">Yield</a>"]],
"regex":[["impl&lt;'t&gt; Copy for <a class=\"struct\" href=\"regex/bytes/struct.Match.html\" title=\"struct regex::bytes::Match\">Match</a>&lt;'t&gt;"],["impl&lt;'t&gt; Copy for <a class=\"struct\" href=\"regex/struct.Match.html\" title=\"struct regex::Match\">Match</a>&lt;'t&gt;"]],
"regex_syntax":[["impl Copy for <a class=\"struct\" href=\"regex_syntax/ast/struct.Span.html\" title=\"struct regex_syntax::ast::Span\">Span</a>"],["impl Copy for <a class=\"struct\" href=\"regex_syntax/ast/struct.Position.html\" title=\"struct regex_syntax::ast::Position\">Position</a>"],["impl Copy for <a class=\"enum\" href=\"regex_syntax/ast/enum.ClassSetBinaryOpKind.html\" title=\"enum regex_syntax::ast::ClassSetBinaryOpKind\">ClassSetBinaryOpKind</a>"],["impl Copy for <a class=\"enum\" href=\"regex_syntax/ast/enum.Flag.html\" title=\"enum regex_syntax::ast::Flag\">Flag</a>"],["impl Copy for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassUnicodeRange.html\" title=\"struct regex_syntax::hir::ClassUnicodeRange\">ClassUnicodeRange</a>"],["impl Copy for <a class=\"struct\" href=\"regex_syntax/hir/struct.ClassBytesRange.html\" title=\"struct regex_syntax::hir::ClassBytesRange\">ClassBytesRange</a>"],["impl Copy for <a class=\"enum\" href=\"regex_syntax/hir/enum.Look.html\" title=\"enum regex_syntax::hir::Look\">Look</a>"],["impl Copy for <a class=\"enum\" href=\"regex_syntax/hir/enum.Dot.html\" title=\"enum regex_syntax::hir::Dot\">Dot</a>"],["impl Copy for <a class=\"struct\" href=\"regex_syntax/hir/struct.LookSet.html\" title=\"struct regex_syntax::hir::LookSet\">LookSet</a>"],["impl Copy for <a class=\"enum\" href=\"regex_syntax/utf8/enum.Utf8Sequence.html\" title=\"enum regex_syntax::utf8::Utf8Sequence\">Utf8Sequence</a>"],["impl Copy for <a class=\"struct\" href=\"regex_syntax/utf8/struct.Utf8Range.html\" title=\"struct regex_syntax::utf8::Utf8Range\">Utf8Range</a>"]],
"ring":[["impl&lt;B:&nbsp;Copy&gt; Copy 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; Copy for <a class=\"struct\" href=\"ring/io/struct.Positive.html\" title=\"struct ring::io::Positive\">Positive</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"ring/digest/struct.Digest.html\" title=\"struct ring::digest::Digest\">Digest</a>"],["impl Copy for <a class=\"struct\" href=\"ring/error/struct.Unspecified.html\" title=\"struct ring::error::Unspecified\">Unspecified</a>"],["impl Copy for <a class=\"struct\" href=\"ring/error/struct.KeyRejected.html\" title=\"struct ring::error::KeyRejected\">KeyRejected</a>"],["impl Copy for <a class=\"struct\" href=\"ring/hkdf/struct.Algorithm.html\" title=\"struct ring::hkdf::Algorithm\">Algorithm</a>"],["impl Copy for <a class=\"struct\" href=\"ring/hmac/struct.Algorithm.html\" title=\"struct ring::hmac::Algorithm\">Algorithm</a>"],["impl Copy for <a class=\"struct\" href=\"ring/hmac/struct.Tag.html\" title=\"struct ring::hmac::Tag\">Tag</a>"],["impl Copy for <a class=\"struct\" href=\"ring/pbkdf2/struct.Algorithm.html\" title=\"struct ring::pbkdf2::Algorithm\">Algorithm</a>"],["impl&lt;B:&nbsp;Copy&gt; Copy 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 Copy for <a class=\"struct\" href=\"ring/signature/struct.Signature.html\" title=\"struct ring::signature::Signature\">Signature</a>"],["impl&lt;B:&nbsp;Copy&gt; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"rulinalg/macros/struct.AbsoluteElementwiseComparator.html\" title=\"struct rulinalg::macros::AbsoluteElementwiseComparator\">AbsoluteElementwiseComparator</a>&lt;T&gt;"],["impl Copy for <a class=\"struct\" href=\"rulinalg/macros/struct.ExactElementwiseComparator.html\" title=\"struct rulinalg::macros::ExactElementwiseComparator\">ExactElementwiseComparator</a>"],["impl Copy for <a class=\"struct\" href=\"rulinalg/macros/struct.UlpElementwiseComparator.html\" title=\"struct rulinalg::macros::UlpElementwiseComparator\">UlpElementwiseComparator</a>"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"rulinalg/macros/struct.FloatElementwiseComparator.html\" title=\"struct rulinalg::macros::FloatElementwiseComparator\">FloatElementwiseComparator</a>&lt;T&gt;"],["impl Copy for <a class=\"enum\" href=\"rulinalg/matrix/enum.Parity.html\" title=\"enum rulinalg::matrix::Parity\">Parity</a>"],["impl Copy for <a class=\"enum\" href=\"rulinalg/matrix/enum.Axes.html\" title=\"enum rulinalg::matrix::Axes\">Axes</a>"],["impl&lt;'a, T:&nbsp;Copy + 'a&gt; Copy 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;Copy + 'a&gt; Copy 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;Copy + 'a&gt; Copy for <a class=\"struct\" href=\"rulinalg/matrix/struct.Column.html\" title=\"struct rulinalg::matrix::Column\">Column</a>&lt;'a, T&gt;"],["impl Copy for <a class=\"enum\" href=\"rulinalg/ulp/enum.UlpComparisonResult.html\" title=\"enum rulinalg::ulp::UlpComparisonResult\">UlpComparisonResult</a>"]],
"rust_stemmers":[["impl Copy for <a class=\"enum\" href=\"rust_stemmers/enum.Algorithm.html\" title=\"enum rust_stemmers::Algorithm\">Algorithm</a>"]],
"rustface":[["impl Copy for <a class=\"struct\" href=\"rustface/struct.Rectangle.html\" title=\"struct rustface::Rectangle\">Rectangle</a>"]],
"rustls":[["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ProtocolVersion.html\" title=\"enum rustls::internal::msgs::enums::ProtocolVersion\">ProtocolVersion</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HashAlgorithm.html\" title=\"enum rustls::internal::msgs::enums::HashAlgorithm\">HashAlgorithm</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.SignatureAlgorithm.html\" title=\"enum rustls::internal::msgs::enums::SignatureAlgorithm\">SignatureAlgorithm</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ClientCertificateType.html\" title=\"enum rustls::internal::msgs::enums::ClientCertificateType\">ClientCertificateType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.Compression.html\" title=\"enum rustls::internal::msgs::enums::Compression\">Compression</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ContentType.html\" title=\"enum rustls::internal::msgs::enums::ContentType\">ContentType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HandshakeType.html\" title=\"enum rustls::internal::msgs::enums::HandshakeType\">HandshakeType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.AlertLevel.html\" title=\"enum rustls::internal::msgs::enums::AlertLevel\">AlertLevel</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.AlertDescription.html\" title=\"enum rustls::internal::msgs::enums::AlertDescription\">AlertDescription</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HeartbeatMessageType.html\" title=\"enum rustls::internal::msgs::enums::HeartbeatMessageType\">HeartbeatMessageType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ExtensionType.html\" title=\"enum rustls::internal::msgs::enums::ExtensionType\">ExtensionType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ServerNameType.html\" title=\"enum rustls::internal::msgs::enums::ServerNameType\">ServerNameType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.NamedCurve.html\" title=\"enum rustls::internal::msgs::enums::NamedCurve\">NamedCurve</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.NamedGroup.html\" title=\"enum rustls::internal::msgs::enums::NamedGroup\">NamedGroup</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.CipherSuite.html\" title=\"enum rustls::internal::msgs::enums::CipherSuite\">CipherSuite</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ECPointFormat.html\" title=\"enum rustls::internal::msgs::enums::ECPointFormat\">ECPointFormat</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.HeartbeatMode.html\" title=\"enum rustls::internal::msgs::enums::HeartbeatMode\">HeartbeatMode</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.ECCurveType.html\" title=\"enum rustls::internal::msgs::enums::ECCurveType\">ECCurveType</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.SignatureScheme.html\" title=\"enum rustls::internal::msgs::enums::SignatureScheme\">SignatureScheme</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.PSKKeyExchangeMode.html\" title=\"enum rustls::internal::msgs::enums::PSKKeyExchangeMode\">PSKKeyExchangeMode</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.KeyUpdateRequest.html\" title=\"enum rustls::internal::msgs::enums::KeyUpdateRequest\">KeyUpdateRequest</a>"],["impl Copy for <a class=\"enum\" href=\"rustls/internal/msgs/enums/enum.CertificateStatusType.html\" title=\"enum rustls::internal::msgs::enums::CertificateStatusType\">CertificateStatusType</a>"],["impl Copy for <a class=\"struct\" href=\"rustls/internal/msgs/handshake/struct.SessionID.html\" title=\"struct rustls::internal::msgs::handshake::SessionID\">SessionID</a>"]],
"rusty_leveldb":[["impl Copy for <a class=\"enum\" href=\"rusty_leveldb/enum.CompressionType.html\" title=\"enum rusty_leveldb::CompressionType\">CompressionType</a>"]],
"rusty_machine":[["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Logit.html\" title=\"struct rusty_machine::learning::glm::Logit\">Logit</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Log.html\" title=\"struct rusty_machine::learning::glm::Log\">Log</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Identity.html\" title=\"struct rusty_machine::learning::glm::Identity\">Identity</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Bernoulli.html\" title=\"struct rusty_machine::learning::glm::Bernoulli\">Bernoulli</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Normal.html\" title=\"struct rusty_machine::learning::glm::Normal\">Normal</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/glm/struct.Poisson.html\" title=\"struct rusty_machine::learning::glm::Poisson\">Poisson</a>"],["impl Copy for <a class=\"enum\" href=\"rusty_machine/learning/gmm/enum.CovOption.html\" title=\"enum rusty_machine::learning::gmm::CovOption\">CovOption</a>"],["impl Copy 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 Copy for <a class=\"struct\" href=\"rusty_machine/learning/nnet/struct.BCECriterion.html\" title=\"struct rusty_machine::learning::nnet::BCECriterion\">BCECriterion</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/nnet/struct.MSECriterion.html\" title=\"struct rusty_machine::learning::nnet::MSECriterion\">MSECriterion</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/gp/struct.ConstMean.html\" title=\"struct rusty_machine::learning::gp::ConstMean\">ConstMean</a>"],["impl Copy 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 Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"rusty_machine/learning/optim/fmincg/struct.ConjugateGD.html\" title=\"struct rusty_machine::learning::optim::fmincg::ConjugateGD\">ConjugateGD</a>"],["impl Copy 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 Copy 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 Copy 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 Copy 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 Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Linear.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Linear\">Linear</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Polynomial.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Polynomial\">Polynomial</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.SquaredExp.html\" title=\"struct rusty_machine::learning::toolkit::kernel::SquaredExp\">SquaredExp</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Exponential.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Exponential\">Exponential</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.HyperTan.html\" title=\"struct rusty_machine::learning::toolkit::kernel::HyperTan\">HyperTan</a>"],["impl Copy for <a class=\"struct\" href=\"rusty_machine/learning/toolkit/kernel/struct.Multiquadric.html\" title=\"struct rusty_machine::learning::toolkit::kernel::Multiquadric\">Multiquadric</a>"],["impl Copy 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;Copy + <a class=\"trait\" href=\"num_traits/float/trait.Float.html\" title=\"trait num_traits::float::Float\">Float</a>&gt; Copy 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 Copy for <a class=\"struct\" href=\"ryu/struct.Buffer.html\" title=\"struct ryu::Buffer\">Buffer</a>"]],
"sct":[["impl Copy for <a class=\"enum\" href=\"sct/enum.Error.html\" title=\"enum sct::Error\">Error</a>"]],
"serde":[["impl&lt;E&gt; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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; Copy 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;'a, E&gt; Copy 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; Copy for <a class=\"struct\" href=\"serde/de/value/struct.BorrowedBytesDeserializer.html\" title=\"struct serde::de::value::BorrowedBytesDeserializer\">BorrowedBytesDeserializer</a>&lt;'de, E&gt;"],["impl Copy for <a class=\"struct\" href=\"serde/de/struct.IgnoredAny.html\" title=\"struct serde::de::IgnoredAny\">IgnoredAny</a>"],["impl&lt;'a&gt; Copy for <a class=\"enum\" href=\"serde/de/enum.Unexpected.html\" title=\"enum serde::de::Unexpected\">Unexpected</a>&lt;'a&gt;"]],
"serde_json":[["impl Copy for <a class=\"enum\" href=\"serde_json/error/enum.Category.html\" title=\"enum serde_json::error::Category\">Category</a>"]],
"sgx_crypto":[["impl Copy for <a class=\"struct\" href=\"sgx_crypto/aes/cbc/struct.AesCbc.html\" title=\"struct sgx_crypto::aes::cbc::AesCbc\">AesCbc</a>"],["impl Copy 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; Copy 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: Copy,</span>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/aes/ccm/struct.Nonce.html\" title=\"struct sgx_crypto::aes::ccm::Nonce\">Nonce</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/aes/ctr/struct.AesCtr.html\" title=\"struct sgx_crypto::aes::ctr::AesCtr\">AesCtr</a>"],["impl Copy 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; Copy 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: Copy,</span>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/aes/gcm/struct.Nonce.html\" title=\"struct sgx_crypto::aes::gcm::Nonce\">Nonce</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcKeyPair.html\" title=\"struct sgx_crypto::ecc::EcKeyPair\">EcKeyPair</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcPrivateKey.html\" title=\"struct sgx_crypto::ecc::EcPrivateKey\">EcPrivateKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcPublicKey.html\" title=\"struct sgx_crypto::ecc::EcPublicKey\">EcPublicKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcShareKey.html\" title=\"struct sgx_crypto::ecc::EcShareKey\">EcShareKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/ecc/struct.EcSignature.html\" title=\"struct sgx_crypto::ecc::EcSignature\">EcSignature</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_crypto/mac/enum.HashType.html\" title=\"enum sgx_crypto::mac::HashType\">HashType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048KeyPair.html\" title=\"struct sgx_crypto::rsa::Rsa2048KeyPair\">Rsa2048KeyPair</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048PrivateKey.html\" title=\"struct sgx_crypto::rsa::Rsa2048PrivateKey\">Rsa2048PrivateKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa2048PublicKey.html\" title=\"struct sgx_crypto::rsa::Rsa2048PublicKey\">Rsa2048PublicKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072KeyPair.html\" title=\"struct sgx_crypto::rsa::Rsa3072KeyPair\">Rsa3072KeyPair</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072PrivateKey.html\" title=\"struct sgx_crypto::rsa::Rsa3072PrivateKey\">Rsa3072PrivateKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/rsa/struct.Rsa3072PublicKey.html\" title=\"struct sgx_crypto::rsa::Rsa3072PublicKey\">Rsa3072PublicKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2KeyPair.html\" title=\"struct sgx_crypto::sm2::Sm2KeyPair\">Sm2KeyPair</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2PrivateKey.html\" title=\"struct sgx_crypto::sm2::Sm2PrivateKey\">Sm2PrivateKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2PublicKey.html\" title=\"struct sgx_crypto::sm2::Sm2PublicKey\">Sm2PublicKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2ShareKey.html\" title=\"struct sgx_crypto::sm2::Sm2ShareKey\">Sm2ShareKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm2/struct.Sm2Signature.html\" title=\"struct sgx_crypto::sm2::Sm2Signature\">Sm2Signature</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm4/cbc/struct.Sm4Cbc.html\" title=\"struct sgx_crypto::sm4::cbc::Sm4Cbc\">Sm4Cbc</a>"],["impl Copy 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; Copy 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: Copy,</span>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm4/ccm/struct.Nonce.html\" title=\"struct sgx_crypto::sm4::ccm::Nonce\">Nonce</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm4/ctr/struct.Sm4Ctr.html\" title=\"struct sgx_crypto::sm4::ctr::Sm4Ctr\">Sm4Ctr</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_crypto/sm4/ctr/struct.Counter.html\" title=\"struct sgx_crypto::sm4::ctr::Counter\">Counter</a>"]],
"sgx_libc":[["impl Copy 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 Copy for <a class=\"struct\" href=\"sgx_rand/chacha/struct.ChaChaRng.html\" title=\"struct sgx_rand::chacha::ChaChaRng\">ChaChaRng</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/exponential/struct.Exp1.html\" title=\"struct sgx_rand::distributions::exponential::Exp1\">Exp1</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/exponential/struct.Exp.html\" title=\"struct sgx_rand::distributions::exponential::Exp\">Exp</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.Gamma.html\" title=\"struct sgx_rand::distributions::gamma::Gamma\">Gamma</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.ChiSquared.html\" title=\"struct sgx_rand::distributions::gamma::ChiSquared\">ChiSquared</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.FisherF.html\" title=\"struct sgx_rand::distributions::gamma::FisherF\">FisherF</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/gamma/struct.StudentT.html\" title=\"struct sgx_rand::distributions::gamma::StudentT\">StudentT</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/normal/struct.StandardNormal.html\" title=\"struct sgx_rand::distributions::normal::StandardNormal\">StandardNormal</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/distributions/normal/struct.Normal.html\" title=\"struct sgx_rand::distributions::normal::Normal\">Normal</a>"],["impl Copy 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;Copy&gt; Copy 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; Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"sgx_rand/distributions/struct.Weighted.html\" title=\"struct sgx_rand::distributions::Weighted\">Weighted</a>&lt;T&gt;"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/isaac/struct.IsaacRng.html\" title=\"struct sgx_rand::isaac::IsaacRng\">IsaacRng</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/isaac/struct.Isaac64Rng.html\" title=\"struct sgx_rand::isaac::Isaac64Rng\">Isaac64Rng</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/reseeding/struct.ReseedWithDefault.html\" title=\"struct sgx_rand::reseeding::ReseedWithDefault\">ReseedWithDefault</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_rand/struct.StdRng.html\" title=\"struct sgx_rand::StdRng\">StdRng</a>"]],
"sgx_types":[["impl Copy for <a class=\"enum\" href=\"sgx_types/error/enum.SgxStatus.html\" title=\"enum sgx_types::error::SgxStatus\">SgxStatus</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/error/enum.PceError.html\" title=\"enum sgx_types::error::PceError\">PceError</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/error/enum.Quote3Error.html\" title=\"enum sgx_types::error::Quote3Error\">Quote3Error</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/error/enum.QcnlError.html\" title=\"enum sgx_types::error::QcnlError\">QcnlError</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.DataDir.html\" title=\"struct sgx_types::metadata::DataDir\">DataDir</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/metadata/enum.DirIndex.html\" title=\"enum sgx_types::metadata::DirIndex\">DirIndex</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.ElRangeConfig.html\" title=\"struct sgx_types::metadata::ElRangeConfig\">ElRangeConfig</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.MetaData.html\" title=\"struct sgx_types::metadata::MetaData\">MetaData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssHeader.html\" title=\"struct sgx_types::metadata::CssHeader\">CssHeader</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssKey.html\" title=\"struct sgx_types::metadata::CssKey\">CssKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssBody.html\" title=\"struct sgx_types::metadata::CssBody\">CssBody</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.CssBuffer.html\" title=\"struct sgx_types::metadata::CssBuffer\">CssBuffer</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/metadata/struct.EnclaveCss.html\" title=\"struct sgx_types::metadata::EnclaveCss\">EnclaveCss</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.EcResult.html\" title=\"enum sgx_types::types::EcResult\">EcResult</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Sha1Hash.html\" title=\"struct sgx_types::types::Sha1Hash\">Sha1Hash</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Sha256Hash.html\" title=\"struct sgx_types::types::Sha256Hash\">Sha256Hash</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Sm3Hash.html\" title=\"struct sgx_types::types::Sm3Hash\">Sm3Hash</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Sha384Hash.html\" title=\"struct sgx_types::types::Sha384Hash\">Sha384Hash</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256SharedKey.html\" title=\"struct sgx_types::types::Ec256SharedKey\">Ec256SharedKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256PrivateKey.html\" title=\"struct sgx_types::types::Ec256PrivateKey\">Ec256PrivateKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256PublicKey.html\" title=\"struct sgx_types::types::Ec256PublicKey\">Ec256PublicKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Ec256Signature.html\" title=\"struct sgx_types::types::Ec256Signature\">Ec256Signature</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.RsaKeyType.html\" title=\"enum sgx_types::types::RsaKeyType\">RsaKeyType</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.RsaResult.html\" title=\"enum sgx_types::types::RsaResult\">RsaResult</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Param.html\" title=\"struct sgx_types::types::Rsa3072Param\">Rsa3072Param</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072PubKey.html\" title=\"struct sgx_types::types::Rsa3072PubKey\">Rsa3072PubKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072PrivKey.html\" title=\"struct sgx_types::types::Rsa3072PrivKey\">Rsa3072PrivKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Key.html\" title=\"struct sgx_types::types::Rsa3072Key\">Rsa3072Key</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa3072Signature.html\" title=\"struct sgx_types::types::Rsa3072Signature\">Rsa3072Signature</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Param.html\" title=\"struct sgx_types::types::Rsa2048Param\">Rsa2048Param</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048PubKey.html\" title=\"struct sgx_types::types::Rsa2048PubKey\">Rsa2048PubKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048PrivKey.html\" title=\"struct sgx_types::types::Rsa2048PrivKey\">Rsa2048PrivKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Key.html\" title=\"struct sgx_types::types::Rsa2048Key\">Rsa2048Key</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Rsa2048Signature.html\" title=\"struct sgx_types::types::Rsa2048Signature\">Rsa2048Signature</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignKey128bit.html\" title=\"struct sgx_types::types::AlignKey128bit\">AlignKey128bit</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignKey256bit.html\" title=\"struct sgx_types::types::AlignKey256bit\">AlignKey256bit</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignMac128bit.html\" title=\"struct sgx_types::types::AlignMac128bit\">AlignMac128bit</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignMac256bit.html\" title=\"struct sgx_types::types::AlignMac256bit\">AlignMac256bit</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignEc256SharedKey.html\" title=\"struct sgx_types::types::AlignEc256SharedKey\">AlignEc256SharedKey</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AlignEc256PrivateKey.html\" title=\"struct sgx_types::types::AlignEc256PrivateKey\">AlignEc256PrivateKey</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlRequestPolicy.html\" title=\"enum sgx_types::types::QlRequestPolicy\">QlRequestPolicy</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.PceInfo.html\" title=\"struct sgx_types::types::PceInfo\">PceInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlQe3Id.html\" title=\"struct sgx_types::types::QlQe3Id\">QlQe3Id</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlConfigVersion.html\" title=\"enum sgx_types::types::QlConfigVersion\">QlConfigVersion</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlQveCollateralParam.html\" title=\"struct sgx_types::types::QlQveCollateralParam\">QlQveCollateralParam</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.ProdType.html\" title=\"enum sgx_types::types::ProdType\">ProdType</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlLogLevel.html\" title=\"enum sgx_types::types::QlLogLevel\">QlLogLevel</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlAttestationAlgorithmId.html\" title=\"enum sgx_types::types::QlAttestationAlgorithmId\">QlAttestationAlgorithmId</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlCertKeyType.html\" title=\"enum sgx_types::types::QlCertKeyType\">QlCertKeyType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlPPIDRsa3072EncryptedCertInfo.html\" title=\"struct sgx_types::types::QlPPIDRsa3072EncryptedCertInfo\">QlPPIDRsa3072EncryptedCertInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlAuthData.html\" title=\"struct sgx_types::types::QlAuthData\">QlAuthData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlCertificationData.html\" title=\"struct sgx_types::types::QlCertificationData\">QlCertificationData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlEcdsaSigData.html\" title=\"struct sgx_types::types::QlEcdsaSigData\">QlEcdsaSigData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QuoteHeader.html\" title=\"struct sgx_types::types::QuoteHeader\">QuoteHeader</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Quote3.html\" title=\"struct sgx_types::types::Quote3\">Quote3</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlQeReportInfo.html\" title=\"struct sgx_types::types::QlQeReportInfo\">QlQeReportInfo</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlPathType.html\" title=\"enum sgx_types::types::QlPathType\">QlPathType</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.PckCertFlag.html\" title=\"enum sgx_types::types::PckCertFlag\">PckCertFlag</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlQvSupplemental.html\" title=\"struct sgx_types::types::QlQvSupplemental\">QlQvSupplemental</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QlQvResult.html\" title=\"enum sgx_types::types::QlQvResult\">QlQvResult</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QvPathType.html\" title=\"enum sgx_types::types::QvPathType\">QvPathType</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QeType.html\" title=\"enum sgx_types::types::QeType\">QeType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg1.html\" title=\"struct sgx_types::types::CDhMsg1\">CDhMsg1</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg2.html\" title=\"struct sgx_types::types::CDhMsg2\">CDhMsg2</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg3.html\" title=\"struct sgx_types::types::CDhMsg3\">CDhMsg3</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDhMsg3Body.html\" title=\"struct sgx_types::types::CDhMsg3Body\">CDhMsg3Body</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CEnclaveIdentity.html\" title=\"struct sgx_types::types::CEnclaveIdentity\">CEnclaveIdentity</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDhSession.html\" title=\"struct sgx_types::types::CDhSession\">CDhSession</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.DhSessionRole.html\" title=\"enum sgx_types::types::DhSessionRole\">DhSessionRole</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.RaKeyType.html\" title=\"enum sgx_types::types::RaKeyType\">RaKeyType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg1.html\" title=\"struct sgx_types::types::CRaMsg1\">CRaMsg1</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg2.html\" title=\"struct sgx_types::types::CRaMsg2\">CRaMsg2</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.PsSecPropDesc.html\" title=\"struct sgx_types::types::PsSecPropDesc\">PsSecPropDesc</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CRaMsg3.html\" title=\"struct sgx_types::types::CRaMsg3\">CRaMsg3</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Spid.html\" title=\"struct sgx_types::types::Spid\">Spid</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.BaseName.html\" title=\"struct sgx_types::types::BaseName\">BaseName</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QuoteNonce.html\" title=\"struct sgx_types::types::QuoteNonce\">QuoteNonce</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.UpdateInfoBit.html\" title=\"struct sgx_types::types::UpdateInfoBit\">UpdateInfoBit</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.QuoteSignType.html\" title=\"enum sgx_types::types::QuoteSignType\">QuoteSignType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Quote.html\" title=\"struct sgx_types::types::Quote\">Quote</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.PlatformInfo.html\" title=\"struct sgx_types::types::PlatformInfo\">PlatformInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AttKeyId.html\" title=\"struct sgx_types::types::AttKeyId\">AttKeyId</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QlAttKeyId.html\" title=\"struct sgx_types::types::QlAttKeyId\">QlAttKeyId</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AttKeyIdExt.html\" title=\"struct sgx_types::types::AttKeyIdExt\">AttKeyIdExt</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QeReportInfo.html\" title=\"struct sgx_types::types::QeReportInfo\">QeReportInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapRaMsg1.html\" title=\"struct sgx_types::types::CDcapRaMsg1\">CDcapRaMsg1</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapURaMsg2.html\" title=\"struct sgx_types::types::CDcapURaMsg2\">CDcapURaMsg2</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapMRaMsg2.html\" title=\"struct sgx_types::types::CDcapMRaMsg2\">CDcapMRaMsg2</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CDcapRaMsg3.html\" title=\"struct sgx_types::types::CDcapRaMsg3\">CDcapRaMsg3</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.EnclaveIdentity.html\" title=\"struct sgx_types::types::EnclaveIdentity\">EnclaveIdentity</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.timespec.html\" title=\"struct sgx_types::types::timespec\">timespec</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeCpuSvn.html\" title=\"struct sgx_types::types::TeeCpuSvn\">TeeCpuSvn</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeAttributes.html\" title=\"struct sgx_types::types::TeeAttributes\">TeeAttributes</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeMeasurement.html\" title=\"struct sgx_types::types::TeeMeasurement\">TeeMeasurement</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeReportData.html\" title=\"struct sgx_types::types::TeeReportData\">TeeReportData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeReportType.html\" title=\"struct sgx_types::types::TeeReportType\">TeeReportType</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Report2Mac.html\" title=\"struct sgx_types::types::Report2Mac\">Report2Mac</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Report2.html\" title=\"struct sgx_types::types::Report2\">Report2</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CAesGcmData.html\" title=\"struct sgx_types::types::CAesGcmData\">CAesGcmData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CSealedData.html\" title=\"struct sgx_types::types::CSealedData\">CSealedData</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.SwitchlessWokerType.html\" title=\"enum sgx_types::types::SwitchlessWokerType\">SwitchlessWokerType</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.SwitchlessWokerEvent.html\" title=\"enum sgx_types::types::SwitchlessWokerEvent\">SwitchlessWokerEvent</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.SwitchlessWokerStats.html\" title=\"struct sgx_types::types::SwitchlessWokerStats\">SwitchlessWokerStats</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.SwitchlessConfig.html\" title=\"struct sgx_types::types::SwitchlessConfig\">SwitchlessConfig</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeTcbSvn.html\" title=\"struct sgx_types::types::TeeTcbSvn\">TeeTcbSvn</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeInfo.html\" title=\"struct sgx_types::types::TeeInfo\">TeeInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TeeTcbInfo.html\" title=\"struct sgx_types::types::TeeTcbInfo\">TeeTcbInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.QeReportCertificationData.html\" title=\"struct sgx_types::types::QeReportCertificationData\">QeReportCertificationData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.EcdsaSigDataV4.html\" title=\"struct sgx_types::types::EcdsaSigDataV4\">EcdsaSigDataV4</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Report2Body.html\" title=\"struct sgx_types::types::Report2Body\">Report2Body</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Quote4Header.html\" title=\"struct sgx_types::types::Quote4Header\">Quote4Header</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Quote4.html\" title=\"struct sgx_types::types::Quote4\">Quote4</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.KssConfig.html\" title=\"struct sgx_types::types::KssConfig\">KssConfig</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.SgxDeviceStatus.html\" title=\"enum sgx_types::types::SgxDeviceStatus\">SgxDeviceStatus</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.EnclaveMode.html\" title=\"enum sgx_types::types::EnclaveMode\">EnclaveMode</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.AttributesFlags.html\" title=\"struct sgx_types::types::AttributesFlags\">AttributesFlags</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.MiscSelect.html\" title=\"struct sgx_types::types::MiscSelect\">MiscSelect</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Attributes.html\" title=\"struct sgx_types::types::Attributes\">Attributes</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.MiscAttribute.html\" title=\"struct sgx_types::types::MiscAttribute\">MiscAttribute</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.ConfigId.html\" title=\"struct sgx_types::types::ConfigId\">ConfigId</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.CpuSvn.html\" title=\"struct sgx_types::types::CpuSvn\">CpuSvn</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.KeyName.html\" title=\"enum sgx_types::types::KeyName\">KeyName</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.KeyId.html\" title=\"struct sgx_types::types::KeyId\">KeyId</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.KeyPolicy.html\" title=\"struct sgx_types::types::KeyPolicy\">KeyPolicy</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.KeyRequest.html\" title=\"struct sgx_types::types::KeyRequest\">KeyRequest</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Measurement.html\" title=\"struct sgx_types::types::Measurement\">Measurement</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.ReportData.html\" title=\"struct sgx_types::types::ReportData\">ReportData</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.TargetInfo.html\" title=\"struct sgx_types::types::TargetInfo\">TargetInfo</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.ReportBody.html\" title=\"struct sgx_types::types::ReportBody\">ReportBody</a>"],["impl Copy for <a class=\"struct\" href=\"sgx_types/types/struct.Report.html\" title=\"struct sgx_types::types::Report\">Report</a>"],["impl Copy for <a class=\"enum\" href=\"sgx_types/types/enum.ProtectPerm.html\" title=\"enum sgx_types::types::ProtectPerm\">ProtectPerm</a>"]],
"sha1_smol":[["impl Copy for <a class=\"struct\" href=\"sha1_smol/struct.Digest.html\" title=\"struct sha1_smol::Digest\">Digest</a>"],["impl Copy for <a class=\"struct\" href=\"sha1_smol/struct.DigestParseError.html\" title=\"struct sha1_smol::DigestParseError\">DigestParseError</a>"]],
"simple_asn1":[["impl Copy for <a class=\"enum\" href=\"simple_asn1/enum.ASN1Class.html\" title=\"enum simple_asn1::ASN1Class\">ASN1Class</a>"]],
"socket2":[["impl Copy for <a class=\"struct\" href=\"socket2/struct.Domain.html\" title=\"struct socket2::Domain\">Domain</a>"],["impl Copy for <a class=\"struct\" href=\"socket2/struct.Type.html\" title=\"struct socket2::Type\">Type</a>"],["impl Copy for <a class=\"struct\" href=\"socket2/struct.Protocol.html\" title=\"struct socket2::Protocol\">Protocol</a>"],["impl Copy for <a class=\"struct\" href=\"socket2/struct.RecvFlags.html\" title=\"struct socket2::RecvFlags\">RecvFlags</a>"]],
"tantivy":[["impl Copy for <a class=\"struct\" href=\"tantivy/struct.DateTime.html\" title=\"struct tantivy::DateTime\">DateTime</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/enum.SegmentComponent.html\" title=\"enum tantivy::SegmentComponent\">SegmentComponent</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/struct.SegmentId.html\" title=\"struct tantivy::SegmentId\">SegmentId</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/tokenizer/enum.Language.html\" title=\"enum tantivy::tokenizer::Language\">Language</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/aggregation/bucket/struct.HistogramBounds.html\" title=\"struct tantivy::aggregation::bucket::HistogramBounds\">HistogramBounds</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/aggregation/bucket/enum.Order.html\" title=\"enum tantivy::aggregation::bucket::Order\">Order</a>"],["impl&lt;'a&gt; Copy for <a class=\"enum\" href=\"tantivy/query/enum.EnableScoring.html\" title=\"enum tantivy::query::EnableScoring\">EnableScoring</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"tantivy/query/struct.SumCombiner.html\" title=\"struct tantivy::query::SumCombiner\">SumCombiner</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/query/struct.SumWithCoordsCombiner.html\" title=\"struct tantivy::query::SumWithCoordsCombiner\">SumWithCoordsCombiner</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/query/struct.DisjunctionMaxCombiner.html\" title=\"struct tantivy::query::DisjunctionMaxCombiner\">DisjunctionMaxCombiner</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/schema/enum.Type.html\" title=\"enum tantivy::schema::Type\">Type</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/schema/enum.DatePrecision.html\" title=\"enum tantivy::schema::DatePrecision\">DatePrecision</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/schema/struct.Field.html\" title=\"struct tantivy::schema::Field\">Field</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/schema/enum.IndexRecordOption.html\" title=\"enum tantivy::schema::IndexRecordOption\">IndexRecordOption</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/schema/enum.Cardinality.html\" title=\"enum tantivy::schema::Cardinality\">Cardinality</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/store/enum.Compressor.html\" title=\"enum tantivy::store::Compressor\">Compressor</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/store/struct.ZstdCompressor.html\" title=\"struct tantivy::store::ZstdCompressor\">ZstdCompressor</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/store/enum.Decompressor.html\" title=\"enum tantivy::store::Decompressor\">Decompressor</a>"],["impl Copy for <a class=\"enum\" href=\"tantivy/enum.ReloadPolicy.html\" title=\"enum tantivy::ReloadPolicy\">ReloadPolicy</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy/struct.DocAddress.html\" title=\"struct tantivy::DocAddress\">DocAddress</a>"]],
"tantivy_common":[["impl Copy for <a class=\"struct\" href=\"tantivy_common/struct.TinySet.html\" title=\"struct tantivy_common::TinySet\">TinySet</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy_common/struct.VIntU128.html\" title=\"struct tantivy_common::VIntU128\">VIntU128</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy_common/struct.VInt.html\" title=\"struct tantivy_common::VInt\">VInt</a>"]],
"tantivy_fst":[["impl&lt;'f&gt; Copy for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Node.html\" title=\"struct tantivy_fst::raw::Node\">Node</a>&lt;'f&gt;"],["impl Copy for <a class=\"struct\" href=\"tantivy_fst/raw/struct.IndexedValue.html\" title=\"struct tantivy_fst::raw::IndexedValue\">IndexedValue</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Output.html\" title=\"struct tantivy_fst::raw::Output\">Output</a>"],["impl Copy for <a class=\"struct\" href=\"tantivy_fst/raw/struct.Transition.html\" title=\"struct tantivy_fst::raw::Transition\">Transition</a>"]],
"tantivy_query_grammar":[["impl Copy for <a class=\"enum\" href=\"tantivy_query_grammar/enum.Occur.html\" title=\"enum tantivy_query_grammar::Occur\">Occur</a>"]],
"teaclave_crypto":[["impl Copy for <a class=\"struct\" href=\"teaclave_crypto/struct.AesGcm256Key.html\" title=\"struct teaclave_crypto::AesGcm256Key\">AesGcm256Key</a>"],["impl Copy for <a class=\"struct\" href=\"teaclave_crypto/struct.AesGcm128Key.html\" title=\"struct teaclave_crypto::AesGcm128Key\">AesGcm128Key</a>"],["impl Copy for <a class=\"struct\" href=\"teaclave_crypto/struct.TeaclaveFile128Key.html\" title=\"struct teaclave_crypto::TeaclaveFile128Key\">TeaclaveFile128Key</a>"]],
"teaclave_proto":[["impl Copy for <a class=\"enum\" href=\"teaclave_proto/teaclave_common/enum.ExecutorStatus.html\" title=\"enum teaclave_proto::teaclave_common::ExecutorStatus\">ExecutorStatus</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.TaskStatus.html\" title=\"enum teaclave_proto::teaclave_common_proto::TaskStatus\">TaskStatus</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.ExecutorStatus.html\" title=\"enum teaclave_proto::teaclave_common_proto::ExecutorStatus\">ExecutorStatus</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_proto/teaclave_common_proto/enum.ExecutorCommand.html\" title=\"enum teaclave_proto::teaclave_common_proto::ExecutorCommand\">ExecutorCommand</a>"]],
"teaclave_types":[["impl Copy for <a class=\"struct\" href=\"teaclave_types/struct.EnclaveMeasurement.html\" title=\"struct teaclave_types::EnclaveMeasurement\">EnclaveMeasurement</a>"],["impl Copy for <a class=\"struct\" href=\"teaclave_types/struct.FileAuthTag.html\" title=\"struct teaclave_types::FileAuthTag\">FileAuthTag</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_types/enum.FileCrypto.html\" title=\"enum teaclave_types::FileCrypto\">FileCrypto</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_types/enum.ExecutorType.html\" title=\"enum teaclave_types::ExecutorType\">ExecutorType</a>"],["impl Copy for <a class=\"enum\" href=\"teaclave_types/enum.Executor.html\" title=\"enum teaclave_types::Executor\">Executor</a>"]],
"time":[["impl Copy for <a class=\"struct\" href=\"time/struct.Date.html\" title=\"struct time::Date\">Date</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.Duration.html\" title=\"struct time::Duration\">Duration</a>"],["impl Copy for <a class=\"struct\" href=\"time/error/struct.ComponentRange.html\" title=\"struct time::error::ComponentRange\">ComponentRange</a>"],["impl Copy for <a class=\"struct\" href=\"time/error/struct.ConversionRange.html\" title=\"struct time::error::ConversionRange\">ConversionRange</a>"],["impl Copy for <a class=\"struct\" href=\"time/error/struct.DifferentVariant.html\" title=\"struct time::error::DifferentVariant\">DifferentVariant</a>"],["impl Copy for <a class=\"struct\" href=\"time/error/struct.InvalidVariant.html\" title=\"struct time::error::InvalidVariant\">InvalidVariant</a>"],["impl Copy for <a class=\"enum\" href=\"time/error/enum.Parse.html\" title=\"enum time::error::Parse\">Parse</a>"],["impl Copy for <a class=\"enum\" href=\"time/error/enum.ParseFromDescription.html\" title=\"enum time::error::ParseFromDescription\">ParseFromDescription</a>"],["impl Copy for <a class=\"enum\" href=\"time/error/enum.TryFromParsed.html\" title=\"enum time::error::TryFromParsed\">TryFromParsed</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/enum.Component.html\" title=\"enum time::format_description::Component\">Component</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Day.html\" title=\"struct time::format_description::modifier::Day\">Day</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.MonthRepr.html\" title=\"enum time::format_description::modifier::MonthRepr\">MonthRepr</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Month.html\" title=\"struct time::format_description::modifier::Month\">Month</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Ordinal.html\" title=\"struct time::format_description::modifier::Ordinal\">Ordinal</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.WeekdayRepr.html\" title=\"enum time::format_description::modifier::WeekdayRepr\">WeekdayRepr</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Weekday.html\" title=\"struct time::format_description::modifier::Weekday\">Weekday</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.WeekNumberRepr.html\" title=\"enum time::format_description::modifier::WeekNumberRepr\">WeekNumberRepr</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.WeekNumber.html\" title=\"struct time::format_description::modifier::WeekNumber\">WeekNumber</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.YearRepr.html\" title=\"enum time::format_description::modifier::YearRepr\">YearRepr</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Year.html\" title=\"struct time::format_description::modifier::Year\">Year</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Hour.html\" title=\"struct time::format_description::modifier::Hour\">Hour</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Minute.html\" title=\"struct time::format_description::modifier::Minute\">Minute</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Period.html\" title=\"struct time::format_description::modifier::Period\">Period</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Second.html\" title=\"struct time::format_description::modifier::Second\">Second</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.SubsecondDigits.html\" title=\"enum time::format_description::modifier::SubsecondDigits\">SubsecondDigits</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Subsecond.html\" title=\"struct time::format_description::modifier::Subsecond\">Subsecond</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetHour.html\" title=\"struct time::format_description::modifier::OffsetHour\">OffsetHour</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetMinute.html\" title=\"struct time::format_description::modifier::OffsetMinute\">OffsetMinute</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.OffsetSecond.html\" title=\"struct time::format_description::modifier::OffsetSecond\">OffsetSecond</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.Padding.html\" title=\"enum time::format_description::modifier::Padding\">Padding</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.Ignore.html\" title=\"struct time::format_description::modifier::Ignore\">Ignore</a>"],["impl Copy for <a class=\"enum\" href=\"time/format_description/modifier/enum.UnixTimestampPrecision.html\" title=\"enum time::format_description::modifier::UnixTimestampPrecision\">UnixTimestampPrecision</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/modifier/struct.UnixTimestamp.html\" title=\"struct time::format_description::modifier::UnixTimestamp\">UnixTimestamp</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; Copy 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 Copy 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 Copy 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 Copy 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 Copy 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 Copy for <a class=\"struct\" href=\"time/format_description/well_known/struct.Rfc2822.html\" title=\"struct time::format_description::well_known::Rfc2822\">Rfc2822</a>"],["impl Copy for <a class=\"struct\" href=\"time/format_description/well_known/struct.Rfc3339.html\" title=\"struct time::format_description::well_known::Rfc3339\">Rfc3339</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.Instant.html\" title=\"struct time::Instant\">Instant</a>"],["impl Copy for <a class=\"enum\" href=\"time/enum.Month.html\" title=\"enum time::Month\">Month</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.OffsetDateTime.html\" title=\"struct time::OffsetDateTime\">OffsetDateTime</a>"],["impl Copy for <a class=\"struct\" href=\"time/parsing/struct.Parsed.html\" title=\"struct time::parsing::Parsed\">Parsed</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.PrimitiveDateTime.html\" title=\"struct time::PrimitiveDateTime\">PrimitiveDateTime</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.Time.html\" title=\"struct time::Time\">Time</a>"],["impl Copy for <a class=\"struct\" href=\"time/struct.UtcOffset.html\" title=\"struct time::UtcOffset\">UtcOffset</a>"],["impl Copy for <a class=\"enum\" href=\"time/enum.Weekday.html\" title=\"enum time::Weekday\">Weekday</a>"]],
"time_core":[["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Nanosecond.html\" title=\"struct time_core::convert::Nanosecond\">Nanosecond</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Microsecond.html\" title=\"struct time_core::convert::Microsecond\">Microsecond</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Millisecond.html\" title=\"struct time_core::convert::Millisecond\">Millisecond</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Second.html\" title=\"struct time_core::convert::Second\">Second</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Minute.html\" title=\"struct time_core::convert::Minute\">Minute</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Hour.html\" title=\"struct time_core::convert::Hour\">Hour</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Day.html\" title=\"struct time_core::convert::Day\">Day</a>"],["impl Copy for <a class=\"struct\" href=\"time_core/convert/struct.Week.html\" title=\"struct time_core::convert::Week\">Week</a>"]],
"tinyvec":[["impl&lt;A&gt; Copy 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> + Copy,<br>&nbsp;&nbsp;&nbsp;&nbsp;A::<a class=\"associatedtype\" href=\"tinyvec/trait.Array.html#associatedtype.Item\" title=\"type tinyvec::Array::Item\">Item</a>: Copy,</span>"],["impl Copy for <a class=\"struct\" href=\"tinyvec/struct.TryFromSliceError.html\" title=\"struct tinyvec::TryFromSliceError\">TryFromSliceError</a>"]],
"tokio":[["impl Copy for <a class=\"struct\" href=\"tokio/io/struct.Interest.html\" title=\"struct tokio::io::Interest\">Interest</a>"],["impl Copy for <a class=\"struct\" href=\"tokio/io/struct.Ready.html\" title=\"struct tokio::io::Ready\">Ready</a>"],["impl Copy for <a class=\"struct\" href=\"tokio/net/unix/struct.UCred.html\" title=\"struct tokio::net::unix::UCred\">UCred</a>"],["impl Copy for <a class=\"enum\" href=\"tokio/sync/mpsc/error/enum.TryRecvError.html\" title=\"enum tokio::sync::mpsc::error::TryRecvError\">TryRecvError</a>"],["impl Copy for <a class=\"struct\" href=\"tokio/time/error/struct.Error.html\" title=\"struct tokio::time::error::Error\">Error</a>"],["impl Copy for <a class=\"struct\" href=\"tokio/time/struct.Instant.html\" title=\"struct tokio::time::Instant\">Instant</a>"],["impl Copy for <a class=\"enum\" href=\"tokio/time/enum.MissedTickBehavior.html\" title=\"enum tokio::time::MissedTickBehavior\">MissedTickBehavior</a>"]],
"tokio_util":[["impl Copy for <a class=\"struct\" href=\"tokio_util/codec/struct.BytesCodec.html\" title=\"struct tokio_util::codec::BytesCodec\">BytesCodec</a>"],["impl Copy for <a class=\"struct\" href=\"tokio_util/codec/length_delimited/struct.Builder.html\" title=\"struct tokio_util::codec::length_delimited::Builder\">Builder</a>"]],
"tonic":[["impl Copy for <a class=\"struct\" href=\"tonic/codec/struct.EnabledCompressionEncodings.html\" title=\"struct tonic::codec::EnabledCompressionEncodings\">EnabledCompressionEncodings</a>"],["impl Copy for <a class=\"enum\" href=\"tonic/codec/enum.CompressionEncoding.html\" title=\"enum tonic::codec::CompressionEncoding\">CompressionEncoding</a>"],["impl&lt;F:&nbsp;Copy&gt; Copy 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;Copy, F:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"tonic/service/interceptor/struct.InterceptedService.html\" title=\"struct tonic::service::interceptor::InterceptedService\">InterceptedService</a>&lt;S, F&gt;"],["impl Copy for <a class=\"enum\" href=\"tonic/enum.Code.html\" title=\"enum tonic::Code\">Code</a>"]],
"tower":[["impl Copy for <a class=\"struct\" href=\"tower/balance/pool/struct.Builder.html\" title=\"struct tower::balance::pool::Builder\">Builder</a>"],["impl&lt;Request&gt; Copy for <a class=\"struct\" href=\"tower/buffer/struct.BufferLayer.html\" title=\"struct tower::buffer::BufferLayer\">BufferLayer</a>&lt;Request&gt;"],["impl Copy for <a class=\"struct\" href=\"tower/limit/rate/struct.Rate.html\" title=\"struct tower::limit::rate::Rate\">Rate</a>"],["impl Copy for <a class=\"struct\" href=\"tower/load/completion/struct.CompleteOnResponse.html\" title=\"struct tower::load::completion::CompleteOnResponse\">CompleteOnResponse</a>"],["impl Copy for <a class=\"struct\" href=\"tower/load/peak_ewma/struct.Cost.html\" title=\"struct tower::load::peak_ewma::Cost\">Cost</a>"],["impl Copy 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;Copy&gt; Copy for <a class=\"struct\" href=\"tower/make/struct.Shared.html\" title=\"struct tower::make::Shared\">Shared</a>&lt;S&gt;"],["impl&lt;T:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"tower/util/struct.ServiceFn.html\" title=\"struct tower::util::ServiceFn\">ServiceFn</a>&lt;T&gt;"]],
"tower_layer":[["impl&lt;F:&nbsp;Copy&gt; Copy for <a class=\"struct\" href=\"tower_layer/struct.LayerFn.html\" title=\"struct tower_layer::LayerFn\">LayerFn</a>&lt;F&gt;"]],
"tracing_core":[["impl Copy for <a class=\"struct\" href=\"tracing_core/struct.Level.html\" title=\"struct tracing_core::Level\">Level</a>"],["impl Copy for <a class=\"struct\" href=\"tracing_core/struct.LevelFilter.html\" title=\"struct tracing_core::LevelFilter\">LevelFilter</a>"],["impl Copy for <a class=\"struct\" href=\"tracing_core/subscriber/struct.NoSubscriber.html\" title=\"struct tracing_core::subscriber::NoSubscriber\">NoSubscriber</a>"]],
"unicode_bidi":[["impl Copy for <a class=\"struct\" href=\"unicode_bidi/data_source/struct.BidiMatchedOpeningBracket.html\" title=\"struct unicode_bidi::data_source::BidiMatchedOpeningBracket\">BidiMatchedOpeningBracket</a>"],["impl Copy for <a class=\"struct\" href=\"unicode_bidi/level/struct.Level.html\" title=\"struct unicode_bidi::level::Level\">Level</a>"],["impl Copy for <a class=\"enum\" href=\"unicode_bidi/enum.BidiClass.html\" title=\"enum unicode_bidi::BidiClass\">BidiClass</a>"]],
"untrusted":[["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"untrusted/struct.Input.html\" title=\"struct untrusted::Input\">Input</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"untrusted/struct.EndOfInput.html\" title=\"struct untrusted::EndOfInput\">EndOfInput</a>"]],
"url":[["impl Copy for <a class=\"enum\" href=\"url/enum.ParseError.html\" title=\"enum url::ParseError\">ParseError</a>"],["impl Copy for <a class=\"enum\" href=\"url/enum.SyntaxViolation.html\" title=\"enum url::SyntaxViolation\">SyntaxViolation</a>"],["impl Copy for <a class=\"enum\" href=\"url/enum.Position.html\" title=\"enum url::Position\">Position</a>"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"url/struct.ParseOptions.html\" title=\"struct url::ParseOptions\">ParseOptions</a>&lt;'a&gt;"]],
"utf8_ranges":[["impl Copy for <a class=\"enum\" href=\"utf8_ranges/enum.Utf8Sequence.html\" title=\"enum utf8_ranges::Utf8Sequence\">Utf8Sequence</a>"],["impl Copy for <a class=\"struct\" href=\"utf8_ranges/struct.Utf8Range.html\" title=\"struct utf8_ranges::Utf8Range\">Utf8Range</a>"]],
"uuid":[["impl Copy for <a class=\"struct\" href=\"uuid/adapter/struct.Hyphenated.html\" title=\"struct uuid::adapter::Hyphenated\">Hyphenated</a>"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"uuid/adapter/struct.HyphenatedRef.html\" title=\"struct uuid::adapter::HyphenatedRef\">HyphenatedRef</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"uuid/adapter/struct.Simple.html\" title=\"struct uuid::adapter::Simple\">Simple</a>"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"uuid/adapter/struct.SimpleRef.html\" title=\"struct uuid::adapter::SimpleRef\">SimpleRef</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"uuid/adapter/struct.Urn.html\" title=\"struct uuid::adapter::Urn\">Urn</a>"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"uuid/adapter/struct.UrnRef.html\" title=\"struct uuid::adapter::UrnRef\">UrnRef</a>&lt;'a&gt;"],["impl Copy for <a class=\"enum\" href=\"uuid/enum.Version.html\" title=\"enum uuid::Version\">Version</a>"],["impl Copy for <a class=\"enum\" href=\"uuid/enum.Variant.html\" title=\"enum uuid::Variant\">Variant</a>"],["impl Copy for <a class=\"struct\" href=\"uuid/struct.Uuid.html\" title=\"struct uuid::Uuid\">Uuid</a>"]],
"webpki":[["impl Copy for <a class=\"enum\" href=\"webpki/enum.Error.html\" title=\"enum webpki::Error\">Error</a>"],["impl&lt;'a&gt; Copy for <a class=\"struct\" href=\"webpki/struct.DNSNameRef.html\" title=\"struct webpki::DNSNameRef\">DNSNameRef</a>&lt;'a&gt;"],["impl Copy for <a class=\"struct\" href=\"webpki/struct.InvalidDNSNameError.html\" title=\"struct webpki::InvalidDNSNameError\">InvalidDNSNameError</a>"],["impl Copy for <a class=\"struct\" href=\"webpki/struct.Time.html\" title=\"struct webpki::Time\">Time</a>"]],
"yasna":[["impl Copy for <a class=\"struct\" href=\"yasna/struct.ASN1Error.html\" title=\"struct yasna::ASN1Error\">ASN1Error</a>"],["impl Copy for <a class=\"enum\" href=\"yasna/enum.ASN1ErrorKind.html\" title=\"enum yasna::ASN1ErrorKind\">ASN1ErrorKind</a>"],["impl Copy for <a class=\"enum\" href=\"yasna/enum.BERMode.html\" title=\"enum yasna::BERMode\">BERMode</a>"],["impl Copy for <a class=\"enum\" href=\"yasna/enum.PCBit.html\" title=\"enum yasna::PCBit\">PCBit</a>"],["impl Copy for <a class=\"enum\" href=\"yasna/enum.TagClass.html\" title=\"enum yasna::TagClass\">TagClass</a>"],["impl Copy 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;}})()