pub struct VisionClient { /* private fields */ }Expand description
Handle for the vision APIs.
Implementations§
Source§impl VisionClient
impl VisionClient
Sourcepub async fn health(&self) -> Result<VisionHealth>
pub async fn health(&self) -> Result<VisionHealth>
Returns the vision service health response.
Sourcepub fn videos(&self) -> VisionVideosClient
pub fn videos(&self) -> VisionVideosClient
Returns a handle for vision video operations.
Trait Implementations§
Source§impl Clone for VisionClient
impl Clone for VisionClient
Source§fn clone(&self) -> VisionClient
fn clone(&self) -> VisionClient
Returns a duplicate of the value. Read more
1.0.0 · 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 VisionClient
impl !RefUnwindSafe for VisionClient
impl Send for VisionClient
impl Sync for VisionClient
impl Unpin for VisionClient
impl UnsafeUnpin for VisionClient
impl !UnwindSafe for VisionClient
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