pub struct PythonToAetherResult {
pub aether: Option<String>,
pub diagnostics: Diagnostics,
pub numpy_used: bool,
pub io_used: bool,
pub console_used: bool,
}Fields§
§aether: Option<String>§diagnostics: Diagnostics§numpy_used: bool§io_used: bool§console_used: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PythonToAetherResult
impl RefUnwindSafe for PythonToAetherResult
impl Send for PythonToAetherResult
impl Sync for PythonToAetherResult
impl Unpin for PythonToAetherResult
impl UnwindSafe for PythonToAetherResult
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