Struct passivetotal::response::ActionTagResponse
[−]
[src]
pub struct ActionTagResponse {
pub tags: Option<Vec<String>>,
}Fields
tags |
pub struct ActionTagResponse {
pub tags: Option<Vec<String>>,
}tags |
impl Debug for ActionTagResponseimpl Decodable for ActionTagResponsefn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ActionTagResponse, __D::Error>