Struct dfx_base::data_dictionary::DDField
source · pub struct DDField { /* private fields */ }Implementations§
source§impl DDField
impl DDField
pub fn from_xml_str(xml_str: &str) -> Self
pub fn new( tag: Tag, name: String, enum_dictionary: BTreeMap<String, String>, field_type: String ) -> Self
pub fn tag(&self) -> Tag
pub fn name(&self) -> &String
pub fn has_enums(&self) -> bool
pub fn enums(&self) -> &BTreeMap<String, String>
pub fn field_type(&self) -> &String
pub fn is_multiple_value_field_with_enums(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DDField
impl Send for DDField
impl Sync for DDField
impl Unpin for DDField
impl UnwindSafe for DDField
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more