Struct ark_api::ml::ArkExperimentConfig
source · [−]Fields
num_features: u32
num_actions: u32
Auto Trait Implementations
impl RefUnwindSafe for ArkExperimentConfig
impl Send for ArkExperimentConfig
impl Sync for ArkExperimentConfig
impl Unpin for ArkExperimentConfig
impl UnwindSafe for ArkExperimentConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more