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 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