pub struct OrgPlan {
pub included_providers: Option<Vec<Value>>,
pub included_minutes: Option<f64>,
pub cost_per_overage_minute: Option<f64>,
}Fields§
§included_providers: Option<Vec<Value>>§included_minutes: Option<f64>§cost_per_overage_minute: Option<f64>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OrgPlan
impl<'de> Deserialize<'de> for OrgPlan
Source§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
Source§impl OpenApi for OrgPlan
impl OpenApi for OrgPlan
Source§fn openapi() -> OpenApi
fn openapi() -> OpenApi
Return the
openapi::OpenApi instance which can be parsed with serde or served via
OpenAPI visualization tool such as Swagger UI.impl StructuralPartialEq for OrgPlan
Auto Trait Implementations§
impl Freeze for OrgPlan
impl RefUnwindSafe for OrgPlan
impl Send for OrgPlan
impl Sync for OrgPlan
impl Unpin for OrgPlan
impl UnwindSafe for OrgPlan
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more