Struct test_assets::TestAssetDef [] [src]

pub struct TestAssetDef {
    pub filename: String,
    pub hash: String,
    pub url: String,
}

Definition for a test file

Fields

Name of the file on disk. This should be unique for the file.

Sha256 hash of the file's data in hexadecimal lowercase representation

The url the test file can be obtained from

Trait Implementations

Auto Trait Implementations

impl Send for TestAssetDef

impl Sync for TestAssetDef