148 lines
No EOL
14 KiB
HTML
148 lines
No EOL
14 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `Container` struct in crate `serde_derive_internals`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, Container">
|
||
|
||
<title>serde_derive_internals::attr::Container - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle">
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../dark.css">
|
||
<link rel="stylesheet" type="text/css" href="../../main.css" id="themeStyle">
|
||
<script src="../../storage.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc struct">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
<div class="sidebar-menu">☰</div>
|
||
|
||
<p class='location'>Struct Container</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.from_ast">from_ast</a><a href="#method.name">name</a><a href="#method.rename_all">rename_all</a><a href="#method.deny_unknown_fields">deny_unknown_fields</a><a href="#method.default">default</a><a href="#method.ser_bound">ser_bound</a><a href="#method.de_bound">de_bound</a><a href="#method.tag">tag</a><a href="#method.type_from">type_from</a><a href="#method.type_into">type_into</a><a href="#method.remote">remote</a><a href="#method.identifier">identifier</a><a href="#method.has_flatten">has_flatten</a><a href="#method.mark_has_flatten">mark_has_flatten</a></div></div><p class='location'><a href='../index.html'>serde_derive_internals</a>::<wbr><a href='index.html'>attr</a></p><script>window.sidebarCurrent = {name: 'Container', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
||
</nav>
|
||
|
||
<div class="theme-picker">
|
||
<button id="theme-picker" aria-label="Pick another theme!">
|
||
<img src="../../brush.svg" width="18" alt="Pick another theme!">
|
||
</button>
|
||
<div id="theme-choices"></div>
|
||
</div>
|
||
<script src="../../theme.js"></script>
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>serde_derive_internals</a>::<wbr><a href='index.html'>attr</a>::<wbr><a class="struct" href=''>Container</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#106-119' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust struct'>pub struct Container { /* fields omitted */ }</pre><div class='docblock'><p>Represents container (e.g. struct) attribute information</p>
|
||
</div>
|
||
<h2 id='methods' class='small-section-header'>
|
||
Methods<a href='#methods' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl' class='impl'><span class='in-band'><code>impl <a class="struct" href="../../serde_derive_internals/attr/struct.Container.html" title="struct serde_derive_internals::attr::Container">Container</a></code><a href='#impl' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#178-443' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.from_ast' class="method"><span id='from_ast.v' class='invisible'><code>pub fn <a href='#method.from_ast' class='fnname'>from_ast</a>(cx: &<a class="struct" href="../../serde_derive_internals/struct.Ctxt.html" title="struct serde_derive_internals::Ctxt">Ctxt</a>, item: &<a class="struct" href="../../syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a>) -> Self</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#180-390' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Extract out the <code>#[serde(...)]</code> attributes from an item.</p>
|
||
</div><h4 id='method.name' class="method"><span id='name.v' class='invisible'><code>pub fn <a href='#method.name' class='fnname'>name</a>(&self) -> &<a class="struct" href="../../serde_derive_internals/attr/struct.Name.html" title="struct serde_derive_internals::attr::Name">Name</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#392-394' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.rename_all' class="method"><span id='rename_all.v' class='invisible'><code>pub fn <a href='#method.rename_all' class='fnname'>rename_all</a>(&self) -> &<a class="enum" href="../../serde_derive_internals/attr/enum.RenameRule.html" title="enum serde_derive_internals::attr::RenameRule">RenameRule</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#396-398' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.deny_unknown_fields' class="method"><span id='deny_unknown_fields.v' class='invisible'><code>pub fn <a href='#method.deny_unknown_fields' class='fnname'>deny_unknown_fields</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#400-402' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.default' class="method"><span id='default.v' class='invisible'><code>pub fn <a href='#method.default' class='fnname'>default</a>(&self) -> &<a class="enum" href="../../serde_derive_internals/attr/enum.Default.html" title="enum serde_derive_internals::attr::Default">Default</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#404-406' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ser_bound' class="method"><span id='ser_bound.v' class='invisible'><code>pub fn <a href='#method.ser_bound' class='fnname'>ser_bound</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="enum" href="../../syn/generics/enum.WherePredicate.html" title="enum syn::generics::WherePredicate">WherePredicate</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#408-410' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.de_bound' class="method"><span id='de_bound.v' class='invisible'><code>pub fn <a href='#method.de_bound' class='fnname'>de_bound</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="enum" href="../../syn/generics/enum.WherePredicate.html" title="enum syn::generics::WherePredicate">WherePredicate</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#412-414' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.tag' class="method"><span id='tag.v' class='invisible'><code>pub fn <a href='#method.tag' class='fnname'>tag</a>(&self) -> &<a class="enum" href="../../serde_derive_internals/attr/enum.EnumTag.html" title="enum serde_derive_internals::attr::EnumTag">EnumTag</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#416-418' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.type_from' class="method"><span id='type_from.v' class='invisible'><code>pub fn <a href='#method.type_from' class='fnname'>type_from</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="enum" href="../../syn/ty/enum.Type.html" title="enum syn::ty::Type">Type</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#420-422' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.type_into' class="method"><span id='type_into.v' class='invisible'><code>pub fn <a href='#method.type_into' class='fnname'>type_into</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="enum" href="../../syn/ty/enum.Type.html" title="enum syn::ty::Type">Type</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#424-426' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.remote' class="method"><span id='remote.v' class='invisible'><code>pub fn <a href='#method.remote' class='fnname'>remote</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../syn/path/struct.Path.html" title="struct syn::path::Path">Path</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#428-430' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.identifier' class="method"><span id='identifier.v' class='invisible'><code>pub fn <a href='#method.identifier' class='fnname'>identifier</a>(&self) -> <a class="enum" href="../../serde_derive_internals/attr/enum.Identifier.html" title="enum serde_derive_internals::attr::Identifier">Identifier</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#432-434' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.has_flatten' class="method"><span id='has_flatten.v' class='invisible'><code>pub fn <a href='#method.has_flatten' class='fnname'>has_flatten</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#436-438' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.mark_has_flatten' class="method"><span id='mark_has_flatten.v' class='invisible'><code>pub fn <a href='#method.mark_has_flatten' class='fnname'>mark_has_flatten</a>(&mut self)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/serde_derive_internals/attr.rs.html#440-442' title='goto source code'>[src]</a></span></h4>
|
||
</div></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt><kbd>?</kbd></dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt><kbd>S</kbd></dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt><kbd>↑</kbd></dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt><kbd>↓</kbd></dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt><kbd>↹</kbd></dt>
|
||
<dd>Switch tab</dd>
|
||
<dt><kbd>⏎</kbd></dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt><kbd>+</kbd></dt>
|
||
<dd>Expand all sections</dd>
|
||
<dt><kbd>-</kbd></dt>
|
||
<dd>Collapse all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../../";
|
||
window.currentCrate = "serde_derive_internals";
|
||
</script>
|
||
<script src="../../main.js"></script>
|
||
<script defer src="../../search-index.js"></script>
|
||
</body>
|
||
</html> |