Struct opencv::core::AsyncPromise
source · pub struct AsyncPromise { /* private fields */ }
Expand description
Provides result of asynchronous operations
Implementations§
source§impl AsyncPromise
impl AsyncPromise
pub fn default() -> AsyncPromise
pub fn copy(o: &AsyncPromise) -> AsyncPromise
pub fn copy_mut(o: AsyncPromise) -> Result<AsyncPromise>
Trait Implementations§
source§impl AsyncPromiseTrait for AsyncPromise
impl AsyncPromiseTrait for AsyncPromise
source§impl Boxed for AsyncPromise
impl Boxed for AsyncPromise
source§impl Default for AsyncPromise
impl Default for AsyncPromise
source§impl Drop for AsyncPromise
impl Drop for AsyncPromise
impl Send for AsyncPromise
Auto Trait Implementations§
impl RefUnwindSafe for AsyncPromise
impl !Sync for AsyncPromise
impl Unpin for AsyncPromise
impl UnwindSafe for AsyncPromise
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