pub struct LangTag {
pub language: &'static str,
pub tag: Tag,
}
Fields§
§language: &'static str
§tag: Tag
Auto Trait Implementations§
impl Freeze for LangTag
impl RefUnwindSafe for LangTag
impl Send for LangTag
impl Sync for LangTag
impl Unpin for LangTag
impl UnwindSafe for LangTag
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