pub struct L10nAttribute {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L10nAttribute
impl RefUnwindSafe for L10nAttribute
impl Send for L10nAttribute
impl Sync for L10nAttribute
impl Unpin for L10nAttribute
impl UnwindSafe for L10nAttribute
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