pub struct CancelTxRequest {
pub entity_secret_ciphertext: String,
}Expand description
Request body for cancelling a transaction.
Fields§
§entity_secret_ciphertext: StringEncrypted entity secret ciphertext.
Trait Implementations§
Source§impl Clone for CancelTxRequest
impl Clone for CancelTxRequest
Source§fn clone(&self) -> CancelTxRequest
fn clone(&self) -> CancelTxRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CancelTxRequest
impl Debug for CancelTxRequest
Auto Trait Implementations§
impl Freeze for CancelTxRequest
impl RefUnwindSafe for CancelTxRequest
impl Send for CancelTxRequest
impl Sync for CancelTxRequest
impl Unpin for CancelTxRequest
impl UnsafeUnpin for CancelTxRequest
impl UnwindSafe for CancelTxRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more