pub struct ApplicationArtifactBuildTarget {
pub role: CanisterRole,
pub package: String,
pub wasm_relative_path: String,
pub wasm_gz_relative_path: String,
}Expand description
ApplicationArtifactBuildTarget
One topology role’s package and output paths admitted before its build starts.
Fields§
§role: CanisterRole§package: String§wasm_relative_path: String§wasm_gz_relative_path: StringTrait Implementations§
Source§impl Clone for ApplicationArtifactBuildTarget
impl Clone for ApplicationArtifactBuildTarget
Source§fn clone(&self) -> ApplicationArtifactBuildTarget
fn clone(&self) -> ApplicationArtifactBuildTarget
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 moreimpl Eq for ApplicationArtifactBuildTarget
impl StructuralPartialEq for ApplicationArtifactBuildTarget
Auto Trait Implementations§
impl Freeze for ApplicationArtifactBuildTarget
impl RefUnwindSafe for ApplicationArtifactBuildTarget
impl Send for ApplicationArtifactBuildTarget
impl Sync for ApplicationArtifactBuildTarget
impl Unpin for ApplicationArtifactBuildTarget
impl UnsafeUnpin for ApplicationArtifactBuildTarget
impl UnwindSafe for ApplicationArtifactBuildTarget
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.