pub struct LangLink {
pub lang: String,
pub title: Option<String>,
}Fields§
§lang: StringThe language ID
title: Option<String>The page title in this language, may be None if undefined
Trait Implementations§
impl StructuralPartialEq for LangLink
Auto Trait Implementations§
impl Freeze for LangLink
impl RefUnwindSafe for LangLink
impl Send for LangLink
impl Sync for LangLink
impl Unpin for LangLink
impl UnwindSafe for LangLink
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