Struct kinetic::commands::GetLog
[−]
[src]
pub struct GetLog { pub log_types: Vec<LogType>, }
Get's the requested logs
Fields
log_types |
pub struct GetLog { pub log_types: Vec<LogType>, }
Get's the requested logs
log_types |
impl Command<GetLogResponse> for GetLog
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).