pub struct DummyBatch;Expand description
Dummy batch.
Trait Implementations§
Source§impl TransitionBatch for DummyBatch
impl TransitionBatch for DummyBatch
Source§type ObsBatch = DummyInnerBatch
type ObsBatch = DummyInnerBatch
The type used to store batches of observations. Read more
Source§type ActBatch = DummyInnerBatch
type ActBatch = DummyInnerBatch
The type used to store batches of actions. Read more
Source§fn obs(&self) -> &Self::ObsBatch
fn obs(&self) -> &Self::ObsBatch
Returns a reference to the batch of observations at time t. Read more
Auto Trait Implementations§
impl Freeze for DummyBatch
impl RefUnwindSafe for DummyBatch
impl Send for DummyBatch
impl Sync for DummyBatch
impl Unpin for DummyBatch
impl UnwindSafe for DummyBatch
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