pub struct StateEncoder { /* private fields */ }Expand description
Encodes observations to discrete state keys
Implementations§
Source§impl StateEncoder
impl StateEncoder
Auto Trait Implementations§
impl Freeze for StateEncoder
impl RefUnwindSafe for StateEncoder
impl Send for StateEncoder
impl Sync for StateEncoder
impl Unpin for StateEncoder
impl UnwindSafe for StateEncoder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more