Struct tremor::System [] [src]

pub struct System {
    pub name: String,
    pub strata: Vec<Stratum>,
}

Fields

Trait Implementations

impl PartialEq for System
[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 System
[src]

Formats the value using the given formatter.

impl Default for System
[src]

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

impl Clone for System
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for System
[src]