Struct hematite_server::proto::slp::Sample [] [src]

pub struct Sample {
    pub name: String,
    pub id: String,
}

Fields

name
id

Trait Implementations

Derived Implementations

impl Encodable for Sample

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Sample

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Sample, __D::Error>

impl Debug for Sample

fn fmt(&self, __arg_0: &mut Formatter) -> Result