pub struct ArtifactPaths {
pub vmlinux: String,
pub rootfs: String,
pub fc_base_config: String,
}Expand description
Paths to build artifacts within the pool’s artifact directory.
Fields§
§vmlinux: String§rootfs: String§fc_base_config: StringTrait Implementations§
Source§impl Clone for ArtifactPaths
impl Clone for ArtifactPaths
Source§fn clone(&self) -> ArtifactPaths
fn clone(&self) -> ArtifactPaths
Returns a duplicate of the value. Read more
1.0.0 · 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 ArtifactPaths
impl Debug for ArtifactPaths
Source§impl<'de> Deserialize<'de> for ArtifactPaths
impl<'de> Deserialize<'de> for ArtifactPaths
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArtifactPaths
impl RefUnwindSafe for ArtifactPaths
impl Send for ArtifactPaths
impl Sync for ArtifactPaths
impl Unpin for ArtifactPaths
impl UnsafeUnpin for ArtifactPaths
impl UnwindSafe for ArtifactPaths
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