[][src]Struct billecta::CreditorKycFormBusinessCategoryView

pub struct CreditorKycFormBusinessCategoryView {
    pub is_barber_category: Option<bool>,
    pub is_betting_shop_category: Option<bool>,
    pub is_broker_category: Option<bool>,
    pub is_cafe_category: Option<bool>,
    pub is_cleaning_category: Option<bool>,
    pub is_kiosk_category: Option<bool>,
    pub is_night_club_category: Option<bool>,
    pub is_online_gambiling_category: Option<bool>,
    pub is_real_estate_construction_category: Option<bool>,
    pub is_real_estate_sales_category: Option<bool>,
    pub is_restaurant_category: Option<bool>,
    pub is_taxi_category: Option<bool>,
    pub other_category: Option<String>,
}

Fields

is_barber_category: Option<bool>is_betting_shop_category: Option<bool>is_broker_category: Option<bool>is_cafe_category: Option<bool>is_cleaning_category: Option<bool>is_kiosk_category: Option<bool>is_night_club_category: Option<bool>is_online_gambiling_category: Option<bool>is_real_estate_construction_category: Option<bool>is_real_estate_sales_category: Option<bool>is_restaurant_category: Option<bool>is_taxi_category: Option<bool>other_category: Option<String>

Trait Implementations

impl Clone for CreditorKycFormBusinessCategoryView[src]

impl Debug for CreditorKycFormBusinessCategoryView[src]

impl Default for CreditorKycFormBusinessCategoryView[src]

impl<'de> Deserialize<'de> for CreditorKycFormBusinessCategoryView[src]

impl Serialize for CreditorKycFormBusinessCategoryView[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.