Struct kinetic::commands::GetLog [−] [src]

pub struct GetLog {
    pub log_types: Vec<LogType>,
}

Get's the requested logs

Fields

log_types

Trait Implementations

impl Command<GetLogResponse> for GetLog

fn build_proto(self) -> (Command, Option<Vec<u8>>)