pub struct SandboxTransferRefundSimulateResponse {
pub request_id: String,
}Expand description
Defines the response schema for /sandbox/transfer/refund/simulate
Fields§
§request_id: StringA unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
Trait Implementations§
Source§impl Clone for SandboxTransferRefundSimulateResponse
impl Clone for SandboxTransferRefundSimulateResponse
Source§fn clone(&self) -> SandboxTransferRefundSimulateResponse
fn clone(&self) -> SandboxTransferRefundSimulateResponse
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 Default for SandboxTransferRefundSimulateResponse
impl Default for SandboxTransferRefundSimulateResponse
Source§fn default() -> SandboxTransferRefundSimulateResponse
fn default() -> SandboxTransferRefundSimulateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SandboxTransferRefundSimulateResponse
impl<'de> Deserialize<'de> for SandboxTransferRefundSimulateResponse
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 SandboxTransferRefundSimulateResponse
impl RefUnwindSafe for SandboxTransferRefundSimulateResponse
impl Send for SandboxTransferRefundSimulateResponse
impl Sync for SandboxTransferRefundSimulateResponse
impl Unpin for SandboxTransferRefundSimulateResponse
impl UnwindSafe for SandboxTransferRefundSimulateResponse
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