Enum sonic::SonicMessage [] [src]

pub enum SonicMessage {
    Acknowledge,
    StreamStarted(String),
    QueryMsg(Query),
    AuthenticateMsg(Authenticate),
    TypeMetadata(Vec<(String, Value)>),
    QueryProgress {
        status: QueryStatus,
        progress: f64,
        total: Option<f64>,
        units: Option<String>,
    },
    OutputChunk(Vec<Value>),
    StreamCompleted(Option<String>, String),
}

Variants

Fields of QueryProgress

Methods

impl SonicMessage
[src]

Trait Implementations

impl Debug for SonicMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for SonicMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more