Struct tari_wallet::transaction_service::protocols::transaction_receive_protocol::TransactionReceiveProtocol [−][src]
Implementations
impl<TBackend> TransactionReceiveProtocol<TBackend> where
TBackend: TransactionBackend + 'static, [src]
TBackend: TransactionBackend + 'static,
pub fn new(
id: u64,
source_pubkey: CommsPublicKey,
sender_message: TransactionSenderMessage,
stage: TransactionReceiveProtocolStage,
resources: TransactionServiceResources<TBackend>,
transaction_finalize_receiver: Receiver<(CommsPublicKey, TxId, Transaction)>,
cancellation_receiver: Receiver<()>
) -> Self[src]
id: u64,
source_pubkey: CommsPublicKey,
sender_message: TransactionSenderMessage,
stage: TransactionReceiveProtocolStage,
resources: TransactionServiceResources<TBackend>,
transaction_finalize_receiver: Receiver<(CommsPublicKey, TxId, Transaction)>,
cancellation_receiver: Receiver<()>
) -> Self
pub async fn execute(self) -> Result<u64, TransactionServiceProtocolError>[src]
Auto Trait Implementations
impl<TBackend> !RefUnwindSafe for TransactionReceiveProtocol<TBackend>[src]
impl<TBackend> Send for TransactionReceiveProtocol<TBackend>[src]
impl<TBackend> Sync for TransactionReceiveProtocol<TBackend>[src]
impl<TBackend> Unpin for TransactionReceiveProtocol<TBackend>[src]
impl<TBackend> !UnwindSafe for TransactionReceiveProtocol<TBackend>[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
U: FromCast<T>,
pub fn cast(self) -> U
impl<T> From<T> for T[src]
impl<T> FromBits<T> for T
pub fn from_bits(t: T) -> T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
U: FromBits<T>,
pub fn into_bits(self) -> U
impl<T> IntoSql for T[src]
pub fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>, [src]
Self: AsExpression<T>,
pub fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, [src]
&'a Self: AsExpression<T>,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> UnsafeAny for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,