Struct tremor::Stratum [] [src]

pub struct Stratum {
    pub name: String,
    pub chunks: Vec<Chunk>,
    pub build_depends: Option<Vec<String>>,
}

Fields

Trait Implementations

impl PartialEq for Stratum
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Stratum
[src]

Formats the value using the given formatter.

impl Default for Stratum
[src]

Returns the "default value" for a type. Read more

impl Clone for Stratum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Stratum
[src]