Enum livy::v0_3_0::SessionKind [] [src]

pub enum SessionKind {
    Spark,
    Pyspark,
    Pyspark3,
    Sparkr,
}

Session kind

Variants

Trait Implementations

impl Debug for SessionKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SessionKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.