pub struct PythonAdapter;Implementations§
Source§impl PythonAdapter
impl PythonAdapter
Trait Implementations§
Source§impl Default for PythonAdapter
impl Default for PythonAdapter
Source§impl LanguageAdapter for PythonAdapter
impl LanguageAdapter for PythonAdapter
Auto Trait Implementations§
impl Freeze for PythonAdapter
impl RefUnwindSafe for PythonAdapter
impl Send for PythonAdapter
impl Sync for PythonAdapter
impl Unpin for PythonAdapter
impl UnsafeUnpin for PythonAdapter
impl UnwindSafe for PythonAdapter
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