pub struct PythonCode { /* private fields */ }Expand description
Per-language code type tag for Python; carries no data.
Trait Implementations§
Source§impl LanguageInfo for PythonCode
impl LanguageInfo for PythonCode
Auto Trait Implementations§
impl Freeze for PythonCode
impl RefUnwindSafe for PythonCode
impl Send for PythonCode
impl Sync for PythonCode
impl Unpin for PythonCode
impl UnsafeUnpin for PythonCode
impl UnwindSafe for PythonCode
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