pub struct ExportTransactionData {
pub path: String,
}
Expand description
Export transaction response data.
Fields§
§path: String
Path to download the exported transaction file.
Trait Implementations§
Source§impl Debug for ExportTransactionData
impl Debug for ExportTransactionData
Source§impl Default for ExportTransactionData
impl Default for ExportTransactionData
Source§fn default() -> ExportTransactionData
fn default() -> ExportTransactionData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportTransactionData
impl<'de> Deserialize<'de> for ExportTransactionData
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
Auto Trait Implementations§
impl Freeze for ExportTransactionData
impl RefUnwindSafe for ExportTransactionData
impl Send for ExportTransactionData
impl Sync for ExportTransactionData
impl Unpin for ExportTransactionData
impl UnwindSafe for ExportTransactionData
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