Docs.rs
golem-rust-1.3.0
golem-rust 1.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vigoo
Dependencies
golem-rust-macro ^1.3.0
normal
optional
serde ^1.0.219
normal
optional
serde_json ^1.0.140
normal
optional
uuid ^1.15.1
normal
optional
wit-bindgen-rt ^0.40.0
normal
Versions
40.32%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Tuple
OrUnit
golem_
rust
1.3.0
Tuple
OrUnit
Required Methods
into
Implementations on Foreign Types
(T1, T2)
(T1, T2, T3)
(T1, T2, T3, T4)
(T1, T2, T3, T4, T5)
(T1, T2, T3, T4, T5, T6)
(T1, T2, T3, T4, T5, T6, T7)
(T1, T2, T3, T4, T5, T6, T7, T8)
(T1, T2, T3, T4, T5, T6, T7, T8, T9)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)
(T1,)
Implementors
In crate golem_
rust
Modules
bindings
Structs
AtomicOperationGuard
FallibleTransaction
IdempotenceModeGuard
InfallibleTransaction
PersistenceLevelGuard
RetryPolicy
RetryPolicyGuard
Enums
TransactionFailure
Traits
CompensationFunction
Operation
Transaction
TupleOrUnit
Functions
atomically
await_promise_json
call_compensation_function
complete_promise_json
fallible_transaction
generate_idempotency_key
infallible_transaction
infallible_transaction_with_strong_rollback_guarantees
mark_atomic_operation
operation
transaction
use_idempotence_mode
use_persistence_level
use_retry_policy
with_idempotence_mode
with_persistence_level
with_retry_policy
Type Aliases
TransactionResult
Attribute Macros
create_wit_file
golem_operation
Derive Macros
WIT_From_Into
golem_rust
Trait
TupleOrUnit
Copy item path
Settings
Help
Summary
Source
pub trait TupleOrUnit<T> { // Required method fn
into
(self) -> T; }
Required Methods
§
Source
fn
into
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T1>
TupleOrUnit
<
(T1,)
> for
(T1,)
Source
§
fn
into
(self) ->
(T1,)
Source
§
impl<T1, T2>
TupleOrUnit
<
(T1, T2)
> for
(T1, T2)
Source
§
fn
into
(self) ->
(T1, T2)
Source
§
impl<T1, T2, T3>
TupleOrUnit
<
(T1, T2, T3)
> for
(T1, T2, T3)
Source
§
fn
into
(self) ->
(T1, T2, T3)
Source
§
impl<T1, T2, T3, T4>
TupleOrUnit
<
(T1, T2, T3, T4)
> for
(T1, T2, T3, T4)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4)
Source
§
impl<T1, T2, T3, T4, T5>
TupleOrUnit
<
(T1, T2, T3, T4, T5)
> for
(T1, T2, T3, T4, T5)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5)
Source
§
impl<T1, T2, T3, T4, T5, T6>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6)
> for
(T1, T2, T3, T4, T5, T6)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7)
> for
(T1, T2, T3, T4, T5, T6, T7)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8)
> for
(T1, T2, T3, T4, T5, T6, T7, T8)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
Source
§
fn
into
(self) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
Source
§
fn
into
( self, ) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
Source
§
impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
TupleOrUnit
<
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)
> for
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)
Source
§
fn
into
( self, ) ->
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)
Implementors
§
Source
§
impl<T>
TupleOrUnit
<
()
> for T