pub struct primaryLanguage;
Trait Implementations§
Source§impl Field for primaryLanguage
impl Field for primaryLanguage
Source§impl HasField<primaryLanguage> for Repository
impl HasField<primaryLanguage> for Repository
Auto Trait Implementations§
impl Freeze for primaryLanguage
impl RefUnwindSafe for primaryLanguage
impl Send for primaryLanguage
impl Sync for primaryLanguage
impl Unpin for primaryLanguage
impl UnwindSafe for primaryLanguage
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