pub struct ResolvedNativeOperatorArtifact {
pub lock: NativeOperatorArtifactLock,
pub resolved: ResolvedNativeOperator,
}Fields§
§lock: NativeOperatorArtifactLock§resolved: ResolvedNativeOperatorTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedNativeOperatorArtifact
impl RefUnwindSafe for ResolvedNativeOperatorArtifact
impl Send for ResolvedNativeOperatorArtifact
impl Sync for ResolvedNativeOperatorArtifact
impl Unpin for ResolvedNativeOperatorArtifact
impl UnsafeUnpin for ResolvedNativeOperatorArtifact
impl UnwindSafe for ResolvedNativeOperatorArtifact
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