Struct sda_protocol::Pong [] [src]

pub struct Pong {
    pub running: bool,
}

Return message given by the ping service call.

Fields

Indication of whether the service believes everything to running correctly.

Trait Implementations

impl Debug for Pong
[src]

Formats the value using the given formatter.

impl PartialEq for Pong
[src]

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

This method tests for !=.