Struct fractal_dto::v1::transactions::PendingTransactionDTO
[−]
[src]
pub struct PendingTransactionDTO {
pub code: String,
}Struct for pending transactions.
Fields
code: String
The pending transaction code.
Trait Implementations
impl Clone for PendingTransactionDTO[src]
fn clone(&self) -> PendingTransactionDTO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Encodable for PendingTransactionDTO[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
impl Decodable for PendingTransactionDTO[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<PendingTransactionDTO, __D::Error>
Deserialize a value using a Decoder.