Skip to content

Commit

Permalink
deploy: f8d2843
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 2, 2023
1 parent bb0a834 commit c123fca
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion casbin/error/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/error/enum.ModelError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/error/enum.PolicyError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/error/enum.RbacError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/error/enum.RequestError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/error/struct.AdapterError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion casbin/trait.EnforceArgs.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions casbin/trait.TryIntoAdapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}</code></pre><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.try_into_adapter" class="method"><a class="src rightside" href="../src/casbin/convert.rs.html#23">source</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Adapter.html" title="trait casbin::Adapter">Adapter</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoAdapter-for-()" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#86-90">source</a><a href="#impl-TryIntoAdapter-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a> for <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.try_into_adapter" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#87-89">source</a><a href="#method.try_into_adapter" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
Self: 'async_trait,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoAdapter-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#71-82">source</a><a href="#impl-TryIntoAdapter-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a> for <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a>,</span></h3></section></summary><div class="impl-items"><section id="method.try_into_adapter" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#75-81">source</a><a href="#method.try_into_adapter" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Adapter.html" title="trait casbin::Adapter">Adapter</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoAdapter-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#71-82">source</a><a href="#impl-TryIntoAdapter-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a> for <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a>,</span></h3></section></summary><div class="impl-items"><section id="method.try_into_adapter-1" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#75-81">source</a><a href="#method.try_into_adapter-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
Self: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoAdapter-for-()" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#86-90">source</a><a href="#impl-TryIntoAdapter-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a> for <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.try_into_adapter-1" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#87-89">source</a><a href="#method.try_into_adapter-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Adapter.html" title="trait casbin::Adapter">Adapter</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoAdapter-for-%26'static+str" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#56-68">source</a><a href="#impl-TryIntoAdapter-for-%26'static+str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoAdapter.html" title="trait casbin::TryIntoAdapter">TryIntoAdapter</a> for &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><section id="method.try_into_adapter-2" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#57-67">source</a><a href="#method.try_into_adapter-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_adapter" class="fn">try_into_adapter</a>&lt;'async_trait&gt;(
Expand Down
6 changes: 3 additions & 3 deletions casbin/trait.TryIntoModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}</code></pre><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.try_into_model" class="method"><a class="src rightside" href="../src/casbin/convert.rs.html#18">source</a><h4 class="code-header">fn <a href="#tymethod.try_into_model" class="fn">try_into_model</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Model.html" title="trait casbin::Model">Model</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoModel-for-%26'static+str" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#27-38">source</a><a href="#impl-TryIntoModel-for-%26'static+str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a> for &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><section id="method.try_into_model" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#28-37">source</a><a href="#method.try_into_model" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_model" class="fn">try_into_model</a>&lt;'async_trait&gt;(
Self: 'async_trait,</span></h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoModel-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#41-53">source</a><a href="#impl-TryIntoModel-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a> for <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a>,</span></h3></section></summary><div class="impl-items"><section id="method.try_into_model" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#46-52">source</a><a href="#method.try_into_model" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_model" class="fn">try_into_model</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Model.html" title="trait casbin::Model">Model</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoModel-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#41-53">source</a><a href="#impl-TryIntoModel-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a> for <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a>,</span></h3></section></summary><div class="impl-items"><section id="method.try_into_model-1" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#46-52">source</a><a href="#method.try_into_model-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_model" class="fn">try_into_model</a>&lt;'async_trait&gt;(
Self: 'async_trait,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryIntoModel-for-%26'static+str" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#27-38">source</a><a href="#impl-TryIntoModel-for-%26'static+str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a> for &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.str.html">str</a></h3></section></summary><div class="impl-items"><section id="method.try_into_model-1" class="method trait-impl"><a class="src rightside" href="../src/casbin/convert.rs.html#28-37">source</a><a href="#method.try_into_model-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.try_into_model" class="fn">try_into_model</a>&lt;'async_trait&gt;(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="type" href="type.Result.html" title="type casbin::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.Model.html" title="trait casbin::Model">Model</a>&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<span class="where fmt-newline">where
Self: 'async_trait,</span></h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TryIntoModel-for-T" class="impl"><a class="src rightside" href="../src/casbin/convert.rs.html#93-100">source</a><a href="#impl-TryIntoModel-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.TryIntoModel.html" title="trait casbin::TryIntoModel">TryIntoModel</a> for T<span class="where fmt-newline">where
Expand Down
2 changes: 1 addition & 1 deletion implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c123fca

Please sign in to comment.