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