placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<sectionid='main'class="content trait">
<h1class='fqn'><spanclass='in-band'>Trait <ahref='index.html'>lazy_static</a>::<wbr><aclass='trait'href=''>__Deref</a></span><spanclass='out-of-band'><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><spanid='render-detail'>
<aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">
type <ahref='#associatedtype.Target'class='type'>Target</a>: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a>;
<h3id='associatedtype.Target'class='method stab '><code>type <ahref='#associatedtype.Target'class='type'>Target</a>: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></code></h3><divclass='docblock'><p>The resulting type after dereferencing</p>
</div></div>
<h2id='required-methods'>Required Methods</h2>
<divclass='methods'>
<h3id='tymethod.deref'class='method stab '><code>fn <ahref='#tymethod.deref'class='fnname'>deref</a>(&self) ->&Self::<aclass='trait'href='../lazy_static/trait.__Deref.html'title='lazy_static::__Deref'>Target</a></code></h3><divclass='docblock'><p>The method called to dereference a value</p>
</div></div>
<h2id='implementors'>Implementors</h2>
<ulclass='item-list'id='implementors-list'>
<li><code>impl<T> Deref for <aclass='struct'href='https://doc.rust-lang.org/nightly/core/nonzero/struct.NonZero.html'title='core::nonzero::NonZero'>NonZero</a><T><spanclass='where'>where T: <aclass='trait'href='https://doc.rust-lang.org/nightly/core/nonzero/trait.Zeroable.html'title='core::nonzero::Zeroable'>Zeroable</a></span></code></li>
<li><code>impl<T> Deref for <aclass='struct'href='https://doc.rust-lang.org/nightly/core/ptr/struct.Unique.html'title='core::ptr::Unique'>Unique</a><T><spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> Deref for <aclass='struct'href='https://doc.rust-lang.org/nightly/core/ptr/struct.Shared.html'title='core::ptr::Shared'>Shared</a><T><spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> Deref for &'a T <spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> Deref for &'a mut T <spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'b, T> Deref for <aclass='struct'href='https://doc.rust-lang.org/nightly/core/cell/struct.Ref.html'title='core::cell::Ref'>Ref</a><'b, T><spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'b, T> Deref for <aclass='struct'href='https://doc.rust-lang.org/nightly/core/cell/struct.RefMut.html'title='core::cell::RefMut'>RefMut</a><'b, T><spanclass='where'>where T: ?<aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html'title='core::marker::Sized'>Sized</a></span></code></li>