</div></details><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><sectionid="impl-Kind-for-Min"class="impl"><aclass="src rightside"href="../../../src/heapless/binary_heap.rs.html#34">source</a><ahref="#impl-Kind-for-Min"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Kind.html"title="trait arduboy_rust::heapless::binary_heap::Kind">Kind</a> for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor">§</a></h2><divid="synthetic-implementations-list"><sectionid="impl-RefUnwindSafe-for-Min"class="impl"><ahref="#impl-RefUnwindSafe-for-Min"class="anchor">§</a><h3class="code-header">impl RefUnwindSafe for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section><sectionid="impl-Send-for-Min"class="impl"><ahref="#impl-Send-for-Min"class="anchor">§</a><h3class="code-header">impl Send for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section><sectionid="impl-Sync-for-Min"class="impl"><ahref="#impl-Sync-for-Min"class="anchor">§</a><h3class="code-header">impl Sync for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section><sectionid="impl-Unpin-for-Min"class="impl"><ahref="#impl-Unpin-for-Min"class="anchor">§</a><h3class="code-header">impl Unpin for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section><sectionid="impl-UnwindSafe-for-Min"class="impl"><ahref="#impl-UnwindSafe-for-Min"class="anchor">§</a><h3class="code-header">impl UnwindSafe for <aclass="enum"href="enum.Min.html"title="enum arduboy_rust::heapless::binary_heap::Min">Min</a></h3></section></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor">§</a></h2><divid="blanket-implementations-list"><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Any-for-Min"class="impl"><ahref="#impl-Any-for-Min"class="anchor">§</a><h3class="code-header">impl<T> Any for T<spanclass="where fmt-newline">where
T: 'static + ?Sized,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl"><ahref="#method.type_id"class="anchor">§</a><h4class="code-header">fn <aclass="fn">type_id</a>(&self) -> TypeId</h4></section></summary><divclass='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a>Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Borrow%3CT%3E-for-Min"class="impl"><ahref="#impl-Borrow%3CT%3E-for-Min"class="anchor">§</a><h3class="code-header">impl<T> Borrow<T> for T<spanclass="where fmt-newline">where
T: ?Sized,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow"class="method trait-impl"><ahref="#method.borrow"class="anchor">§</a><h4class="code-header">fn <aclass="fn">borrow</a>(&self) ->&T</h4></section></summary><divclass='docblock'>Immutably borrows from an owned value. <a>Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-BorrowMut%3CT%3E-for-Min"class="impl"><ahref="#impl-BorrowMut%3CT%3E-for-Min"class="anchor">§</a><h3class="code-header">impl<T> BorrowMut<T> for T<spanclass="where fmt-newline">where
T: ?Sized,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow_mut"class="method trait-impl"><ahref="#method.borrow_mut"class="anchor">§</a><h4class="code-header">fn <aclass="fn">borrow_mut</a>(&mut self) ->&mut T</h4></section></summary><divclass='docblock'>Mutably borrows from an owned value. <a>Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-From%3CT%3E-for-Min"class="impl"><ahref="#impl-From%3CT%3E-for-Min"class="anchor">§</a><h3class="code-header">impl<T> From<T> for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from"class="method trait-impl"><ahref="#method.from"class="anchor">§</a><h4class="code-header">fn <aclass="fn">from</a>(t: T) -> T</h4></section></summary><divclass="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Into%3CU%3E-for-Min"class="impl"><ahref="#impl-Into%3CU%3E-for-Min"class="anchor">§</a><h3class="code-header">impl<T, U> Into<U> for T<spanclass="where fmt-newline">where
U: Into<T>,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <aclass="associatedtype">Error</a> = Infallible</h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl"><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <aclass="fn">try_from</a>(value: U) -> Result<T, <T as TryFrom<U>>::Error></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-Min"class="impl"><ahref="#impl-TryInto%3CU%3E-for-Min"class="anchor">§</a><h3class="code-header">impl<T, U> TryInto<U> for T<spanclass="where fmt-newline">where
U: TryFrom<T>,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <aclass="associatedtype">Error</a> = <U as TryFrom<T>>::Error</h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl"><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <aclass="fn">try_into</a>(self) -> Result<U, <U as TryFrom<T>>::Error></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>