pub struct LangSysRecord { /* private fields */ }Implementations§
Source§impl LangSysRecord
impl LangSysRecord
Auto Trait Implementations§
impl Freeze for LangSysRecord
impl RefUnwindSafe for LangSysRecord
impl Send for LangSysRecord
impl Sync for LangSysRecord
impl Unpin for LangSysRecord
impl UnsafeUnpin for LangSysRecord
impl UnwindSafe for LangSysRecord
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