[][src]Struct billecta::UserRightView

pub struct UserRightView {
    pub can_attest_invoice: Option<bool>,
    pub can_attest_supplier_invoice: Option<bool>,
    pub can_manage_debt_collections: Option<bool>,
    pub can_manage_finances: Option<bool>,
    pub can_manage_invoice_payments: Option<bool>,
    pub can_manage_invoices: Option<bool>,
    pub can_manage_self_invoices: Option<bool>,
    pub can_manage_supplier_invoices: Option<bool>,
    pub can_pay_supplier_invoice: Option<bool>,
    pub can_read_bookkeeping: Option<bool>,
    pub can_read_creditor: Option<bool>,
    pub can_read_settings: Option<bool>,
    pub can_sell_invoice: Option<bool>,
    pub can_write_creditor: Option<bool>,
    pub creditor_public_id: Option<Guid>,
}

Fields

can_attest_invoice: Option<bool>can_attest_supplier_invoice: Option<bool>can_manage_debt_collections: Option<bool>can_manage_finances: Option<bool>can_manage_invoice_payments: Option<bool>can_manage_invoices: Option<bool>can_manage_self_invoices: Option<bool>can_manage_supplier_invoices: Option<bool>can_pay_supplier_invoice: Option<bool>can_read_bookkeeping: Option<bool>can_read_creditor: Option<bool>can_read_settings: Option<bool>can_sell_invoice: Option<bool>can_write_creditor: Option<bool>creditor_public_id: Option<Guid>

Trait Implementations

impl Clone for UserRightView[src]

impl Debug for UserRightView[src]

impl Default for UserRightView[src]

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

impl Serialize for UserRightView[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.