pub struct SandboxTransferFireWebhookResponse {
pub request_id: String,
}Expand description
Defines the response schema for /sandbox/transfer/fire_webhook
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 SandboxTransferFireWebhookResponse
impl Clone for SandboxTransferFireWebhookResponse
Source§fn clone(&self) -> SandboxTransferFireWebhookResponse
fn clone(&self) -> SandboxTransferFireWebhookResponse
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 SandboxTransferFireWebhookResponse
impl Default for SandboxTransferFireWebhookResponse
Source§fn default() -> SandboxTransferFireWebhookResponse
fn default() -> SandboxTransferFireWebhookResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SandboxTransferFireWebhookResponse
impl<'de> Deserialize<'de> for SandboxTransferFireWebhookResponse
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 SandboxTransferFireWebhookResponse
impl RefUnwindSafe for SandboxTransferFireWebhookResponse
impl Send for SandboxTransferFireWebhookResponse
impl Sync for SandboxTransferFireWebhookResponse
impl Unpin for SandboxTransferFireWebhookResponse
impl UnwindSafe for SandboxTransferFireWebhookResponse
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