pub struct PriceReport3 {
pub pric_valtn_dtls: Vec<PriceValuation4>,
}Fields§
§pric_valtn_dtls: Vec<PriceValuation4>Implementations§
Source§impl PriceReport3
impl PriceReport3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PriceReport3
impl RefUnwindSafe for PriceReport3
impl Send for PriceReport3
impl Sync for PriceReport3
impl Unpin for PriceReport3
impl UnwindSafe for PriceReport3
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