Struct netlify_rust::models::account_type::AccountType [−][src]
pub struct AccountType {
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub capabilities: Option<Value>,
pub monthly_dollar_price: Option<i32>,
pub yearly_dollar_price: Option<i32>,
pub monthly_seats_addon_dollar_price: Option<i32>,
pub yearly_seats_addon_dollar_price: Option<i32>,
}
Fields
id: Option<String>
name: Option<String>
description: Option<String>
capabilities: Option<Value>
monthly_dollar_price: Option<i32>
yearly_dollar_price: Option<i32>
monthly_seats_addon_dollar_price: Option<i32>
yearly_seats_addon_dollar_price: Option<i32>
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnwindSafe for AccountType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more