mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
9 lines
7.3 KiB
HTML
9 lines
7.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Resource` trait in crate `actix_router`."><title>Resource in actix_router - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="actix_router" data-themes="" data-resource-suffix="" data-rustdoc-version="1.80.0-nightly (bdbbb6c6a 2024-05-26)" data-channel="nightly" data-search-js="search-d52510db62a78183.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="icon" href="https://actix.rs/favicon.ico"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../actix_router/index.html"><img src="https://actix.rs/img/logo.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../actix_router/index.html"><img src="https://actix.rs/img/logo.png" alt="logo"></a><h2><a href="../actix_router/index.html">actix_router</a><span class="version">0.5.3</span></h2></div><h2 class="location"><a href="#">Resource</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.Path">Path</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.resource_path">resource_path</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In crate actix_router</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="index.html">actix_router</a>::<wbr><a class="trait" href="#">Resource</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../src/actix_router/resource_path.rs.html#5-10">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Resource {
|
||
type <a href="#associatedtype.Path" class="associatedtype">Path</a>: <a class="trait" href="trait.ResourcePath.html" title="trait actix_router::ResourcePath">ResourcePath</a>;
|
||
|
||
// Required method
|
||
fn <a href="#tymethod.resource_path" class="fn">resource_path</a>(&mut self) -> &mut <a class="struct" href="struct.Path.html" title="struct actix_router::Path">Path</a><Self::<a class="associatedtype" href="trait.Resource.html#associatedtype.Path" title="type actix_router::Resource::Path">Path</a>>;
|
||
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.Path" class="method"><a class="src rightside" href="../src/actix_router/resource_path.rs.html#7">source</a><h4 class="code-header">type <a href="#associatedtype.Path" class="associatedtype">Path</a>: <a class="trait" href="trait.ResourcePath.html" title="trait actix_router::ResourcePath">ResourcePath</a></h4></section></summary><div class="docblock"><p>Type of resource’s path returned in <code>resource_path</code>.</p>
|
||
</div></details></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.resource_path" class="method"><a class="src rightside" href="../src/actix_router/resource_path.rs.html#9">source</a><h4 class="code-header">fn <a href="#tymethod.resource_path" class="fn">resource_path</a>(&mut self) -> &mut <a class="struct" href="struct.Path.html" title="struct actix_router::Path">Path</a><Self::<a class="associatedtype" href="trait.Resource.html#associatedtype.Path" title="type actix_router::Resource::Path">Path</a>></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Resource-for-T" class="impl"><a class="src rightside" href="../src/actix_router/path.rs.html#234-244">source</a><a href="#impl-Resource-for-T" class="anchor">§</a><h3 class="code-header">impl<T, P> <a class="trait" href="trait.Resource.html" title="trait actix_router::Resource">Resource</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.DerefMut.html" title="trait core::ops::deref::DerefMut">DerefMut</a><Target = <a class="struct" href="struct.Path.html" title="struct actix_router::Path">Path</a><P>>,
|
||
P: <a class="trait" href="trait.ResourcePath.html" title="trait actix_router::ResourcePath">ResourcePath</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Path-1" class="associatedtype trait-impl"><a href="#associatedtype.Path-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Path" class="associatedtype">Path</a> = P</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Resource-for-Path%3CT%3E" class="impl"><a class="src rightside" href="../src/actix_router/path.rs.html#226-232">source</a><a href="#impl-Resource-for-Path%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="trait.ResourcePath.html" title="trait actix_router::ResourcePath">ResourcePath</a>> <a class="trait" href="trait.Resource.html" title="trait actix_router::Resource">Resource</a> for <a class="struct" href="struct.Path.html" title="struct actix_router::Path">Path</a><T></h3></section></summary><div class="impl-items"><section id="associatedtype.Path-2" class="associatedtype trait-impl"><a href="#associatedtype.Path-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Path" class="associatedtype">Path</a> = T</h4></section></div></details></div><script src="../trait.impl/actix_router/resource_path/trait.Resource.js" async></script></section></div></main></body></html> |