</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.join"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#360">source</a><h4class="code-header">pub fn <ahref="#method.join"class="fn">join</a>(&self, input: &<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <aclass="enum"href="https://docs.rs/url/2.3.1/url/parser/enum.ParseError.html"title="enum url::parser::ParseError">ParseError</a>></h4></section></summary><divclass="docblock"><p>Parse a string as an URL, with this URL as the base URL.</p>
<spanclass="macro">assert_eq!</span>(url.as_str(), <spanclass="string">"https://example.net/a/c.png"</span>); <spanclass="comment">// Not /a/b.html/c.png
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.make_relative"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#405">source</a><h4class="code-header">pub fn <ahref="#method.make_relative"class="fn">make_relative</a>(&self, url: &<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="https://doc.rust-lang.org/1.68.2/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>></h4></section></summary><divclass="docblock"><p>Creates a relative URL if possible, with this URL as the base URL.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.options"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#515">source</a><h4class="code-header">pub fn <ahref="#method.options"class="fn">options</a><'a>() -><aclass="struct"href="https://docs.rs/url/2.3.1/url/struct.ParseOptions.html"title="struct url::ParseOptions">ParseOptions</a><'a></h4></section></summary><divclass="docblock"><p>Return a default <code>ParseOptions</code> that can fully configure the URL parser.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.as_str"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#542">source</a><h4class="code-header">pub fn <ahref="#method.as_str"class="fn">as_str</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass="docblock"><p>Return the serialization of this URL.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.into_string"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#566">source</a><h4class="code-header">pub fn <ahref="#method.into_string"class="fn">into_string</a>(self) -><aclass="struct"href="https://doc.rust-lang.org/1.68.2/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></section><spanclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span><span>Deprecated since 2.3.0: use Into<String></span></div></span></summary><divclass="docblock"><p>Return the serialization of this URL.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.origin"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#765">source</a><h4class="code-header">pub fn <ahref="#method.origin"class="fn">origin</a>(&self) -><aclass="enum"href="https://docs.rs/url/2.3.1/url/origin/enum.Origin.html"title="enum url::origin::Origin">Origin</a></h4></section></summary><divclass="docblock"><p>Return the origin of this URL (<ahref="https://url.spec.whatwg.org/#origin">https://url.spec.whatwg.org/#origin</a>)</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.scheme"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#785">source</a><h4class="code-header">pub fn <ahref="#method.scheme"class="fn">scheme</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass="docblock"><p>Return the scheme of this URL, lower-cased, as an ASCII string without the ‘:’ delimiter.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.has_authority"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#815">source</a><h4class="code-header">pub fn <ahref="#method.has_authority"class="fn">has_authority</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Return whether the URL has an ‘authority’,
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.cannot_be_a_base"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#846">source</a><h4class="code-header">pub fn <ahref="#method.cannot_be_a_base"class="fn">cannot_be_a_base</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Return whether this URL is a cannot-be-a-base URL,
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.username"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#872">source</a><h4class="code-header">pub fn <ahref="#method.username"class="fn">username</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass="docblock"><p>Return the username for this URL (typically the empty string)
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.password"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#905">source</a><h4class="code-header">pub fn <ahref="#method.password"class="fn">password</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>></h4></section></summary><divclass="docblock"><p>Return the password for this URL, if any, as a percent-encoded ASCII string.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.host_str"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#977">source</a><h4class="code-header">pub fn <ahref="#method.host_str"class="fn">host_str</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>></h4></section></summary><divclass="docblock"><p>Return the string representation of the host (domain or IP address) for this URL, if any.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.host"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1016">source</a><h4class="code-header">pub fn <ahref="#method.host"class="fn">host</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://docs.rs/url/2.3.1/url/host/enum.Host.html"title="enum url::host::Host">Host</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>>></h4></section></summary><divclass="docblock"><p>Return the parsed representation of the host for this URL.
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.domain"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1048">source</a><h4class="code-header">pub fn <ahref="#method.domain"class="fn">domain</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>></h4></section></summary><divclass="docblock"><p>If this URL has a host and it is a domain name (not an IP address), return it.
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.port"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1080">source</a><h4class="code-header">pub fn <ahref="#method.port"class="fn">port</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.u16.html">u16</a>></h4></section></summary><divclass="docblock"><p>Return the port number for this URL, if any.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.port_or_known_default"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1112">source</a><h4class="code-header">pub fn <ahref="#method.port_or_known_default"class="fn">port_or_known_default</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.u16.html">u16</a>></h4></section></summary><divclass="docblock"><p>Return the port number for this URL, or the default port number if it is known.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.path"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1194">source</a><h4class="code-header">pub fn <ahref="#method.path"class="fn">path</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass="docblock"><p>Return the path for this URL, as a percent-encoded ASCII string.
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.query"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1270">source</a><h4class="code-header">pub fn <ahref="#method.query"class="fn">query</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>></h4></section></summary><divclass="docblock"><p>Return this URL’s query string, if any, as a percent-encoded ASCII string.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fragment"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1345">source</a><h4class="code-header">pub fn <ahref="#method.fragment"class="fn">fragment</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>></h4></section></summary><divclass="docblock"><p>Return this URL’s fragment identifier, if any.</p>
url.set_port(<spanclass="prelude-val">Some</span>(<spanclass="number">4096</span>)).map_err(|<spanclass="kw">_</span>| <spanclass="string">"cannot be base"</span>)<spanclass="question-mark">?</span>;
url.set_port(<spanclass="prelude-val">None</span>).map_err(|<spanclass="kw">_</span>| <spanclass="string">"cannot be base"</span>)<spanclass="question-mark">?</span>;
url.set_port(<spanclass="prelude-val">Some</span>(<spanclass="number">443</span>)).map_err(|<spanclass="kw">_</span>| <spanclass="string">"cannot be base"</span>)<spanclass="question-mark">?</span>;
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.set_ip_host"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#1947">source</a><h4class="code-header">pub fn <ahref="#method.set_ip_host"class="fn">set_ip_host</a>(&mut self, address: <aclass="enum"href="https://doc.rust-lang.org/1.68.2/std/net/ip_addr/enum.IpAddr.html"title="enum std::net::ip_addr::IpAddr">IpAddr</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>></h4></section></summary><divclass="docblock"><p>Change this URL’s host to the given IP address.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.from_file_path"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2322">source</a><h4class="code-header">pub fn <ahref="#method.from_file_path"class="fn">from_file_path</a><P>(path: P) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>><spanclass="where fmt-newline">where<br> P: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="struct"href="https://doc.rust-lang.org/1.68.2/std/path/struct.Path.html"title="struct std::path::Path">Path</a>>,</span></h4></section></summary><divclass="docblock"><p>Convert a file name as <code>std::path::Path</code> into an URL in the <code>file</code> scheme.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.from_directory_path"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2359">source</a><h4class="code-header">pub fn <ahref="#method.from_directory_path"class="fn">from_directory_path</a><P>(path: P) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>><spanclass="where fmt-newline">where<br> P: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="struct"href="https://doc.rust-lang.org/1.68.2/std/path/struct.Path.html"title="struct std::path::Path">Path</a>>,</span></h4></section></summary><divclass="docblock"><p>Convert a directory name as <code>std::path::Path</code> into an URL in the <code>file</code> scheme.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.serialize_internal"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2375-2377">source</a><h4class="code-header">pub fn <ahref="#method.serialize_internal"class="fn">serialize_internal</a><S>(<br> &self,<br> serializer: S<br>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<S as <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>>::<aclass="associatedtype"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html#associatedtype.Ok"title="type serde::ser::Serializer::Ok">Ok</a>, <S as <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>>::<aclass="associatedtype"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html#associatedtype.Error"title="type serde::ser::Serializer::Error">Error</a>><spanclass="where fmt-newline">where<br> S: <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>,</span></h4></section></summary><divclass="docblock"><p>Serialize with Serde using the internal representation of the <code>Url</code> struct.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.deserialize_internal"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2417-2419">source</a><h4class="code-header">pub fn <ahref="#method.deserialize_internal"class="fn">deserialize_internal</a><'de, D>(<br> deserializer: D<br>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <D as <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>>::<aclass="associatedtype"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html#associatedtype.Error"title="type serde::de::Deserializer::Error">Error</a>><spanclass="where fmt-newline">where<br> D: <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>,</span></h4></section></summary><divclass="docblock"><p>Serialize with Serde using the internal representation of the <code>Url</code> struct.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.to_file_path"class="method has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2476">source</a><h4class="code-header">pub fn <ahref="#method.to_file_path"class="fn">to_file_path</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="https://doc.rust-lang.org/1.68.2/std/path/struct.PathBuf.html"title="struct std::path::PathBuf">PathBuf</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>></h4></section></summary><divclass="docblock"><p>Assuming the URL is in the <code>file</code> scheme or similar,
</div></details></div></details></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-AsRef%3Cstr%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2598">source</a><ahref="#impl-AsRef%3Cstr%3E-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Return the serialization of this URL.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.as_ref"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2600">source</a><ahref="#method.as_ref"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.AsRef.html#tymethod.as_ref"class="fn">as_ref</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass='docblock'>Converts this type into a shared reference of the (usually inferred) input type.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Clone-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#169">source</a><ahref="#impl-Clone-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#169">source</a><ahref="#method.clone"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/clone/trait.Clone.html#tymethod.clone"class="fn">clone</a>(&self) -><aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h4></section></summary><divclass='docblock'>Returns a copy of the value. <ahref="https://doc.rust-lang.org/1.68.2/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone_from"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/clone.rs.html#132-134">source</a></span><ahref="#method.clone_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/clone/trait.Clone.html#method.clone_from"class="fn">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Self)</h4></section></summary><divclass='docblock'>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/1.68.2/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Debug-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2541">source</a><ahref="#impl-Debug-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Debug the serialization of this URL.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2543">source</a><ahref="#method.fmt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Debug.html#tymethod.fmt"class="fn">fmt</a>(&self, formatter: &mut <aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Deserialize%3C%27de%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2647">source</a><ahref="#impl-Deserialize%3C%27de%3E-for-Url"class="anchor">§</a><h3class="code-header">impl<'de><aclass="trait"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Deserializes this URL from a <code>serde</code> stream.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.deserialize"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2648-2650">source</a><ahref="#method.deserialize"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html#tymethod.deserialize"class="fn">deserialize</a><D>(<br> deserializer: D<br>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <D as <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>>::<aclass="associatedtype"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html#associatedtype.Error"title="type serde::de::Deserializer::Error">Error</a>><spanclass="where fmt-newline">where<br> D: <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>,</span></h4></section></summary><divclass='docblock'>Deserialize this value from the given Serde deserializer. <ahref="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Display-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2526">source</a><ahref="#impl-Display-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Display the serialization of this URL.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt-1"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2528">source</a><ahref="#method.fmt-1"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Display.html#tymethod.fmt"class="fn">fmt</a>(&self, formatter: &mut <aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.68.2/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-From%3CUrl%3E-for-PartialValue"class="impl has-srclink"><aclass="srclink rightside"href="../../src/kanidmd_lib/value.rs.html#393-397">source</a><ahref="#impl-From%3CUrl%3E-for-PartialValue"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html"title="trait core::convert::From">From</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>> for <aclass="enum"href="../value/enum.PartialValue.html"title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from-1"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../../src/kanidmd_lib/value.rs.html#394-396">source</a><ahref="#method.from-1"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(i: <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -> Self</h4></section></summary><divclass='docblock'>Converts to this type from the input type.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-From%3CUrl%3E-for-String"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2534">source</a><ahref="#impl-From%3CUrl%3E-for-String"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html"title="trait core::convert::From">From</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>> for <aclass="struct"href="https://doc.rust-lang.org/1.68.2/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h3></section></summary><divclass="docblock"><p>String conversion.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2535">source</a><ahref="#method.from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(value: <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -><aclass="struct"href="https://doc.rust-lang.org/1.68.2/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></section></summary><divclass='docblock'>Converts to this type from the input type.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-From%3CUrl%3E-for-Value"class="impl has-srclink"><aclass="srclink rightside"href="../../src/kanidmd_lib/value.rs.html#965-969">source</a><ahref="#impl-From%3CUrl%3E-for-Value"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html"title="trait core::convert::From">From</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>> for <aclass="enum"href="../value/enum.Value.html"title="enum kanidmd_lib::value::Value">Value</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from-2"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../../src/kanidmd_lib/value.rs.html#966-968">source</a><ahref="#method.from-2"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(i: <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -> Self</h4></section></summary><divclass='docblock'>Converts to this type from the input type.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-FromStr-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2508">source</a><ahref="#impl-FromStr-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/str/traits/trait.FromStr.html"title="trait core::str::traits::FromStr">FromStr</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Parse a string as an URL, without a base URL or encoding override.</p>
</div><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Err"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Err"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.68.2/core/str/traits/trait.FromStr.html#associatedtype.Err"class="associatedtype">Err</a> = <aclass="enum"href="https://docs.rs/url/2.3.1/url/parser/enum.ParseError.html"title="enum url::parser::ParseError">ParseError</a></h4></section></summary><divclass='docblock'>The associated error which can be returned from parsing.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.from_str"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2512">source</a><ahref="#method.from_str"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/str/traits/trait.FromStr.html#tymethod.from_str"class="fn">from_str</a>(input: &<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <aclass="enum"href="https://docs.rs/url/2.3.1/url/parser/enum.ParseError.html"title="enum url::parser::ParseError">ParseError</a>></h4></section></summary><divclass='docblock'>Parses a string <code>s</code> to return a value of this type. <ahref="https://doc.rust-lang.org/1.68.2/core/str/traits/trait.FromStr.html#tymethod.from_str">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Hash-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2587">source</a><ahref="#impl-Hash-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>URLs hash like their serialization.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.hash"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2589-2591">source</a><ahref="#method.hash"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hash.html#tymethod.hash"class="fn">hash</a><H>(&self, state: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&mut </a>H)<spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>,</span></h4></section></summary><divclass='docblock'>Feeds this value into the given <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hasher.html"title="Hasher"><code>Hasher</code></a>. <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.hash_slice"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.3.0">1.3.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/hash/mod.rs.html#239-241">source</a></span><ahref="#method.hash_slice"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hash.html#method.hash_slice"class="fn">hash_slice</a><H>(data: &<aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.slice.html">[Self]</a>, state: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&mut </a>H)<spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>,<br> Self: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Feeds a slice of this type into the given <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hasher.html"title="Hasher"><code>Hasher</code></a>. <ahref="https://doc.rust-lang.org/1.68.2/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Index%3CRange%3CPosition%3E%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/slicing.rs.html#33">source</a><ahref="#impl-Index%3CRange%3CPosition%3E%3E-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/ops/range/struct.Range.html"title="struct core::ops::range::Range">Range</a><<aclass="enum"href="https://docs.rs/url/2.3.1/url/slicing/enum.Position.html"title="enum url::slicing::Position">Position</a>>> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Output-1"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.68.2/core/ops/index/trait.Index.html#associatedtype.Output"class="associatedtype">Output</a> = <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a></h4></section></summary><divclass='docblock'>The returned type after indexing.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.index-1"class="method trait-impl has-srclink"><aclass="srclink rightside"h
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.cmp"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2573">source</a><ahref="#method.cmp"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#tymethod.cmp"class="fn">cmp</a>(&self, other: &<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a></h4></section></summary><divclass='docblock'>This method returns an <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/enum.Ordering.html"title="Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.max"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#796-799">source</a></span><ahref="#method.max"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.max"class="fn">max</a>(self, other: Self) -> Self<spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Compares and returns the maximum of two values. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.max">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.min"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#826-829">source</a></span><ahref="#method.min"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.min"class="fn">min</a>(self, other: Self) -> Self<spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><divclass='docblock'>Compares and returns the minimum of two values. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.min">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clamp"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.50.0">1.50.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#861-865">source</a></span><ahref="#method.clamp"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.clamp"class="fn">clamp</a>(self, min: Self, max: Self) -> Self<spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a> + <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><Self>,</span></h4></section></summary><divclass='docblock'>Restrict a value to a certain interval. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Ord.html#method.clamp">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-PartialEq%3CUrl%3E-for-Url"class="impl has-srclink"
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.eq"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2565">source</a><ahref="#method.eq"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialEq.html#tymethod.eq"class="fn">eq</a>(&self, other: &<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.ne"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#227">source</a></span><ahref="#method.ne"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialEq.html#method.ne"class="fn">ne</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-PartialOrd%3CUrl%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2579">source</a><ahref="#impl-PartialOrd%3CUrl%3E-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>URLs compare like their serialization.</p>
</div><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.partial_cmp"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2581">source</a><ahref="#method.partial_cmp"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp"class="fn">partial_cmp</a>(&self, other: &<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><divclass='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.lt"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#1096">source</a></span><ahref="#method.lt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.lt"class="fn">lt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.le"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#1115">source</a></span><ahref="#method.le"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.le"class="fn">le</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code>
operator. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.gt"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#1133">source</a></span><ahref="#method.gt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.gt"class="fn">gt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.ge"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.68.2/src/core/cmp.rs.html#1152">source</a></span><ahref="#method.ge"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.ge"class="fn">ge</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code>
operator. <ahref="https://doc.rust-lang.org/1.68.2/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Serialize-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2634">source</a><ahref="#impl-Serialize-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serialize.html"title="trait serde::ser::Serialize">Serialize</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="docblock"><p>Serializes this URL into a <code>serde</code> stream.</p>
unsuccessful bind attempt.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-TryFrom%3C%26%27a%20str%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2517">source</a><ahref="#impl-TryFrom%3C%26%27a%20str%3E-for-Url"class="anchor">§</a><h3class="code-header">impl<'a><aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><&'a <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://docs.rs/url/2.3.1/url/parser/enum.ParseError.html"title="enum url::parser::ParseError">ParseError</a></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 has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2520">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(s: &'a <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.68.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a>, <<aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a> as <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><&'a <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.str.html">str</a>>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.68.2/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><sectionid="impl-Eq-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/url/2.3.1/src/url/lib.rs.html#2560">source</a><ahref="#impl-Eq-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section><divclass="docblock"><p>URLs compare like their serialization.</p>
</div></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-Url"class="impl has-srclink"><ahref="#impl-RefUnwindSafe-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section><sectionid="impl-Send-for-Url"class="impl has-srclink"><ahref="#impl-Send-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section><sectionid="impl-Sync-for-Url"class="impl has-srclink"><ahref="#impl-Sync-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section><sectionid="impl-Unpin-for-Url"class="impl has-srclink"><ahref="#impl-Unpin-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</a></h3></section><sectionid="impl-UnwindSafe-for-Url"class="impl has-srclink"><ahref="#impl-UnwindSafe-for-Url"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.Url.html"title="struct kanidmd_lib::prelude::Url">Url</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-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/1.68.2/src/core/any.rs.html#200">source</a><ahref="#impl-Any-for-Url"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T<spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/1.68.2/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/1.68.2/src/core/any.rs.html#201">source</a><ahref="#method.type_id"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.68.2/core/any/trait.Any.html#tymethod.type_id"class="fn">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.68.2/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></h4></section></summary><divclass='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/1.68.2/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-AsTaggedExplicit%3C%27a%3E-for-Url"class="impl has-srclink"><ahref="#impl-AsTaggedExplicit%3C%27a%3E-for-Url"class="anchor">§</a><h3class="code-header">impl<'a, T> AsTagg
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Instrument-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#276">source</a><ahref="#impl-Instrument-for-Url"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.instrument"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#82">source</a><ahref="#method.instrument"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument"class="fn">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the provided <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.in_current_span"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#121">source</a><ahref="#method.in_current_span"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fn">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html#method.current">current</a><ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"><code>Span</code></a>, returning an
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Pointable-for-Url"class="impl has-srclink"><ahref="#impl-Pointable-for-Url"class="anchor">§</a><h3class="code-header">impl<T> Pointable for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedconstant.ALIGN"class="associatedconstant trait-impl has-srclink"><ahref="#associatedconstant.ALIGN"class="anchor">§</a><h4class="code-header">const <aclass="constant">ALIGN</a>: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.usize.html">usize</a> = mem::align_of::<T>()</h4></section></summary><divclass='docblock'>The alignment of pointer.</div></details><detailsclass="toggle"open><summary><sectionid="associatedtype.Init"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Init"class="anchor">§</a><h4class="code-header">type <aclass="associatedtype">Init</a> = T</h4></section></summary><divclass='docblock'>The type for initializers.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.init"class="method trait-impl has-srclink"><ahref="#method.init"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">init</a>(init: <T as Pointable>::Init) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.usize.html">usize</a></h4></section></summary><divclass='docblock'>Initializes a with the given initializer. <a>Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.deref"class="method trait-impl has-srclink"><ahref="#method.deref"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">deref</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.usize.html">usize</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&'a </a>T</h4></section></summary><divclass='docblock'>Dereferences the given pointer. <a>Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.deref_mut"class="method trait-impl has-srclink"><ahref="#method.deref_mut"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">deref_mut</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.usize.html">usize</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.reference.html">&'a mut </a>T</h4></section></summary><divclass='docblock'>Mutably dereferences the given pointer. <a>Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.drop"class="method trait-impl has-srclink"><ahref="#method.drop"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">drop</a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.68.2/std/primitive.usize.html">usize</a>)</h4></section></summary><divclass='docblock'>Drops the object pointed to by the given pointer. <a>Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Same%3CT%3E-for-Url"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/typenum/1.16.0/src/typenum/type_operators.rs.html#34">source</a><ahref="#impl-Same%3CT%3E-for-Url"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html"title="trait typenum::type_operators::Same">Same</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Output-4"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output-4"class="anchor">§</a><h4class="code-header">type <ahref="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html#associatedtype.Output"class="associatedtype">Output</a> = T</h4></section></summary><divclass='docblock'>Should alway
<ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="WithDispatch"><code>WithDispatch</code></a> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.with_current_subscriber"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#221">source</a><ahref="#method.with_current_subscriber"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber"class="fn">with_current_subscriber</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><divclass='docblock'>Attaches the current <ahref="https://docs.rs/tracing/0.1.37/tracing/dispatcher/index.html#setting-the-default-subscriber">default</a><ahref="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a