pub struct ResolvedNativeOperatorArtifactSet {
pub lock_path: PathBuf,
pub g03_catalog_sha256: String,
pub artifacts: Vec<ResolvedNativeOperatorArtifact>,
}Fields§
§lock_path: PathBuf§g03_catalog_sha256: String§artifacts: Vec<ResolvedNativeOperatorArtifact>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedNativeOperatorArtifactSet
impl RefUnwindSafe for ResolvedNativeOperatorArtifactSet
impl Send for ResolvedNativeOperatorArtifactSet
impl Sync for ResolvedNativeOperatorArtifactSet
impl Unpin for ResolvedNativeOperatorArtifactSet
impl UnsafeUnpin for ResolvedNativeOperatorArtifactSet
impl UnwindSafe for ResolvedNativeOperatorArtifactSet
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