pub struct PycView { /* private fields */ }Implementations§
Source§impl PycView
impl PycView
pub fn to_program( self, config: &PycReadConfig, ) -> GaiaDiagnostics<PythonProgram>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PycView
impl RefUnwindSafe for PycView
impl Send for PycView
impl Sync for PycView
impl Unpin for PycView
impl UnwindSafe for PycView
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