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
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