Struct assembly_xml::localization::LocaleNodeRef
source · pub struct LocaleNodeRef<'a, 's> { /* private fields */ }
Expand description
Reference to a LocaleNode with an Interner
Implementations§
source§impl<'a, 's> LocaleNodeRef<'a, 's>
impl<'a, 's> LocaleNodeRef<'a, 's>
sourcepub fn node(&self) -> &'a LocaleNode
pub fn node(&self) -> &'a LocaleNode
Get the actual node
sourcepub fn value(&self) -> Option<&str>
pub fn value(&self) -> Option<&str>
Get the value of this LocaleNode
sourcepub fn str_child_iter(&self) -> StrNodeMap<'a, 's> ⓘ
pub fn str_child_iter(&self) -> StrNodeMap<'a, 's> ⓘ
Get the string children of this LocaleNode
sourcepub fn get_str(&self, key: Key) -> Option<LocaleNodeRef<'a, 's>>
pub fn get_str(&self, key: Key) -> Option<LocaleNodeRef<'a, 's>>
Get an integer child
sourcepub fn int_child_iter(&self) -> IntNodeMap<'a, 's> ⓘ
pub fn int_child_iter(&self) -> IntNodeMap<'a, 's> ⓘ
Get the integer children of this LocaleNode
Trait Implementations§
source§impl<'a, 's> Clone for LocaleNodeRef<'a, 's>
impl<'a, 's> Clone for LocaleNodeRef<'a, 's>
source§fn clone(&self) -> LocaleNodeRef<'a, 's>
fn clone(&self) -> LocaleNodeRef<'a, 's>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more