pub struct LocaleBlock {
pub xml: String,
}Expand description
An in-style <locale> block retained but not interpreted.
Fields§
§xml: StringTrait Implementations§
Source§impl Clone for LocaleBlock
impl Clone for LocaleBlock
Source§fn clone(&self) -> LocaleBlock
fn clone(&self) -> LocaleBlock
Returns a duplicate 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 moreSource§impl Debug for LocaleBlock
impl Debug for LocaleBlock
Source§impl PartialEq for LocaleBlock
impl PartialEq for LocaleBlock
impl Eq for LocaleBlock
impl StructuralPartialEq for LocaleBlock
Auto Trait Implementations§
impl Freeze for LocaleBlock
impl RefUnwindSafe for LocaleBlock
impl Send for LocaleBlock
impl Sync for LocaleBlock
impl Unpin for LocaleBlock
impl UnsafeUnpin for LocaleBlock
impl UnwindSafe for LocaleBlock
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