Struct menoh::VariableProfileTable [−][src]
pub struct VariableProfileTable { /* fields omitted */ }Variable Profile table.
An instance of this struct is generated by
VariableProfileTableBuilder::build_variable_profile_table
Methods
impl VariableProfileTable[src]
impl VariableProfileTablepub fn get_variable_profile(&self, name: &str) -> Result<VariableProfile, Error>[src]
pub fn get_variable_profile(&self, name: &str) -> Result<VariableProfile, Error>Get Variable profile detail by using variable name.
Trait Implementations
impl Drop for VariableProfileTable[src]
impl Drop for VariableProfileTableAuto Trait Implementations
impl !Send for VariableProfileTable
impl !Send for VariableProfileTableimpl !Sync for VariableProfileTable
impl !Sync for VariableProfileTable