Struct livy::client::BatchStateOnly [] [src]

pub struct BatchStateOnly {
    pub id: Option<i64>,
    pub state: Option<String>,
}

Batch information which has only its state information.

Fields

Trait Implementations

impl Debug for BatchStateOnly
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BatchStateOnly
[src]

[src]

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

[src]

This method tests for !=.