pub struct MPSLanguage;Implementations§
Source§impl MPSLanguage
impl MPSLanguage
Trait Implementations§
Source§impl Default for MPSLanguage
impl Default for MPSLanguage
Source§fn default() -> MPSLanguage
fn default() -> MPSLanguage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MPSLanguage
impl RefUnwindSafe for MPSLanguage
impl Send for MPSLanguage
impl Sync for MPSLanguage
impl Unpin for MPSLanguage
impl UnsafeUnpin for MPSLanguage
impl UnwindSafe for MPSLanguage
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