Struct donet_core::dcfile::interim::PythonImport
source · pub struct PythonImport {
pub module: String,
pub symbols: Vec<String>,
}
Fields§
§module: String
§symbols: Vec<String>
Trait Implementations§
source§impl Debug for PythonImport
impl Debug for PythonImport
source§impl From<PythonImport> for DCPythonImport
impl From<PythonImport> for DCPythonImport
source§fn from(value: PythonImport) -> Self
fn from(value: PythonImport) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PythonImport
impl RefUnwindSafe for PythonImport
impl Send for PythonImport
impl Sync for PythonImport
impl Unpin for PythonImport
impl UnwindSafe for PythonImport
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