pub struct IntegrationPolicyImportArtifact { /* private fields */ }Expand description
A locally decoded import artifact. Its canonical specifications are kept private so callers can retain a validated source across context setup without being able to alter what remote planning will use.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntegrationPolicyImportArtifact
impl RefUnwindSafe for IntegrationPolicyImportArtifact
impl Send for IntegrationPolicyImportArtifact
impl Sync for IntegrationPolicyImportArtifact
impl Unpin for IntegrationPolicyImportArtifact
impl UnsafeUnpin for IntegrationPolicyImportArtifact
impl UnwindSafe for IntegrationPolicyImportArtifact
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