Struct plaid::institutions::GetInstitutionByIdOptions[][src]

pub struct GetInstitutionByIdOptions {
    pub include_optional_metadata: bool,
    pub include_status: bool,
}

Fields

include_optional_metadata: bool

When true, return an institution's logo, brand color, and URL. When available, the bank's logo is returned as a base64 encoded 152x152 PNG, the brand color is in hexadecimal format. The default value is false.

include_status: bool

If true, the response will include status information about the institution. Default value is false.

Trait Implementations

impl Default for GetInstitutionByIdOptions[src]

impl Serialize for GetInstitutionByIdOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for GetInstitutionByIdOptions[src]

impl Send for GetInstitutionByIdOptions[src]

impl Sync for GetInstitutionByIdOptions[src]

impl Unpin for GetInstitutionByIdOptions[src]

impl UnwindSafe for GetInstitutionByIdOptions[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.