pub struct DescribeTransactionResponse {
pub status: TransactionStatus,
pub properties: Option<HashMap<String, String>>,
}
Fields§
§status: TransactionStatus
§properties: Option<HashMap<String, String>>
Implementations§
Source§impl DescribeTransactionResponse
impl DescribeTransactionResponse
pub fn new(status: TransactionStatus) -> DescribeTransactionResponse
Trait Implementations§
Source§impl Clone for DescribeTransactionResponse
impl Clone for DescribeTransactionResponse
Source§fn clone(&self) -> DescribeTransactionResponse
fn clone(&self) -> DescribeTransactionResponse
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 DescribeTransactionResponse
impl Debug for DescribeTransactionResponse
Source§impl Default for DescribeTransactionResponse
impl Default for DescribeTransactionResponse
Source§fn default() -> DescribeTransactionResponse
fn default() -> DescribeTransactionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeTransactionResponse
impl<'de> Deserialize<'de> for DescribeTransactionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DescribeTransactionResponse
Auto Trait Implementations§
impl Freeze for DescribeTransactionResponse
impl RefUnwindSafe for DescribeTransactionResponse
impl Send for DescribeTransactionResponse
impl Sync for DescribeTransactionResponse
impl Unpin for DescribeTransactionResponse
impl UnwindSafe for DescribeTransactionResponse
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