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