Struct Artifact Manifest
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct ArtifactManifest {
pub root: Option<PathBuf>,
pub artifacts: Vec<ArtifactRef>,
}
Manifest of run artifacts.
Fields
root: Option<PathBuf>
Artifact root directory.
artifacts: Vec<ArtifactRef>
Artifact entries.
Trait Implementations
impl Clone for ArtifactManifest
impl Clone for ArtifactManifest
clone
fn clone(&self) -> ArtifactManifest
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for ArtifactManifest
impl Debug for ArtifactManifest
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for ArtifactManifest
impl Default for ArtifactManifest
default
fn default() -> ArtifactManifest
impl<'de> Deserialize<'de> for ArtifactManifest
impl<'de> Deserialize<'de> for ArtifactManifest
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for ArtifactManifest
impl JsonSchema for ArtifactManifest
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for ArtifactManifest
impl PartialEq for ArtifactManifest
eq
fn eq(&self, other: &ArtifactManifest) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for ArtifactManifest
impl Serialize for ArtifactManifest
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for ArtifactManifest
impl StructuralPartialEq for ArtifactManifest