pub struct OperationHandle { /* private fields */ }Expand description
Handle for an in-progress operation recording.
Auto Trait Implementations§
impl Freeze for OperationHandle
impl RefUnwindSafe for OperationHandle
impl Send for OperationHandle
impl Sync for OperationHandle
impl Unpin for OperationHandle
impl UnwindSafe for OperationHandle
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