pub struct SimEnv {
pub history: Vec<Observation>,
/* private fields */
}
Fields§
§history: Vec<Observation>
Implementations§
Auto Trait Implementations§
impl Freeze for SimEnv
impl RefUnwindSafe for SimEnv
impl Send for SimEnv
impl Sync for SimEnv
impl Unpin for SimEnv
impl UnwindSafe for SimEnv
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