pub struct OrderPriority1 {
pub tm_stmp: Option<String>,
pub sz: Option<f64>,
}Fields§
§tm_stmp: Option<String>§sz: Option<f64>Implementations§
Source§impl OrderPriority1
impl OrderPriority1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrderPriority1
impl RefUnwindSafe for OrderPriority1
impl Send for OrderPriority1
impl Sync for OrderPriority1
impl Unpin for OrderPriority1
impl UnwindSafe for OrderPriority1
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