pub struct TestObsBatch { /* private fields */ }
Expand description
Batch of obs for testing.
Trait Implementations§
Source§impl BatchBase for TestObsBatch
impl BatchBase for TestObsBatch
Auto Trait Implementations§
impl Freeze for TestObsBatch
impl RefUnwindSafe for TestObsBatch
impl Send for TestObsBatch
impl Sync for TestObsBatch
impl Unpin for TestObsBatch
impl UnwindSafe for TestObsBatch
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