Struct tremor::Chunk [] [src]

pub struct Chunk {
    pub name: String,
    pub repo: String,
    pub reference: String,
    pub build_depends: Option<Vec<String>>,
    pub bit: BIT,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl Default for Chunk
[src]

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

impl Clone for Chunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Chunk
[src]