pub struct ResolvedOp<'a> { /* private fields */ }Expand description
An operation resolved against a target, ready to be invoked.
Produced by resolve_op, this hides whether the operation is a native
Op registered on the object or a kernel adapter synthesized from one of
the object’s protocol surfaces.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ResolvedOp<'a>
impl<'a> !UnwindSafe for ResolvedOp<'a>
impl<'a> Freeze for ResolvedOp<'a>
impl<'a> Send for ResolvedOp<'a>
impl<'a> Sync for ResolvedOp<'a>
impl<'a> Unpin for ResolvedOp<'a>
impl<'a> UnsafeUnpin for ResolvedOp<'a>
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