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 moreAuto Trait Implementations§
impl<'a, 's> Freeze for LocaleNodeRef<'a, 's>
impl<'a, 's> RefUnwindSafe for LocaleNodeRef<'a, 's>
impl<'a, 's> Send for LocaleNodeRef<'a, 's>
impl<'a, 's> Sync for LocaleNodeRef<'a, 's>
impl<'a, 's> Unpin for LocaleNodeRef<'a, 's>
impl<'a, 's> UnwindSafe for LocaleNodeRef<'a, 's>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)