pub enum ModelWithConfig {
PoseNet(Option<PoseNetModelConfig>),
BlazePose(Option<BlazePoseModelConfig>),
MoveNet(Option<MoveNetModelConfig>),
}
Variants§
PoseNet(Option<PoseNetModelConfig>)
BlazePose(Option<BlazePoseModelConfig>)
MoveNet(Option<MoveNetModelConfig>)
Implementations§
Auto Trait Implementations§
impl Freeze for ModelWithConfig
impl RefUnwindSafe for ModelWithConfig
impl Send for ModelWithConfig
impl Sync for ModelWithConfig
impl Unpin for ModelWithConfig
impl UnwindSafe for ModelWithConfig
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