pub struct Language<'buf> { /* private fields */ }Expand description
One of potentially many pieces of language metadata within an Iso639LanguageDescriptor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for Language<'buf>
impl<'buf> RefUnwindSafe for Language<'buf>
impl<'buf> Send for Language<'buf>
impl<'buf> Sync for Language<'buf>
impl<'buf> Unpin for Language<'buf>
impl<'buf> UnwindSafe for Language<'buf>
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