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