Struct parity_dapps_glue::File [] [src]

pub struct File {
    pub path: &'static str,
    pub content: &'static [u8],
    pub content_type: &'static str,
}

Fields

Trait Implementations

impl Clone for File
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more