pub struct ModelBilling {
pub multiplier: f64,
}Expand description
Model billing information.
Fields§
§multiplier: f64Trait Implementations§
Source§impl Clone for ModelBilling
impl Clone for ModelBilling
Source§fn clone(&self) -> ModelBilling
fn clone(&self) -> ModelBilling
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModelBilling
impl Debug for ModelBilling
Source§impl<'de> Deserialize<'de> for ModelBilling
impl<'de> Deserialize<'de> for ModelBilling
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
Auto Trait Implementations§
impl Freeze for ModelBilling
impl RefUnwindSafe for ModelBilling
impl Send for ModelBilling
impl Sync for ModelBilling
impl Unpin for ModelBilling
impl UnsafeUnpin for ModelBilling
impl UnwindSafe for ModelBilling
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