Struct plaid::link_token::GetLinkTokenResponse [−][src]
Fields
request_id: StringA unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
link_token: StringA link_token, which can be supplied to Link in order to initialize it and receive a public_token, which can be exchanged for an access_token.
created_at: Option<DateTime<Utc>>The creation timestamp for the link_token, in ISO 8601 format.
expiration: Option<DateTime<Utc>>The expiration timestamp for the link_token, in ISO 8601 format.
metadata: GetLinkTokenMetadataResponseAn object specifying the arguments originally provided to the /link/token/create call.
Trait Implementations
impl Debug for GetLinkTokenResponse[src]
impl<'de> Deserialize<'de> for GetLinkTokenResponse[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for GetLinkTokenResponse[src]
impl Send for GetLinkTokenResponse[src]
impl Sync for GetLinkTokenResponse[src]
impl Unpin for GetLinkTokenResponse[src]
impl UnwindSafe for GetLinkTokenResponse[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,