pub struct RustyPythonFrontend { /* private fields */ }Expand description
Rusty Python 前端
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustyPythonFrontend
impl RefUnwindSafe for RustyPythonFrontend
impl Send for RustyPythonFrontend
impl Sync for RustyPythonFrontend
impl Unpin for RustyPythonFrontend
impl UnsafeUnpin for RustyPythonFrontend
impl UnwindSafe for RustyPythonFrontend
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