mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 23:02:55 +00:00
617 lines
174 KiB
HTML
617 lines
174 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 `StatementExecutor` struct in crate `operator`."><title>StatementExecutor in operator::statement - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="operator" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-ce535bd0.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">StatementExecutor</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../operator/index.html">operator</a><span class="version">1.0.0-beta.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Statement<wbr>Executor</a></h2><h3><a href="#fields">Fields</a></h3><ul class="block structfield"><li><a href="#structfield.cache_invalidator" title="cache_invalidator">cache_invalidator</a></li><li><a href="#structfield.catalog_manager" title="catalog_manager">catalog_manager</a></li><li><a href="#structfield.flow_metadata_manager" title="flow_metadata_manager">flow_metadata_manager</a></li><li><a href="#structfield.inserter" title="inserter">inserter</a></li><li><a href="#structfield.partition_manager" title="partition_manager">partition_manager</a></li><li><a href="#structfield.procedure_executor" title="procedure_executor">procedure_executor</a></li><li><a href="#structfield.process_manager" title="process_manager">process_manager</a></li><li><a href="#structfield.query_engine" title="query_engine">query_engine</a></li><li><a href="#structfield.table_metadata_manager" title="table_metadata_manager">table_metadata_manager</a></li><li><a href="#structfield.view_info_manager" title="view_info_manager">view_info_manager</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.alter_database" title="alter_database">alter_database</a></li><li><a href="#method.alter_database_inner" title="alter_database_inner">alter_database_inner</a></li><li><a href="#method.alter_database_procedure" title="alter_database_procedure">alter_database_procedure</a></li><li><a href="#method.alter_logical_tables" title="alter_logical_tables">alter_logical_tables</a></li><li><a href="#method.alter_logical_tables_procedure" title="alter_logical_tables_procedure">alter_logical_tables_procedure</a></li><li><a href="#method.alter_table" title="alter_table">alter_table</a></li><li><a href="#method.alter_table_inner" title="alter_table_inner">alter_table_inner</a></li><li><a href="#method.build_read_stream" title="build_read_stream">build_read_stream</a></li><li><a href="#method.cache_invalidator" title="cache_invalidator">cache_invalidator</a></li><li><a href="#method.catalog_manager" title="catalog_manager">catalog_manager</a></li><li><a href="#method.close_cursor" title="close_cursor">close_cursor</a></li><li><a href="#method.collect_metadata" title="collect_metadata">collect_metadata</a></li><li><a href="#method.comment" title="comment">comment</a></li><li><a href="#method.comment_by_expr" title="comment_by_expr">comment_by_expr</a></li><li><a href="#method.convert_truncate_time_ranges" title="convert_truncate_time_ranges">convert_truncate_time_ranges</a></li><li><a href="#method.copy_database_from" title="copy_database_from">copy_database_from</a></li><li><a href="#method.copy_database_to" title="copy_database_to">copy_database_to</a></li><li><a href="#method.copy_query_to" title="copy_query_to">copy_query_to</a></li><li><a href="#method.copy_table_from" title="copy_table_from">copy_table_from</a></li><li><a href="#method.copy_table_to" title="copy_table_to">copy_table_to</a></li><li><a href="#method.copy_to_file" title="copy_to_file">copy_to_file</a></li><li><a href="#method.create_comment_on_task_from_expr" title="create_comment_on_task_from_expr">create_comment_on_task_from_expr</a></li><li><a href="#method.create_comment_on_task_from_stmt" title="create_comment_on_task_from_stmt">create_comment_on_task_from_stmt</a></li><li><a href="#method.create_database" title="create_database">create_database</a></li><li><a href="#method.create_database_procedure" title="create_database_procedure">create_database_procedure</a></li><li><a href="#method.create_external_table" title="create_external_table">create_external_table</a></li><li><a href="#method.create_flow" title="create_flow">create_flow</a></li><li><a href="#method.create_flow_inner" title="create_flow_inner">create_flow_inner</a></li><li><a href="#method.create_flow_procedure" title="create_flow_procedure">create_flow_procedure</a></li><li><a href="#method.create_logical_tables" title="create_logical_tables">create_logical_tables</a></li><li><a href="#method.create_logical_tables_procedure" title="create_logical_tables_procedure">create_logical_tables_procedure</a></li><li><a href="#method.create_non_logic_table" title="create_non_logic_table">create_non_logic_table</a></li><li><a href="#method.create_table" title="create_table">create_table</a></li><li><a href="#method.create_table_inner" title="create_table_inner">create_table_inner</a></li><li><a href="#method.create_table_like" title="create_table_like">create_table_like</a></li><li><a href="#method.create_table_procedure" title="create_table_procedure">create_table_procedure</a></li><li><a href="#method.create_view" title="create_view">create_view</a></li><li><a href="#method.create_view_by_expr" title="create_view_by_expr">create_view_by_expr</a></li><li><a href="#method.declare_cursor" title="declare_cursor">declare_cursor</a></li><li><a href="#method.describe_table" title="describe_table">describe_table</a></li><li><a href="#method.determine_flow_type" title="determine_flow_type">determine_flow_type</a></li><li><a href="#method.drop_database" title="drop_database">drop_database</a></li><li><a href="#method.drop_database_procedure" title="drop_database_procedure">drop_database_procedure</a></li><li><a href="#method.drop_flow" title="drop_flow">drop_flow</a></li><li><a href="#method.drop_flow_procedure" title="drop_flow_procedure">drop_flow_procedure</a></li><li><a href="#method.drop_table" title="drop_table">drop_table</a></li><li><a href="#method.drop_table_procedure" title="drop_table_procedure">drop_table_procedure</a></li><li><a href="#method.drop_tables" title="drop_tables">drop_tables</a></li><li><a href="#method.drop_view" title="drop_view">drop_view</a></li><li><a href="#method.drop_view_procedure" title="drop_view_procedure">drop_view_procedure</a></li><li><a href="#method.exec_plan" title="exec_plan">exec_plan</a></li><li><a href="#method.execute_admin_command" title="execute_admin_command">execute_admin_command</a></li><li><a href="#method.execute_kill" title="execute_kill">execute_kill</a></li><li><a href="#method.execute_sql" title="execute_sql">execute_sql</a></li><li><a href="#method.execute_stmt" title="execute_stmt">execute_stmt</a></li><li><a href="#method.execute_tql" title="execute_tql">execute_tql</a></li><li><a href="#method.fetch_cursor" title="fetch_cursor">fetch_cursor</a></li><li><a href="#method.get_table" title="get_table">get_table</a></li><li><a href="#method.insert" title="insert">insert</a></li><li><a href="#method.inserter" title="inserter">inserter</a></li><li><a href="#method.kill_connection_id" title="kill_connection_id">kill_connection_id</a></li><li><a href="#method.kill_process_id" title="kill_process_id">kill_process_id</a></li><li><a href="#method.list_copy_from_entries" title="list_copy_from_entries">list_copy_from_entries</a></li><li><a href="#method.new" title="new">new</a></li><li><a href="#method.optimize_logical_plan" title="optimize_logical_plan">optimize_logical_plan</a></li><li><a href="#method.plan" title="plan">plan</a></li><li><a href="#method.plan_exec" title="plan_exec">plan_exec</a></li><li><a href="#method.plan_tql" title="plan_tql">plan_tql</a></li><li><a href="#method.procedure_executor" title="procedure_executor">procedure_executor</a></li><li><a href="#method.set_variables" title="set_variables">set_variables</a></li><li><a href="#method.show_charset" title="show_charset">show_charset</a></li><li><a href="#method.show_collation" title="show_collation">show_collation</a></li><li><a href="#method.show_columns" title="show_columns">show_columns</a></li><li><a href="#method.show_create_database" title="show_create_database">show_create_database</a></li><li><a href="#method.show_create_flow" title="show_create_flow">show_create_flow</a></li><li><a href="#method.show_create_table" title="show_create_table">show_create_table</a></li><li><a href="#method.show_create_table_for_pg" title="show_create_table_for_pg">show_create_table_for_pg</a></li><li><a href="#method.show_create_view" title="show_create_view">show_create_view</a></li><li><a href="#method.show_databases" title="show_databases">show_databases</a></li><li><a href="#method.show_flows" title="show_flows">show_flows</a></li><li><a href="#method.show_index" title="show_index">show_index</a></li><li><a href="#method.show_processlist" title="show_processlist">show_processlist</a></li><li><a href="#method.show_region" title="show_region">show_region</a></li><li><a href="#method.show_search_path" title="show_search_path">show_search_path</a></li><li><a href="#method.show_status" title="show_status">show_status</a></li><li><a href="#method.show_table_status" title="show_table_status">show_table_status</a></li><li><a href="#method.show_tables" title="show_tables">show_tables</a></li><li><a href="#method.show_variable" title="show_variable">show_variable</a></li><li><a href="#method.show_views" title="show_views">show_views</a></li><li><a href="#method.stream_to_file" title="stream_to_file">stream_to_file</a></li><li><a href="#method.truncate_table" title="truncate_table">truncate_table</a></li><li><a href="#method.truncate_table_procedure" title="truncate_table_procedure">truncate_table_procedure</a></li><li><a href="#method.use_database" title="use_database">use_database</a></li><li><a href="#method.validate_logical_table_partition_rule" title="validate_logical_table_partition_rule">validate_logical_table_partition_rule</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-StatementExecutor" title="Clone">Clone</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-StatementExecutor" title="!RefUnwindSafe">!RefUnwindSafe</a></li><li><a href="#impl-UnwindSafe-for-StatementExecutor" title="!UnwindSafe">!UnwindSafe</a></li><li><a href="#impl-Freeze-for-StatementExecutor" title="Freeze">Freeze</a></li><li><a href="#impl-Send-for-StatementExecutor" title="Send">Send</a></li><li><a href="#impl-Sync-for-StatementExecutor" title="Sync">Sync</a></li><li><a href="#impl-Unpin-for-StatementExecutor" title="Unpin">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Any-for-T-1" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow<T>">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut<T>">BorrowMut<T></a></li><li><a href="#impl-CloneAny-for-T" title="CloneAny">CloneAny</a></li><li><a href="#impl-CloneAnySend-for-T" title="CloneAnySend">CloneAnySend</a></li><li><a href="#impl-CloneAnySendSync-for-T" title="CloneAnySendSync">CloneAnySendSync</a></li><li><a href="#impl-CloneAnySync-for-T" title="CloneAnySync">CloneAnySync</a></li><li><a href="#impl-CloneToUninit-for-T" title="CloneToUninit">CloneToUninit</a></li><li><a href="#impl-Conv-for-T" title="Conv">Conv</a></li><li><a href="#impl-Convert%3CT%3E-for-V" title="Convert<T>">Convert<T></a></li><li><a href="#impl-ErasedDestructor-for-T" title="ErasedDestructor">ErasedDestructor</a></li><li><a href="#impl-FmtForward-for-T" title="FmtForward">FmtForward</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-FromRef%3CT%3E-for-T" title="FromRef<T>">FromRef<T></a></li><li><a href="#impl-FutureExt-for-T" title="FutureExt">FutureExt</a></li><li><a href="#impl-Instrument-for-T" title="Instrument">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-IntoEither-for-T" title="IntoEither">IntoEither</a></li><li><a href="#impl-IntoRequest%3CT%3E-for-T" title="IntoRequest<T>">IntoRequest<T></a></li><li><a href="#impl-LayerExt%3CL%3E-for-L" title="LayerExt<L>">LayerExt<L></a></li><li><a href="#impl-MaybeSend-for-T" title="MaybeSend">MaybeSend</a></li><li><a href="#impl-Pipe-for-T" title="Pipe">Pipe</a></li><li><a href="#impl-Pointable-for-T" title="Pointable">Pointable</a></li><li><a href="#impl-PolicyExt-for-T" title="PolicyExt">PolicyExt</a></li><li><a href="#impl-Same-for-T" title="Same">Same</a></li><li><a href="#impl-ServiceExt-for-T" title="ServiceExt">ServiceExt</a></li><li><a href="#impl-SupersetOf%3CSS%3E-for-SP" title="SupersetOf<SS>">SupersetOf<SS></a></li><li><a href="#impl-Tap-for-T" title="Tap">Tap</a></li><li><a href="#impl-ToOwned-for-T" title="ToOwned">ToOwned</a></li><li><a href="#impl-TryConv-for-T" title="TryConv">TryConv</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-T" title="VZip<V>">VZip<V></a></li><li><a href="#impl-WithSubscriber-for-T" title="WithSubscriber">WithSubscriber</a></li><li><a href="#impl-Within%3CG2%3E-for-G1" title="Within<G2>">Within<G2></a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In operator::<wbr>statement</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">operator</a>::<wbr><a href="index.html">statement</a></div><h1>Struct <span class="struct">Statement<wbr>Executor</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/operator/statement.rs.html#110-123">Source</a> </span></div><pre class="rust item-decl"><code>pub struct StatementExecutor {
|
|
catalog_manager: CatalogManagerRef,
|
|
query_engine: QueryEngineRef,
|
|
procedure_executor: ProcedureExecutorRef,
|
|
table_metadata_manager: TableMetadataManagerRef,
|
|
flow_metadata_manager: FlowMetadataManagerRef,
|
|
view_info_manager: ViewInfoManagerRef,
|
|
partition_manager: PartitionRuleManagerRef,
|
|
cache_invalidator: CacheInvalidatorRef,
|
|
inserter: <a class="type" href="../insert/type.InserterRef.html" title="type operator::insert::InserterRef">InserterRef</a>,
|
|
process_manager: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><ProcessManagerRef>,
|
|
}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.catalog_manager" class="structfield section-header"><a href="#structfield.catalog_manager" class="anchor field">§</a><code>catalog_manager: CatalogManagerRef</code></span><span id="structfield.query_engine" class="structfield section-header"><a href="#structfield.query_engine" class="anchor field">§</a><code>query_engine: QueryEngineRef</code></span><span id="structfield.procedure_executor" class="structfield section-header"><a href="#structfield.procedure_executor" class="anchor field">§</a><code>procedure_executor: ProcedureExecutorRef</code></span><span id="structfield.table_metadata_manager" class="structfield section-header"><a href="#structfield.table_metadata_manager" class="anchor field">§</a><code>table_metadata_manager: TableMetadataManagerRef</code></span><span id="structfield.flow_metadata_manager" class="structfield section-header"><a href="#structfield.flow_metadata_manager" class="anchor field">§</a><code>flow_metadata_manager: FlowMetadataManagerRef</code></span><span id="structfield.view_info_manager" class="structfield section-header"><a href="#structfield.view_info_manager" class="anchor field">§</a><code>view_info_manager: ViewInfoManagerRef</code></span><span id="structfield.partition_manager" class="structfield section-header"><a href="#structfield.partition_manager" class="anchor field">§</a><code>partition_manager: PartitionRuleManagerRef</code></span><span id="structfield.cache_invalidator" class="structfield section-header"><a href="#structfield.cache_invalidator" class="anchor field">§</a><code>cache_invalidator: CacheInvalidatorRef</code></span><span id="structfield.inserter" class="structfield section-header"><a href="#structfield.inserter" class="anchor field">§</a><code>inserter: <a class="type" href="../insert/type.InserterRef.html" title="type operator::insert::InserterRef">InserterRef</a></code></span><span id="structfield.process_manager" class="structfield section-header"><a href="#structfield.process_manager" class="anchor field">§</a><code>process_manager: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><ProcessManagerRef></code></span><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor" class="impl"><a class="src rightside" href="../../src/operator/statement/admin.rs.html#41-159">Source</a><a href="#impl-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.execute_admin_command" class="method"><a class="src rightside" href="../../src/operator/statement/admin.rs.html#43">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.execute_admin_command" class="fn">execute_admin_command</a>(
|
|
&self,
|
|
stmt: Admin,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Execute the [<code>Admin</code>] statement and returns the output.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-1" class="impl"><a class="src rightside" href="../../src/operator/statement/comment.rs.html#29-176">Source</a><a href="#impl-StatementExecutor-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.comment" class="method"><a class="src rightside" href="../../src/operator/statement/comment.rs.html#40-53">Source</a><h4 class="code-header">pub async fn <a href="#method.comment" class="fn">comment</a>(
|
|
&self,
|
|
stmt: Comment,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Adds a comment to a database object (table, column, or flow).</p>
|
|
<h5 id="arguments"><a class="doc-anchor" href="#arguments">§</a>Arguments</h5>
|
|
<ul>
|
|
<li><code>stmt</code>: A <code>Comment</code> struct containing the object to comment on and the comment text.</li>
|
|
<li><code>query_ctx</code>: A <code>QueryContextRef</code> providing contextual information for the query.</li>
|
|
</ul>
|
|
<h5 id="returns"><a class="doc-anchor" href="#returns">§</a>Returns</h5>
|
|
<p>A <code>Result</code> containing the <code>Output</code> of the operation, or an error if the operation fails.</p>
|
|
</div></details><section id="method.comment_by_expr" class="method"><a class="src rightside" href="../../src/operator/statement/comment.rs.html#55-72">Source</a><h4 class="code-header">pub async fn <a href="#method.comment_by_expr" class="fn">comment_by_expr</a>(
|
|
&self,
|
|
expr: CommentOnExpr,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.create_comment_on_task_from_expr" class="method"><a class="src rightside" href="../../src/operator/statement/comment.rs.html#74-107">Source</a><h4 class="code-header">fn <a href="#method.create_comment_on_task_from_expr" class="fn">create_comment_on_task_from_expr</a>(
|
|
&self,
|
|
expr: CommentOnExpr,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><CommentOnTask></h4></section><section id="method.create_comment_on_task_from_stmt" class="method"><a class="src rightside" href="../../src/operator/statement/comment.rs.html#109-175">Source</a><h4 class="code-header">fn <a href="#method.create_comment_on_task_from_stmt" class="fn">create_comment_on_task_from_stmt</a>(
|
|
&self,
|
|
stmt: Comment,
|
|
query_ctx: &QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><CommentOnTask></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-2" class="impl"><a class="src rightside" href="../../src/operator/statement/copy_database.rs.html#55-244">Source</a><a href="#impl-StatementExecutor-2" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.copy_database_to" class="method"><a class="src rightside" href="../../src/operator/statement/copy_database.rs.html#56">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.copy_database_to" class="fn">copy_database_to</a>(
|
|
&self,
|
|
req: CopyDatabaseRequest,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><details class="toggle method-toggle" open><summary><section id="method.copy_database_from" class="method"><a class="src rightside" href="../../src/operator/statement/copy_database.rs.html#150">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.copy_database_from" class="fn">copy_database_from</a>(
|
|
&self,
|
|
req: CopyDatabaseRequest,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Imports data to database from a given location and returns total rows imported.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-3" class="impl"><a class="src rightside" href="../../src/operator/statement/copy_query_to.rs.html#25-43">Source</a><a href="#impl-StatementExecutor-3" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.copy_query_to" class="method"><a class="src rightside" href="../../src/operator/statement/copy_query_to.rs.html#26">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.copy_query_to" class="fn">copy_query_to</a>(
|
|
&self,
|
|
req: CopyQueryToRequest,
|
|
query_output: Output,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-4" class="impl"><a class="src rightside" href="../../src/operator/statement/copy_table_from.rs.html#89-462">Source</a><a href="#impl-StatementExecutor-4" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.list_copy_from_entries" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_from.rs.html#90-122">Source</a><h4 class="code-header">async fn <a href="#method.list_copy_from_entries" class="fn">list_copy_from_entries</a>(
|
|
&self,
|
|
req: &CopyTableRequest,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><(ObjectStore, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Entry>)></h4></section><section id="method.collect_metadata" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_from.rs.html#124-195">Source</a><h4 class="code-header">async fn <a href="#method.collect_metadata" class="fn">collect_metadata</a>(
|
|
&self,
|
|
object_store: &ObjectStore,
|
|
format: Format,
|
|
path: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="enum" href="copy_table_from/enum.FileMetadata.html" title="enum operator::statement::copy_table_from::FileMetadata">FileMetadata</a>></h4></section><section id="method.build_read_stream" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_from.rs.html#197-332">Source</a><h4 class="code-header">async fn <a href="#method.build_read_stream" class="fn">build_read_stream</a>(
|
|
&self,
|
|
compat_schema: SchemaRef,
|
|
object_store: &ObjectStore,
|
|
file_metadata: &<a class="enum" href="copy_table_from/enum.FileMetadata.html" title="enum operator::statement::copy_table_from::FileMetadata">FileMetadata</a>,
|
|
projection: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>,
|
|
filters: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Expr>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><DfSendableRecordBatchStream></h4></section><section id="method.copy_table_from" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_from.rs.html#334">Source</a><h4 class="code-header">pub async fn <a href="#method.copy_table_from" class="fn">copy_table_from</a>(
|
|
&self,
|
|
req: CopyTableRequest,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-5" class="impl"><a class="src rightside" href="../../src/operator/statement/copy_table_to.rs.html#53-187">Source</a><a href="#impl-StatementExecutor-5" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.stream_to_file" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_to.rs.html#54-106">Source</a><h4 class="code-header">async fn <a href="#method.stream_to_file" class="fn">stream_to_file</a>(
|
|
&self,
|
|
stream: SendableRecordBatchStream,
|
|
format: &Format,
|
|
object_store: ObjectStore,
|
|
path: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section><section id="method.copy_table_to" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_to.rs.html#108">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.copy_table_to" class="fn">copy_table_to</a>(
|
|
&self,
|
|
req: CopyTableRequest,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section><section id="method.copy_to_file" class="method"><a class="src rightside" href="../../src/operator/statement/copy_table_to.rs.html#165-186">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.copy_to_file" class="fn">copy_to_file</a>(
|
|
&self,
|
|
format: &Format,
|
|
output: Output,
|
|
location: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
|
|
connection: &<a class="struct" href="https://doc.rust-lang.org/nightly/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-6" class="impl"><a class="src rightside" href="../../src/operator/statement/cursor.rs.html#28-98">Source</a><a href="#impl-StatementExecutor-6" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.declare_cursor" class="method"><a class="src rightside" href="../../src/operator/statement/cursor.rs.html#29">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.declare_cursor" class="fn">declare_cursor</a>(
|
|
&self,
|
|
declare_cursor: DeclareCursor,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.fetch_cursor" class="method"><a class="src rightside" href="../../src/operator/statement/cursor.rs.html#67">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.fetch_cursor" class="fn">fetch_cursor</a>(
|
|
&self,
|
|
fetch_cursor: FetchCursor,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.close_cursor" class="method"><a class="src rightside" href="../../src/operator/statement/cursor.rs.html#89">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.close_cursor" class="fn">close_cursor</a>(
|
|
&self,
|
|
close_cursor: CloseCursor,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-7" class="impl"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#97-1661">Source</a><a href="#impl-StatementExecutor-7" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.catalog_manager" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#98-100">Source</a><h4 class="code-header">pub fn <a href="#method.catalog_manager" class="fn">catalog_manager</a>(&self) -> CatalogManagerRef</h4></section><section id="method.create_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#102">Source</a><h4 class="code-header">pub async fn <a href="#method.create_table" class="fn">create_table</a>(
|
|
&self,
|
|
stmt: CreateTable,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_table_like" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#138">Source</a><h4 class="code-header">pub async fn <a href="#method.create_table_like" class="fn">create_table_like</a>(
|
|
&self,
|
|
stmt: CreateTableLike,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_external_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#193">Source</a><h4 class="code-header">pub async fn <a href="#method.create_external_table" class="fn">create_external_table</a>(
|
|
&self,
|
|
create_expr: CreateExternalTable,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_table_inner" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#203">Source</a><h4 class="code-header">pub async fn <a href="#method.create_table_inner" class="fn">create_table_inner</a>(
|
|
&self,
|
|
create_table: &mut CreateTableExpr,
|
|
partitions: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Partitions>,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_non_logic_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#243">Source</a><h4 class="code-header">pub async fn <a href="#method.create_non_logic_table" class="fn">create_non_logic_table</a>(
|
|
&self,
|
|
create_table: &mut CreateTableExpr,
|
|
partitions: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Partitions>,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_logical_tables" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#340">Source</a><h4 class="code-header">pub async fn <a href="#method.create_logical_tables" class="fn">create_logical_tables</a>(
|
|
&self,
|
|
create_table_exprs: &[CreateTableExpr],
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><TableRef>></h4></section><section id="method.validate_logical_table_partition_rule" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#405-470">Source</a><h4 class="code-header">async fn <a href="#method.validate_logical_table_partition_rule" class="fn">validate_logical_table_partition_rule</a>(
|
|
&self,
|
|
create_table: &CreateTableExpr,
|
|
partitions: &Partitions,
|
|
query_ctx: &QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>></h4></section><section id="method.create_flow" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#515">Source</a><h4 class="code-header">pub async fn <a href="#method.create_flow" class="fn">create_flow</a>(
|
|
&self,
|
|
stmt: CreateFlow,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.create_flow_inner" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#527-534">Source</a><h4 class="code-header">pub async fn <a href="#method.create_flow_inner" class="fn">create_flow_inner</a>(
|
|
&self,
|
|
expr: CreateFlowExpr,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.create_flow_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#536-566">Source</a><h4 class="code-header">async fn <a href="#method.create_flow_procedure" class="fn">create_flow_procedure</a>(
|
|
&self,
|
|
expr: CreateFlowExpr,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><details class="toggle method-toggle" open><summary><section id="method.determine_flow_type" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#571-673">Source</a><h4 class="code-header">async fn <a href="#method.determine_flow_type" class="fn">determine_flow_type</a>(
|
|
&self,
|
|
expr: &CreateFlowExpr,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><FlowType></h4></section></summary><div class="docblock"><p>Determine the flow type based on the SQL query</p>
|
|
<p>If it contains aggregation or distinct, then it is a batch flow, otherwise it is a streaming flow</p>
|
|
</div></details><section id="method.create_view" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#675">Source</a><h4 class="code-header">pub async fn <a href="#method.create_view" class="fn">create_view</a>(
|
|
&self,
|
|
create_view: CreateView,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.create_view_by_expr" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#760-899">Source</a><h4 class="code-header">pub async fn <a href="#method.create_view_by_expr" class="fn">create_view_by_expr</a>(
|
|
&self,
|
|
expr: CreateViewExpr,
|
|
ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.drop_flow" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#901">Source</a><h4 class="code-header">pub async fn <a href="#method.drop_flow" class="fn">drop_flow</a>(
|
|
&self,
|
|
catalog_name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
flow_name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.drop_flow_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#936-950">Source</a><h4 class="code-header">async fn <a href="#method.drop_flow_procedure" class="fn">drop_flow_procedure</a>(
|
|
&self,
|
|
expr: DropFlowTask,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><details class="toggle method-toggle" open><summary><section id="method.drop_view" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#988">Source</a><h4 class="code-header">pub(crate) async fn <a href="#method.drop_view" class="fn">drop_view</a>(
|
|
&self,
|
|
catalog: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
schema: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
view: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Drop a view</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.drop_view_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1039-1053">Source</a><h4 class="code-header">async fn <a href="#method.drop_view_procedure" class="fn">drop_view_procedure</a>(
|
|
&self,
|
|
expr: DropViewTask,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section></summary><div class="docblock"><p>Submit [DropViewTask] to procedure executor.</p>
|
|
</div></details><section id="method.alter_logical_tables" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1055">Source</a><h4 class="code-header">pub async fn <a href="#method.alter_logical_tables" class="fn">alter_logical_tables</a>(
|
|
&self,
|
|
alter_table_exprs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><AlterTableExpr>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.drop_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1113">Source</a><h4 class="code-header">pub async fn <a href="#method.drop_table" class="fn">drop_table</a>(
|
|
&self,
|
|
table_name: TableName,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.drop_tables" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1125">Source</a><h4 class="code-header">pub async fn <a href="#method.drop_tables" class="fn">drop_tables</a>(
|
|
&self,
|
|
table_names: &[TableName],
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.drop_database" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1183">Source</a><h4 class="code-header">pub async fn <a href="#method.drop_database" class="fn">drop_database</a>(
|
|
&self,
|
|
catalog: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
schema: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.truncate_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1221">Source</a><h4 class="code-header">pub async fn <a href="#method.truncate_table" class="fn">truncate_table</a>(
|
|
&self,
|
|
table_name: TableName,
|
|
time_ranges: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(Timestamp, Timestamp)>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.alter_table" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1255">Source</a><h4 class="code-header">pub async fn <a href="#method.alter_table" class="fn">alter_table</a>(
|
|
&self,
|
|
alter_table: AlterTable,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.alter_table_inner" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1276">Source</a><h4 class="code-header">pub async fn <a href="#method.alter_table_inner" class="fn">alter_table_inner</a>(
|
|
&self,
|
|
expr: AlterTableExpr,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.alter_database" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1407">Source</a><h4 class="code-header">pub async fn <a href="#method.alter_database" class="fn">alter_database</a>(
|
|
&self,
|
|
alter_expr: AlterDatabase,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.alter_database_inner" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1417">Source</a><h4 class="code-header">pub async fn <a href="#method.alter_database_inner" class="fn">alter_database_inner</a>(
|
|
&self,
|
|
alter_expr: AlterDatabaseExpr,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.create_table_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1459-1480">Source</a><h4 class="code-header">async fn <a href="#method.create_table_procedure" class="fn">create_table_procedure</a>(
|
|
&self,
|
|
create_table: CreateTableExpr,
|
|
partitions: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><PartitionExpr>,
|
|
table_info: RawTableInfo,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.create_logical_tables_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1482-1496">Source</a><h4 class="code-header">async fn <a href="#method.create_logical_tables_procedure" class="fn">create_logical_tables_procedure</a>(
|
|
&self,
|
|
tables_data: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(CreateTableExpr, RawTableInfo)>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.alter_logical_tables_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1498-1512">Source</a><h4 class="code-header">async fn <a href="#method.alter_logical_tables_procedure" class="fn">alter_logical_tables_procedure</a>(
|
|
&self,
|
|
tables_data: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><AlterTableExpr>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.drop_table_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1514-1536">Source</a><h4 class="code-header">async fn <a href="#method.drop_table_procedure" class="fn">drop_table_procedure</a>(
|
|
&self,
|
|
table_name: &TableName,
|
|
table_id: TableId,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.drop_database_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1538-1554">Source</a><h4 class="code-header">async fn <a href="#method.drop_database_procedure" class="fn">drop_database_procedure</a>(
|
|
&self,
|
|
catalog: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
schema: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
drop_if_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.alter_database_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1556-1570">Source</a><h4 class="code-header">async fn <a href="#method.alter_database_procedure" class="fn">alter_database_procedure</a>(
|
|
&self,
|
|
alter_expr: AlterDatabaseExpr,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.truncate_table_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1572-1594">Source</a><h4 class="code-header">async fn <a href="#method.truncate_table_procedure" class="fn">truncate_table_procedure</a>(
|
|
&self,
|
|
table_name: &TableName,
|
|
table_id: TableId,
|
|
time_ranges: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(Timestamp, Timestamp)>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section><section id="method.create_database" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1596">Source</a><h4 class="code-header">pub async fn <a href="#method.create_database" class="fn">create_database</a>(
|
|
&self,
|
|
database: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
|
|
create_if_not_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
options: <a class="struct" href="https://doc.rust-lang.org/nightly/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.create_database_procedure" class="method"><a class="src rightside" href="../../src/operator/statement/ddl.rs.html#1643-1660">Source</a><h4 class="code-header">async fn <a href="#method.create_database_procedure" class="fn">create_database_procedure</a>(
|
|
&self,
|
|
catalog: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
database: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
create_if_not_exists: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
|
options: <a class="struct" href="https://doc.rust-lang.org/nightly/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
|
|
query_context: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><SubmitDdlTaskResponse></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-8" class="impl"><a class="src rightside" href="../../src/operator/statement/describe.rs.html#29-51">Source</a><a href="#impl-StatementExecutor-8" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.describe_table" class="method"><a class="src rightside" href="../../src/operator/statement/describe.rs.html#30">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.describe_table" class="fn">describe_table</a>(
|
|
&self,
|
|
stmt: DescribeTable,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-9" class="impl"><a class="src rightside" href="../../src/operator/statement/dml.rs.html#25-39">Source</a><a href="#impl-StatementExecutor-9" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.insert" class="method"><a class="src rightside" href="../../src/operator/statement/dml.rs.html#26">Source</a><h4 class="code-header">pub async fn <a href="#method.insert" class="fn">insert</a>(
|
|
&self,
|
|
insert: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Insert>,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-10" class="impl"><a class="src rightside" href="../../src/operator/statement/kill.rs.html#26-77">Source</a><a href="#impl-StatementExecutor-10" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.execute_kill" class="method"><a class="src rightside" href="../../src/operator/statement/kill.rs.html#27-48">Source</a><h4 class="code-header">pub async fn <a href="#method.execute_kill" class="fn">execute_kill</a>(
|
|
&self,
|
|
query_ctx: QueryContextRef,
|
|
kill: Kill,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><details class="toggle method-toggle" open><summary><section id="method.kill_process_id" class="method"><a class="src rightside" href="../../src/operator/statement/kill.rs.html#51-64">Source</a><h4 class="code-header">async fn <a href="#method.kill_process_id" class="fn">kill_process_id</a>(
|
|
&self,
|
|
pm: &ProcessManagerRef,
|
|
query_ctx: QueryContextRef,
|
|
process_id: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></h4></section></summary><div class="docblock"><p>Handles <code>KILL <PROCESS_ID></code> statements.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.kill_connection_id" class="method"><a class="src rightside" href="../../src/operator/statement/kill.rs.html#67-76">Source</a><h4 class="code-header">pub async fn <a href="#method.kill_connection_id" class="fn">kill_connection_id</a>(
|
|
&self,
|
|
pm: &ProcessManagerRef,
|
|
query_ctx: QueryContextRef,
|
|
connection_id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></h4></section></summary><div class="docblock"><p>Handles MySQL <code>KILL QUERY <CONNECTION_ID></code> statements.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-11" class="impl"><a class="src rightside" href="../../src/operator/statement/show.rs.html#43-384">Source</a><a href="#impl-StatementExecutor-11" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.show_databases" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#44">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_databases" class="fn">show_databases</a>(
|
|
&self,
|
|
stmt: ShowDatabases,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_tables" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#55">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_tables" class="fn">show_tables</a>(
|
|
&self,
|
|
stmt: ShowTables,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_table_status" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#66">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_table_status" class="fn">show_table_status</a>(
|
|
&self,
|
|
stmt: ShowTableStatus,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_columns" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#77">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_columns" class="fn">show_columns</a>(
|
|
&self,
|
|
stmt: ShowColumns,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_index" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#88">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_index" class="fn">show_index</a>(
|
|
&self,
|
|
stmt: ShowIndex,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_region" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#99-107">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_region" class="fn">show_region</a>(
|
|
&self,
|
|
stmt: ShowRegion,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_create_database" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#109">Source</a><h4 class="code-header">pub async fn <a href="#method.show_create_database" class="fn">show_create_database</a>(
|
|
&self,
|
|
database_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
|
|
opts: OptionMap,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_create_table" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#118">Source</a><h4 class="code-header">pub async fn <a href="#method.show_create_table" class="fn">show_create_table</a>(
|
|
&self,
|
|
table_name: TableName,
|
|
table: TableRef,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_create_table_for_pg" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#182">Source</a><h4 class="code-header">pub async fn <a href="#method.show_create_table_for_pg" class="fn">show_create_table_for_pg</a>(
|
|
&self,
|
|
table_name: TableName,
|
|
table: TableRef,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_create_view" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#202">Source</a><h4 class="code-header">pub async fn <a href="#method.show_create_view" class="fn">show_create_view</a>(
|
|
&self,
|
|
show: ShowCreateView,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_views" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#232">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_views" class="fn">show_views</a>(
|
|
&self,
|
|
stmt: ShowViews,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_flows" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#243">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.show_flows" class="fn">show_flows</a>(
|
|
&self,
|
|
stmt: ShowFlows,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_create_flow" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#266">Source</a><h4 class="code-header">pub async fn <a href="#method.show_create_flow" class="fn">show_create_flow</a>(
|
|
&self,
|
|
show: ShowCreateFlow,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_variable" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#340">Source</a><h4 class="code-header">pub fn <a href="#method.show_variable" class="fn">show_variable</a>(
|
|
&self,
|
|
stmt: ShowVariables,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_collation" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#345">Source</a><h4 class="code-header">pub async fn <a href="#method.show_collation" class="fn">show_collation</a>(
|
|
&self,
|
|
kind: ShowKind,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_charset" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#356">Source</a><h4 class="code-header">pub async fn <a href="#method.show_charset" class="fn">show_charset</a>(
|
|
&self,
|
|
kind: ShowKind,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_status" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#363">Source</a><h4 class="code-header">pub async fn <a href="#method.show_status" class="fn">show_status</a>(&self, query_ctx: QueryContextRef) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_search_path" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#369-373">Source</a><h4 class="code-header">pub async fn <a href="#method.show_search_path" class="fn">show_search_path</a>(
|
|
&self,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.show_processlist" class="method"><a class="src rightside" href="../../src/operator/statement/show.rs.html#375-383">Source</a><h4 class="code-header">pub async fn <a href="#method.show_processlist" class="fn">show_processlist</a>(
|
|
&self,
|
|
stmt: ShowProcessList,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-12" class="impl"><a class="src rightside" href="../../src/operator/statement/tql.rs.html#31-117">Source</a><a href="#impl-StatementExecutor-12" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.plan_tql" class="method"><a class="src rightside" href="../../src/operator/statement/tql.rs.html#33">Source</a><h4 class="code-header">pub async fn <a href="#method.plan_tql" class="fn">plan_tql</a>(
|
|
&self,
|
|
tql: Tql,
|
|
query_ctx: &QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><LogicalPlan></h4></section></summary><div class="docblock"><p>Plan the given [Tql] query and return the [LogicalPlan].</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.execute_tql" class="method"><a class="src rightside" href="../../src/operator/statement/tql.rs.html#109">Source</a><h4 class="code-header">pub(super) async fn <a href="#method.execute_tql" class="fn">execute_tql</a>(
|
|
&self,
|
|
tql: Tql,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Execute the given [Tql] query and return the result.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-StatementExecutor-13" class="impl"><a class="src rightside" href="../../src/operator/statement.rs.html#145-706">Source</a><a href="#impl-StatementExecutor-13" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#147-171">Source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
|
|
catalog_manager: CatalogManagerRef,
|
|
query_engine: QueryEngineRef,
|
|
procedure_executor: ProcedureExecutorRef,
|
|
kv_backend: KvBackendRef,
|
|
cache_invalidator: CacheInvalidatorRef,
|
|
inserter: <a class="type" href="../insert/type.InserterRef.html" title="type operator::insert::InserterRef">InserterRef</a>,
|
|
table_route_cache: TableRouteCacheRef,
|
|
process_manager: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><ProcessManagerRef>,
|
|
) -> Self</h4></section><section id="method.execute_stmt" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#180-189">Source</a><h4 class="code-header">pub async fn <a href="#method.execute_stmt" class="fn">execute_stmt</a>(
|
|
&self,
|
|
stmt: QueryStatement,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.execute_sql" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#191">Source</a><h4 class="code-header">pub async fn <a href="#method.execute_sql" class="fn">execute_sql</a>(
|
|
&self,
|
|
stmt: Statement,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.use_database" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#448-461">Source</a><h4 class="code-header">pub async fn <a href="#method.use_database" class="fn">use_database</a>(
|
|
&self,
|
|
db: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.set_variables" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#463-556">Source</a><h4 class="code-header">fn <a href="#method.set_variables" class="fn">set_variables</a>(
|
|
&self,
|
|
set_var: SetVariables,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.plan" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#558">Source</a><h4 class="code-header">pub async fn <a href="#method.plan" class="fn">plan</a>(
|
|
&self,
|
|
stmt: &QueryStatement,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><LogicalPlan></h4></section><details class="toggle method-toggle" open><summary><section id="method.exec_plan" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#572">Source</a><h4 class="code-header">pub async fn <a href="#method.exec_plan" class="fn">exec_plan</a>(
|
|
&self,
|
|
plan: LogicalPlan,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section></summary><div class="docblock"><p>Execute [<code>LogicalPlan</code>] directly.</p>
|
|
</div></details><section id="method.optimize_logical_plan" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#580-585">Source</a><h4 class="code-header">pub fn <a href="#method.optimize_logical_plan" class="fn">optimize_logical_plan</a>(&self, plan: LogicalPlan) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><LogicalPlan></h4></section><section id="method.plan_exec" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#587">Source</a><h4 class="code-header">async fn <a href="#method.plan_exec" class="fn">plan_exec</a>(
|
|
&self,
|
|
stmt: QueryStatement,
|
|
query_ctx: QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><Output></h4></section><section id="method.get_table" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#593-606">Source</a><h4 class="code-header">async fn <a href="#method.get_table" class="fn">get_table</a>(&self, table_ref: &TableReference<'_>) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><TableRef></h4></section><section id="method.procedure_executor" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#608-610">Source</a><h4 class="code-header">pub fn <a href="#method.procedure_executor" class="fn">procedure_executor</a>(&self) -> &ProcedureExecutorRef</h4></section><section id="method.cache_invalidator" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#612-614">Source</a><h4 class="code-header">pub fn <a href="#method.cache_invalidator" class="fn">cache_invalidator</a>(&self) -> &CacheInvalidatorRef</h4></section><details class="toggle method-toggle" open><summary><section id="method.convert_truncate_time_ranges" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#618-700">Source</a><h4 class="code-header">pub async fn <a href="#method.convert_truncate_time_ranges" class="fn">convert_truncate_time_ranges</a>(
|
|
&self,
|
|
table_name: &TableName,
|
|
sql_values_time_range: &[(Value, Value)],
|
|
query_ctx: &QueryContextRef,
|
|
) -> <a class="type" href="../error/type.Result.html" title="type operator::error::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(Timestamp, Timestamp)>></h4></section></summary><div class="docblock"><p>Convert truncate time ranges for the given table from sql values to timestamps</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.inserter" class="method"><a class="src rightside" href="../../src/operator/statement.rs.html#703-705">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.inserter" class="fn">inserter</a>(&self) -> &<a class="type" href="../insert/type.InserterRef.html" title="type operator::insert::InserterRef">InserterRef</a></h4></section></summary><div class="docblock"><p>Returns the inserter for the statement executor.</p>
|
|
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-StatementExecutor" class="impl"><a class="src rightside" href="../../src/operator/statement.rs.html#109">Source</a><a href="#impl-Clone-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/operator/statement.rs.html#109">Source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h4></section></summary><div class='docblock'>Returns a duplicate of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#245-247">Source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: &Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-StatementExecutor" class="impl"><a href="#impl-Freeze-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section><section id="impl-RefUnwindSafe-for-StatementExecutor" class="impl"><a href="#impl-RefUnwindSafe-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section><section id="impl-Send-for-StatementExecutor" class="impl"><a href="#impl-Send-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section><section id="impl-Sync-for-StatementExecutor" class="impl"><a href="#impl-Sync-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section><section id="impl-Unpin-for-StatementExecutor" class="impl"><a href="#impl-Unpin-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section><section id="impl-UnwindSafe-for-StatementExecutor" class="impl"><a href="#impl-UnwindSafe-for-StatementExecutor" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.StatementExecutor.html" title="struct operator::statement::StatementExecutor">StatementExecutor</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#138">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
|
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#212">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#222">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#515">Source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#517">Source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&self, dest: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dest</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Conv-for-T" class="impl"><a href="#impl-Conv-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Conv for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.conv" class="method trait-impl"><a href="#method.conv" class="anchor">§</a><h4 class="code-header">fn <a class="fn">conv</a><T>(self) -> T<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h4></section></summary><div class='docblock'>Converts <code>self</code> into <code>T</code> using <code>Into<T></code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Convert%3CT%3E-for-V" class="impl"><a href="#impl-Convert%3CT%3E-for-V" class="anchor">§</a><h3 class="code-header">impl<T, V> Convert<T> for V<div class="where">where
|
|
V: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><section id="method.convert" class="method trait-impl"><a href="#method.convert" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert</a>(value: Self) -> T</h4></section><section id="method.convert_box" class="method trait-impl"><a href="#method.convert_box" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_box</a>(value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T></h4></section><section id="method.convert_vec" class="method trait-impl"><a href="#method.convert_vec" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_vec</a>(value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T></h4></section><section id="method.convert_vec_box" class="method trait-impl"><a href="#method.convert_vec_box" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_vec_box</a>(value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T>></h4></section><section id="method.convert_matrix" class="method trait-impl"><a href="#method.convert_matrix" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_matrix</a>(value: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Self>>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T>></h4></section><section id="method.convert_option" class="method trait-impl"><a href="#method.convert_option" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_option</a>(value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T></h4></section><section id="method.convert_option_box" class="method trait-impl"><a href="#method.convert_option_box" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_option_box</a>(value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T>></h4></section><section id="method.convert_option_vec" class="method trait-impl"><a href="#method.convert_option_vec" class="anchor">§</a><h4 class="code-header">fn <a class="fn">convert_option_vec</a>(value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Self>>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FmtForward-for-T" class="impl"><a href="#impl-FmtForward-for-T" class="anchor">§</a><h3 class="code-header">impl<T> FmtForward for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt_binary" class="method trait-impl"><a href="#method.fmt_binary" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_binary</a>(self) -> FmtBinary<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Binary</code> implementation when <code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_display" class="method trait-impl"><a href="#method.fmt_display" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_display</a>(self) -> FmtDisplay<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Display</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_lower_exp" class="method trait-impl"><a href="#method.fmt_lower_exp" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_lower_exp</a>(self) -> FmtLowerExp<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerExp.html" title="trait core::fmt::LowerExp">LowerExp</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>LowerExp</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_lower_hex" class="method trait-impl"><a href="#method.fmt_lower_hex" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_lower_hex</a>(self) -> FmtLowerHex<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html" title="trait core::fmt::LowerHex">LowerHex</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>LowerHex</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_octal" class="method trait-impl"><a href="#method.fmt_octal" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_octal</a>(self) -> FmtOctal<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html" title="trait core::fmt::Octal">Octal</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Octal</code> implementation when <code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_pointer" class="method trait-impl"><a href="#method.fmt_pointer" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_pointer</a>(self) -> FmtPointer<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Pointer.html" title="trait core::fmt::Pointer">Pointer</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Pointer</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_upper_exp" class="method trait-impl"><a href="#method.fmt_upper_exp" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_upper_exp</a>(self) -> FmtUpperExp<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperExp.html" title="trait core::fmt::UpperExp">UpperExp</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>UpperExp</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_upper_hex" class="method trait-impl"><a href="#method.fmt_upper_hex" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_upper_hex</a>(self) -> FmtUpperHex<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex">UpperHex</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>UpperHex</code> implementation when
|
|
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_list" class="method trait-impl"><a href="#method.fmt_list" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_list</a>(self) -> FmtList<Self><div class="where">where
|
|
&'a Self: for<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>,</div></h4></section></summary><div class='docblock'>Formats each item in a sequence. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#785">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#788">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FromRef%3CT%3E-for-T" class="impl"><a href="#impl-FromRef%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> FromRef<T> for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ref" class="method trait-impl"><a href="#method.from_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_ref</a>(input: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&T</a>) -> T</h4></section></summary><div class='docblock'>Converts to this type from a reference to the input type.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FutureExt-for-T" class="impl"><a href="#impl-FutureExt-for-T" class="anchor">§</a><h3 class="code-header">impl<T> FutureExt for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_context" class="method trait-impl"><a href="#method.with_context" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_context</a>(self, otel_cx: Context) -> WithContext<Self></h4></section></summary><div class='docblock'>Attaches the provided <a href="Context"><code>Context</code></a> to this type, returning a <code>WithContext</code>
|
|
wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_context" class="method trait-impl"><a href="#method.with_current_context" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_context</a>(self) -> WithContext<Self></h4></section></summary><div class='docblock'>Attaches the current <a href="Context"><code>Context</code></a> to this type, returning a <code>WithContext</code>
|
|
wrapper. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instrument-for-T" class="impl"><a href="#impl-Instrument-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Instrument for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl"><a href="#method.instrument" class="anchor">§</a><h4 class="code-header">fn <a class="fn">instrument</a>(self, span: Span) -> Instrumented<Self></h4></section></summary><div class='docblock'>Instruments this type with the provided [<code>Span</code>], returning an
|
|
<code>Instrumented</code> wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl"><a href="#method.in_current_span" class="anchor">§</a><h4 class="code-header">fn <a class="fn">in_current_span</a>(self) -> Instrumented<Self></h4></section></summary><div class='docblock'>Instruments this type with the <a href="super::Span::current()">current</a> <a href="crate::Span"><code>Span</code></a>, returning an
|
|
<code>Instrumented</code> wrapper. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#767-769">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#777">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
|
<p>That is, this conversion is whatever the implementation of
|
|
<code><a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IntoEither-for-T" class="impl"><a class="src rightside" href="https://docs.rs/either/1/src/either/into_either.rs.html#64">Source</a><a href="#impl-IntoEither-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html" title="trait either::into_either::IntoEither">IntoEither</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_either" class="method trait-impl"><a class="src rightside" href="https://docs.rs/either/1/src/either/into_either.rs.html#29">Source</a><a href="#method.into_either" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either" class="fn">into_either</a>(self, into_left: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -> <a class="enum" href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either">Either</a><Self, Self></h4></section></summary><div class='docblock'>Converts <code>self</code> into a <a href="https://docs.rs/either/1/either/enum.Either.html#variant.Left" title="variant either::Either::Left"><code>Left</code></a> variant of <a href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
|
|
if <code>into_left</code> is <code>true</code>.
|
|
Converts <code>self</code> into a <a href="https://docs.rs/either/1/either/enum.Either.html#variant.Right" title="variant either::Either::Right"><code>Right</code></a> variant of <a href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
|
|
otherwise. <a href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.into_either_with" class="method trait-impl"><a class="src rightside" href="https://docs.rs/either/1/src/either/into_either.rs.html#55-57">Source</a><a href="#method.into_either_with" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either_with" class="fn">into_either_with</a><F>(self, into_left: F) -> <a class="enum" href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either">Either</a><Self, Self><div class="where">where
|
|
F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&Self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,</div></h4></section></summary><div class='docblock'>Converts <code>self</code> into a <a href="https://docs.rs/either/1/either/enum.Either.html#variant.Left" title="variant either::Either::Left"><code>Left</code></a> variant of <a href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
|
|
if <code>into_left(&self)</code> returns <code>true</code>.
|
|
Converts <code>self</code> into a <a href="https://docs.rs/either/1/either/enum.Either.html#variant.Right" title="variant either::Either::Right"><code>Right</code></a> variant of <a href="https://docs.rs/either/1/either/enum.Either.html" title="enum either::Either"><code>Either<Self, Self></code></a>
|
|
otherwise. <a href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either_with">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IntoRequest%3CT%3E-for-T" class="impl"><a href="#impl-IntoRequest%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> IntoRequest<T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_request" class="method trait-impl"><a href="#method.into_request" class="anchor">§</a><h4 class="code-header">fn <a class="fn">into_request</a>(self) -> Request<T></h4></section></summary><div class='docblock'>Wrap the input message <code>T</code> in a <code>tonic::Request</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LayerExt%3CL%3E-for-L" class="impl"><a href="#impl-LayerExt%3CL%3E-for-L" class="anchor">§</a><h3 class="code-header">impl<L> LayerExt<L> for L</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.named_layer" class="method trait-impl"><a href="#method.named_layer" class="anchor">§</a><h4 class="code-header">fn <a class="fn">named_layer</a><S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S><div class="where">where
|
|
L: Layer<S>,</div></h4></section></summary><div class='docblock'>Applies the layer to a service and wraps it in [<code>Layered</code>].</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Pipe-for-T" class="impl"><a href="#impl-Pipe-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Pipe for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.pipe" class="method trait-impl"><a href="#method.pipe" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(Self) -> R) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Pipes by value. This is generally the method you want to use. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_ref" class="method trait-impl"><a href="#method.pipe_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_ref</a><'a, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&'a Self) -> R) -> R<div class="where">where
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code> and passes that borrow into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_ref_mut" class="method trait-impl"><a href="#method.pipe_ref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_ref_mut</a><'a, R>(&'a mut self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&'a mut Self) -> R) -> R<div class="where">where
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code> and passes that borrow into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_borrow" class="method trait-impl"><a href="#method.pipe_borrow" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_borrow</a><'a, B, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a B</a>) -> R) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
|
|
B: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.borrow()</code> into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_borrow_mut" class="method trait-impl"><a href="#method.pipe_borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_borrow_mut</a><'a, B, R>(
|
|
&'a mut self,
|
|
func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a mut B</a>) -> R,
|
|
) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
|
|
B: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.borrow_mut()</code> into the pipe
|
|
function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_as_ref" class="method trait-impl"><a href="#method.pipe_as_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_as_ref</a><'a, U, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a U</a>) -> R) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><U>,
|
|
U: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.as_ref()</code> into the pipe function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_as_mut" class="method trait-impl"><a href="#method.pipe_as_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_as_mut</a><'a, U, R>(&'a mut self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a mut U</a>) -> R) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><U>,
|
|
U: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.as_mut()</code> into the pipe
|
|
function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_deref" class="method trait-impl"><a href="#method.pipe_deref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_deref</a><'a, T, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a T</a>) -> R) -> R<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
|
|
T: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.deref()</code> into the pipe function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_deref_mut" class="method trait-impl"><a href="#method.pipe_deref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_deref_mut</a><'a, T, R>(
|
|
&'a mut self,
|
|
func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a mut T</a>) -> R,
|
|
) -> R<div class="where">where
|
|
Self: <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 = T> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
|
|
T: 'a + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.deref_mut()</code> into the pipe
|
|
function.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Pointable-for-T" class="impl"><a href="#impl-Pointable-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Pointable for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.ALIGN" class="associatedconstant trait-impl"><a href="#associatedconstant.ALIGN" class="anchor">§</a><h4 class="code-header">const <a class="constant">ALIGN</a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></h4></section></summary><div class='docblock'>The alignment of pointer.</div></details><details class="toggle" open><summary><section id="associatedtype.Init" class="associatedtype trait-impl"><a href="#associatedtype.Init" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Init</a> = T</h4></section></summary><div class='docblock'>The type for initializers.</div></details><details class="toggle method-toggle" open><summary><section id="method.init" class="method trait-impl"><a href="#method.init" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">init</a>(init: <T as Pointable>::Init) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></h4></section></summary><div class='docblock'>Initializes a with the given initializer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a href="#method.deref" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">deref</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a T</a></h4></section></summary><div class='docblock'>Dereferences the given pointer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref_mut" class="method trait-impl"><a href="#method.deref_mut" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">deref_mut</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a mut T</a></h4></section></summary><div class='docblock'>Mutably dereferences the given pointer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.drop" class="method trait-impl"><a href="#method.drop" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">drop</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</h4></section></summary><div class='docblock'>Drops the object pointed to by the given pointer. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-PolicyExt-for-T" class="impl"><a href="#impl-PolicyExt-for-T" class="anchor">§</a><h3 class="code-header">impl<T> PolicyExt for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.and" class="method trait-impl"><a href="#method.and" class="anchor">§</a><h4 class="code-header">fn <a class="fn">and</a><P, B, E>(self, other: P) -> And<T, P><div class="where">where
|
|
T: Policy<B, E>,
|
|
P: Policy<B, E>,</div></h4></section></summary><div class='docblock'>Create a new <code>Policy</code> that returns [<code>Action::Follow</code>] only if <code>self</code> and <code>other</code> return
|
|
<code>Action::Follow</code>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.or" class="method trait-impl"><a href="#method.or" class="anchor">§</a><h4 class="code-header">fn <a class="fn">or</a><P, B, E>(self, other: P) -> Or<T, P><div class="where">where
|
|
T: Policy<B, E>,
|
|
P: Policy<B, E>,</div></h4></section></summary><div class='docblock'>Create a new <code>Policy</code> that returns [<code>Action::Follow</code>] if either <code>self</code> or <code>other</code> returns
|
|
<code>Action::Follow</code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same-for-T" class="impl"><a class="src rightside" href="https://docs.rs/typenum/1.18.0/src/typenum/type_operators.rs.html#34">Source</a><a href="#impl-Same-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/typenum/1.18.0/typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a class="src rightside" href="https://docs.rs/typenum/1.18.0/src/typenum/type_operators.rs.html#35">Source</a><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.18.0/typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ServiceExt-for-T" class="impl"><a href="#impl-ServiceExt-for-T" class="anchor">§</a><h3 class="code-header">impl<T> ServiceExt for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.propagate_header" class="method trait-impl"><a href="#method.propagate_header" class="anchor">§</a><h4 class="code-header">fn <a class="fn">propagate_header</a>(self, header: HeaderName) -> PropagateHeader<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Propagate a header from the request to the response. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.add_extension" class="method trait-impl"><a href="#method.add_extension" class="anchor">§</a><h4 class="code-header">fn <a class="fn">add_extension</a><T>(self, value: T) -> AddExtension<Self, T><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Add some shareable value to <a href="https://docs.rs/http/latest/http/struct.Extensions.html">request extensions</a>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.map_request_body" class="method trait-impl"><a href="#method.map_request_body" class="anchor">§</a><h4 class="code-header">fn <a class="fn">map_request_body</a><F>(self, f: F) -> MapRequestBody<Self, F><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Apply a transformation to the request body. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.map_response_body" class="method trait-impl"><a href="#method.map_response_body" class="anchor">§</a><h4 class="code-header">fn <a class="fn">map_response_body</a><F>(self, f: F) -> MapResponseBody<Self, F><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Apply a transformation to the response body. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.compression" class="method trait-impl"><a href="#method.compression" class="anchor">§</a><h4 class="code-header">fn <a class="fn">compression</a>(self) -> Compression<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compresses response bodies. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.decompression" class="method trait-impl"><a href="#method.decompression" class="anchor">§</a><h4 class="code-header">fn <a class="fn">decompression</a>(self) -> Decompression<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Decompress response bodies. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.trace_for_http" class="method trait-impl"><a href="#method.trace_for_http" class="anchor">§</a><h4 class="code-header">fn <a class="fn">trace_for_http</a>(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>High level tracing that classifies responses using HTTP status codes. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.trace_for_grpc" class="method trait-impl"><a href="#method.trace_for_grpc" class="anchor">§</a><h4 class="code-header">fn <a class="fn">trace_for_grpc</a>(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>High level tracing that classifies responses using gRPC headers. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.follow_redirects" class="method trait-impl"><a href="#method.follow_redirects" class="anchor">§</a><h4 class="code-header">fn <a class="fn">follow_redirects</a>(self) -> FollowRedirect<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Follow redirect resposes using the <a href="crate::follow_redirect::policy::Standard"><code>Standard</code></a> policy. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.sensitive_headers" class="method trait-impl"><a href="#method.sensitive_headers" class="anchor">§</a><h4 class="code-header">fn <a class="fn">sensitive_headers</a>(
|
|
self,
|
|
headers: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = HeaderName>,
|
|
) -> SetSensitiveRequestHeaders<SetSensitiveResponseHeaders<Self>><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mark headers as <a href="https://docs.rs/http/latest/http/header/struct.HeaderValue.html#method.set_sensitive">sensitive</a> on both requests and responses. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.sensitive_request_headers" class="method trait-impl"><a href="#method.sensitive_request_headers" class="anchor">§</a><h4 class="code-header">fn <a class="fn">sensitive_request_headers</a>(
|
|
self,
|
|
headers: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = HeaderName>,
|
|
) -> SetSensitiveRequestHeaders<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mark headers as <a href="https://docs.rs/http/latest/http/header/struct.HeaderValue.html#method.set_sensitive">sensitive</a> on requests. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.sensitive_response_headers" class="method trait-impl"><a href="#method.sensitive_response_headers" class="anchor">§</a><h4 class="code-header">fn <a class="fn">sensitive_response_headers</a>(
|
|
self,
|
|
headers: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = HeaderName>,
|
|
) -> SetSensitiveResponseHeaders<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mark headers as <a href="https://docs.rs/http/latest/http/header/struct.HeaderValue.html#method.set_sensitive">sensitive</a> on responses. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.override_request_header" class="method trait-impl"><a href="#method.override_request_header" class="anchor">§</a><h4 class="code-header">fn <a class="fn">override_request_header</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetRequestHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Insert a header into the request. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.append_request_header" class="method trait-impl"><a href="#method.append_request_header" class="anchor">§</a><h4 class="code-header">fn <a class="fn">append_request_header</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetRequestHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Append a header into the request. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.insert_request_header_if_not_present" class="method trait-impl"><a href="#method.insert_request_header_if_not_present" class="anchor">§</a><h4 class="code-header">fn <a class="fn">insert_request_header_if_not_present</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetRequestHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Insert a header into the request, if the header is not already present. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.override_response_header" class="method trait-impl"><a href="#method.override_response_header" class="anchor">§</a><h4 class="code-header">fn <a class="fn">override_response_header</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetResponseHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Insert a header into the response. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.append_response_header" class="method trait-impl"><a href="#method.append_response_header" class="anchor">§</a><h4 class="code-header">fn <a class="fn">append_response_header</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetResponseHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Append a header into the response. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.insert_response_header_if_not_present" class="method trait-impl"><a href="#method.insert_response_header_if_not_present" class="anchor">§</a><h4 class="code-header">fn <a class="fn">insert_response_header_if_not_present</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make: M,
|
|
) -> SetResponseHeader<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Insert a header into the response, if the header is not already present. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.set_request_id" class="method trait-impl"><a href="#method.set_request_id" class="anchor">§</a><h4 class="code-header">fn <a class="fn">set_request_id</a><M>(
|
|
self,
|
|
header_name: HeaderName,
|
|
make_request_id: M,
|
|
) -> SetRequestId<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
M: MakeRequestId,</div></h4></section></summary><div class='docblock'>Add request id header and extension. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.set_x_request_id" class="method trait-impl"><a href="#method.set_x_request_id" class="anchor">§</a><h4 class="code-header">fn <a class="fn">set_x_request_id</a><M>(self, make_request_id: M) -> SetRequestId<Self, M><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
M: MakeRequestId,</div></h4></section></summary><div class='docblock'>Add request id header and extension, using <code>x-request-id</code> as the header name. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.propagate_request_id" class="method trait-impl"><a href="#method.propagate_request_id" class="anchor">§</a><h4 class="code-header">fn <a class="fn">propagate_request_id</a>(
|
|
self,
|
|
header_name: HeaderName,
|
|
) -> PropagateRequestId<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Propgate request ids from requests to responses. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.propagate_x_request_id" class="method trait-impl"><a href="#method.propagate_x_request_id" class="anchor">§</a><h4 class="code-header">fn <a class="fn">propagate_x_request_id</a>(self) -> PropagateRequestId<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Propgate request ids from requests to responses, using <code>x-request-id</code> as the header name. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.catch_panic" class="method trait-impl"><a href="#method.catch_panic" class="anchor">§</a><h4 class="code-header">fn <a class="fn">catch_panic</a>(self) -> CatchPanic<Self, DefaultResponseForPanic><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Catch panics and convert them into <code>500 Internal Server</code> responses. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.request_body_limit" class="method trait-impl"><a href="#method.request_body_limit" class="anchor">§</a><h4 class="code-header">fn <a class="fn">request_body_limit</a>(self, limit: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> RequestBodyLimit<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Intercept requests with over-sized payloads and convert them into
|
|
<code>413 Payload Too Large</code> responses. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.trim_trailing_slash" class="method trait-impl"><a href="#method.trim_trailing_slash" class="anchor">§</a><h4 class="code-header">fn <a class="fn">trim_trailing_slash</a>(self) -> NormalizePath<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Remove trailing slashes from paths. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.append_trailing_slash" class="method trait-impl"><a href="#method.append_trailing_slash" class="anchor">§</a><h4 class="code-header">fn <a class="fn">append_trailing_slash</a>(self) -> NormalizePath<Self><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Append trailing slash to paths. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-SupersetOf%3CSS%3E-for-SP" class="impl"><a href="#impl-SupersetOf%3CSS%3E-for-SP" class="anchor">§</a><h3 class="code-header">impl<SS, SP> SupersetOf<SS> for SP<div class="where">where
|
|
SS: SubsetOf<SP>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_subset" class="method trait-impl"><a href="#method.to_subset" class="anchor">§</a><h4 class="code-header">fn <a class="fn">to_subset</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><SS></h4></section></summary><div class='docblock'>The inverse inclusion map: attempts to construct <code>self</code> from the equivalent element of its
|
|
superset. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.is_in_subset" class="method trait-impl"><a href="#method.is_in_subset" class="anchor">§</a><h4 class="code-header">fn <a class="fn">is_in_subset</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Checks if <code>self</code> is actually part of its subset <code>T</code> (and can be converted to it).</div></details><details class="toggle method-toggle" open><summary><section id="method.to_subset_unchecked" class="method trait-impl"><a href="#method.to_subset_unchecked" class="anchor">§</a><h4 class="code-header">fn <a class="fn">to_subset_unchecked</a>(&self) -> SS</h4></section></summary><div class='docblock'>Use with care! Same as <code>self.to_subset</code> but without any property checks. Always succeeds.</div></details><details class="toggle method-toggle" open><summary><section id="method.from_subset" class="method trait-impl"><a href="#method.from_subset" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_subset</a>(element: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&SS</a>) -> SP</h4></section></summary><div class='docblock'>The inclusion map: converts <code>self</code> to the equivalent element of its superset.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tap-for-T" class="impl"><a href="#impl-Tap-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Tap for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.tap" class="method trait-impl"><a href="#method.tap" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&Self)) -> Self</h4></section></summary><div class='docblock'>Immutable access to a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_mut" class="method trait-impl"><a href="#method.tap_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_mut</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&mut Self)) -> Self</h4></section></summary><div class='docblock'>Mutable access to a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow" class="method trait-impl"><a href="#method.tap_borrow" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&B</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
|
|
B: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>Borrow<B></code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_mut" class="method trait-impl"><a href="#method.tap_borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_mut</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut B</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
|
|
B: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>BorrowMut<B></code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref" class="method trait-impl"><a href="#method.tap_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&R</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><R>,
|
|
R: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>AsRef<R></code> view of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_mut" class="method trait-impl"><a href="#method.tap_ref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_mut</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut R</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><R>,
|
|
R: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>AsMut<R></code> view of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref" class="method trait-impl"><a href="#method.tap_deref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&T</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>Deref::Target</code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_mut" class="method trait-impl"><a href="#method.tap_deref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_mut</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut T</a>)) -> Self<div class="where">where
|
|
Self: <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 = T> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>Deref::Target</code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_dbg" class="method trait-impl"><a href="#method.tap_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_dbg</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&Self)) -> Self</h4></section></summary><div class='docblock'>Calls <code>.tap()</code> only in debug builds, and is erased in release builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_mut_dbg" class="method trait-impl"><a href="#method.tap_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_mut_dbg</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(&mut Self)) -> Self</h4></section></summary><div class='docblock'>Calls <code>.tap_mut()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_dbg" class="method trait-impl"><a href="#method.tap_borrow_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_dbg</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&B</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
|
|
B: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_borrow()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_mut_dbg" class="method trait-impl"><a href="#method.tap_borrow_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_mut_dbg</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut B</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
|
|
B: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_borrow_mut()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_dbg" class="method trait-impl"><a href="#method.tap_ref_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_dbg</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&R</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><R>,
|
|
R: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_ref()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_mut_dbg" class="method trait-impl"><a href="#method.tap_ref_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_mut_dbg</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut R</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><R>,
|
|
R: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_ref_mut()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_dbg" class="method trait-impl"><a href="#method.tap_deref_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_dbg</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&T</a>)) -> Self<div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_deref()</code> only in debug builds, and is erased in release
|
|
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_mut_dbg" class="method trait-impl"><a href="#method.tap_deref_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_mut_dbg</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut T</a>)) -> Self<div class="where">where
|
|
Self: <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 = T> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_deref_mut()</code> only in debug builds, and is erased in release
|
|
builds.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#84-86">Source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#88">Source</a><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89">Source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#93">Source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryConv-for-T" class="impl"><a href="#impl-TryConv-for-T" class="anchor">§</a><h3 class="code-header">impl<T> TryConv for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.try_conv" class="method trait-impl"><a href="#method.try_conv" class="anchor">§</a><h4 class="code-header">fn <a class="fn">try_conv</a><T>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, Self::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" title="type core::convert::TryInto::Error">Error</a>><div class="where">where
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><T>,</div></h4></section></summary><div class='docblock'>Attempts to convert <code>self</code> into <code>T</code> using <code>TryInto<T></code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#827-829">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#831">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#834">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#811-813">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#815">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#818">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-T" class="impl"><a href="#impl-VZip%3CV%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<V, T> VZip<V> for T<div class="where">where
|
|
V: MultiLane<T>,</div></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl"><a href="#method.vzip" class="anchor">§</a><h4 class="code-header">fn <a class="fn">vzip</a>(self) -> V</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-T" class="impl"><a href="#impl-WithSubscriber-for-T" class="anchor">§</a><h3 class="code-header">impl<T> WithSubscriber for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl"><a href="#method.with_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_subscriber</a><S>(self, subscriber: S) -> WithDispatch<Self><div class="where">where
|
|
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><Dispatch>,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
|
|
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_subscriber</a>(self) -> WithDispatch<Self></h4></section></summary><div class='docblock'>Attaches the current <a href="crate::dispatcher#setting-the-default-subscriber">default</a> <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
|
|
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Within%3CG2%3E-for-G1" class="impl"><a href="#impl-Within%3CG2%3E-for-G1" class="anchor">§</a><h3 class="code-header">impl<G1, G2> Within<G2> for G1<div class="where">where
|
|
G2: Contains<G1>,</div></h3></section></summary><div class="impl-items"><section id="method.is_within" class="method trait-impl"><a href="#method.is_within" class="anchor">§</a><h4 class="code-header">fn <a class="fn">is_within</a>(&self, b: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&G2</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></div></details><section id="impl-Any-for-T-1" class="impl"><a href="#impl-Any-for-T-1" class="anchor">§</a><h3 class="code-header">impl<T> Any for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a>,</div></h3></section><section id="impl-CloneAny-for-T" class="impl"><a href="#impl-CloneAny-for-T" class="anchor">§</a><h3 class="code-header">impl<T> CloneAny for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section><section id="impl-CloneAnySend-for-T" class="impl"><a href="#impl-CloneAnySend-for-T" class="anchor">§</a><h3 class="code-header">impl<T> CloneAnySend for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section><section id="impl-CloneAnySendSync-for-T" class="impl"><a href="#impl-CloneAnySendSync-for-T" class="anchor">§</a><h3 class="code-header">impl<T> CloneAnySendSync for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section><section id="impl-CloneAnySync-for-T" class="impl"><a href="#impl-CloneAnySync-for-T" class="anchor">§</a><h3 class="code-header">impl<T> CloneAnySync for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section><section id="impl-ErasedDestructor-for-T" class="impl"><a href="#impl-ErasedDestructor-for-T" class="anchor">§</a><h3 class="code-header">impl<T> ErasedDestructor for T<div class="where">where
|
|
T: 'static,</div></h3></section><section id="impl-MaybeSend-for-T" class="impl"><a href="#impl-MaybeSend-for-T" class="anchor">§</a><h3 class="code-header">impl<T> MaybeSend for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section></div></section></div></main></body></html> |