struct DelayStatJson {
qot_push_categories: usize,
req_reply_samples: usize,
place_order_samples: usize,
}Fields§
§qot_push_categories: usize§req_reply_samples: usize§place_order_samples: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DelayStatJson
impl RefUnwindSafe for DelayStatJson
impl Send for DelayStatJson
impl Sync for DelayStatJson
impl Unpin for DelayStatJson
impl UnsafeUnpin for DelayStatJson
impl UnwindSafe for DelayStatJson
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