pub struct SourceProcessPluginBuild {
pub package_manifest: PathBuf,
pub executable: PathBuf,
pub runtime_descriptor: PathBuf,
pub target: String,
pub output: PathBuf,
}Expand description
Source-only input for one precompiled Process Plugin Bundle.
The descriptor is generated by the language SDK. Bundle construction never executes the process; the Process Adapter repeats the descriptor handshake before readiness.
Fields§
§package_manifest: PathBuf§executable: PathBuf§runtime_descriptor: PathBuf§target: String§output: PathBufTrait Implementations§
Source§impl Clone for SourceProcessPluginBuild
impl Clone for SourceProcessPluginBuild
Source§fn clone(&self) -> SourceProcessPluginBuild
fn clone(&self) -> SourceProcessPluginBuild
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SourceProcessPluginBuild
impl Debug for SourceProcessPluginBuild
impl Eq for SourceProcessPluginBuild
Source§impl PartialEq for SourceProcessPluginBuild
impl PartialEq for SourceProcessPluginBuild
impl StructuralPartialEq for SourceProcessPluginBuild
Auto Trait Implementations§
impl Freeze for SourceProcessPluginBuild
impl RefUnwindSafe for SourceProcessPluginBuild
impl Send for SourceProcessPluginBuild
impl Sync for SourceProcessPluginBuild
impl Unpin for SourceProcessPluginBuild
impl UnsafeUnpin for SourceProcessPluginBuild
impl UnwindSafe for SourceProcessPluginBuild
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.