pub struct AsyncCoreMLRequest { /* private fields */ }Available on crate features
async and coreml only.Implementations§
Source§impl AsyncCoreMLRequest
impl AsyncCoreMLRequest
pub const fn new(request: CoreMLRequest) -> Self
pub fn classify_in_path(&self, path: impl AsRef<Path>) -> CoreMLClassifyFuture ⓘ
pub fn feature_value_in_path( &self, path: impl AsRef<Path>, ) -> CoreMLFeatureValueFuture ⓘ
Trait Implementations§
Source§impl Clone for AsyncCoreMLRequest
impl Clone for AsyncCoreMLRequest
Source§fn clone(&self) -> AsyncCoreMLRequest
fn clone(&self) -> AsyncCoreMLRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AsyncCoreMLRequest
impl RefUnwindSafe for AsyncCoreMLRequest
impl Send for AsyncCoreMLRequest
impl Sync for AsyncCoreMLRequest
impl Unpin for AsyncCoreMLRequest
impl UnsafeUnpin for AsyncCoreMLRequest
impl UnwindSafe for AsyncCoreMLRequest
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