pub struct RecognizedItem;Implementations§
Source§impl RecognizedItem
impl RecognizedItem
pub fn support_info() -> Result<AreaSupportInfo, VisionKitError>
pub fn is_available_on_current_platform() -> Result<bool, VisionKitError>
Auto Trait Implementations§
impl Freeze for RecognizedItem
impl RefUnwindSafe for RecognizedItem
impl Send for RecognizedItem
impl Sync for RecognizedItem
impl Unpin for RecognizedItem
impl UnsafeUnpin for RecognizedItem
impl UnwindSafe for RecognizedItem
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