Struct marine_module_info_parser::manifest::ModuleManifest [−][src]
pub struct ModuleManifest {
pub authors: String,
pub version: Version,
pub description: String,
pub repository: String,
pub build_time: DateTime<FixedOffset>,
}Expand description
Describes manifest of a Wasm module in the Fluence network.
Fields
version: Versiondescription: Stringrepository: Stringbuild_time: DateTime<FixedOffset>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
type Error = ManifestError
type Error = ManifestErrorThe type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for ModuleManifestimpl Send for ModuleManifestimpl Sync for ModuleManifestimpl Unpin for ModuleManifestimpl UnwindSafe for ModuleManifestBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = TShould always be Self