pub struct Pricing {
pub input: Option<PricePoint>,
pub output: Option<PricePoint>,
pub cached_input: Option<PricePoint>,
pub notes: Option<&'static str>,
}Fields§
§input: Option<PricePoint>§output: Option<PricePoint>§cached_input: Option<PricePoint>§notes: Option<&'static str>Implementations§
Trait Implementations§
impl Copy for Pricing
impl StructuralPartialEq for Pricing
Auto Trait Implementations§
impl Freeze for Pricing
impl RefUnwindSafe for Pricing
impl Send for Pricing
impl Sync for Pricing
impl Unpin for Pricing
impl UnsafeUnpin for Pricing
impl UnwindSafe for Pricing
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