pub struct PatchLanguage {
pub language_id: Uuid,
pub work_id: Uuid,
pub language_code: LanguageCode,
pub language_relation: LanguageRelation,
pub main_language: bool,
}
Fields§
§language_id: Uuid
§work_id: Uuid
§language_code: LanguageCode
§language_relation: LanguageRelation
§main_language: bool
Auto Trait Implementations§
impl Freeze for PatchLanguage
impl RefUnwindSafe for PatchLanguage
impl Send for PatchLanguage
impl Sync for PatchLanguage
impl Unpin for PatchLanguage
impl UnwindSafe for PatchLanguage
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