Struct assembly_xml::localization::LocaleRoot
source · pub struct LocaleRoot { /* private fields */ }
Expand description
The root of a loaded locale XML
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocaleRoot
impl RefUnwindSafe for LocaleRoot
impl Send for LocaleRoot
impl Sync for LocaleRoot
impl Unpin for LocaleRoot
impl UnwindSafe for LocaleRoot
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