Struct netgauze_ipfix_code_generator::Config
source · pub struct Config { /* private fields */ }Expand description
Configuration to generate IPFIX/Netflow entities
Implementations§
source§impl Config
impl Config
pub const fn new(iana: SourceConfig, vendors: Vec<SourceConfig>) -> Self
pub const fn iana(&self) -> &SourceConfig
pub const fn vendors(&self) -> &Vec<SourceConfig>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Config
impl<'de> Deserialize<'de> for Config
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more