Struct tremor::BIT [] [src]

pub struct BIT {
    pub configure_commands: Option<Vec<String>>,
    pub build_commands: Option<Vec<String>>,
    pub install_commands: Option<Vec<String>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl Default for BIT
[src]

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

impl Clone for BIT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for BIT
[src]