pub struct PatPrice<'a> {
pub currency: Option<&'a str>,
pub price: Option<f32>,
pub is_exemption: bool,
}Fields§
§currency: Option<&'a str>§price: Option<f32>§is_exemption: boolImplementations§
Trait Implementations§
impl<'a> StructuralPartialEq for PatPrice<'a>
Auto Trait Implementations§
impl<'a> Freeze for PatPrice<'a>
impl<'a> RefUnwindSafe for PatPrice<'a>
impl<'a> Send for PatPrice<'a>
impl<'a> Sync for PatPrice<'a>
impl<'a> Unpin for PatPrice<'a>
impl<'a> UnwindSafe for PatPrice<'a>
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