pub struct JupyterKernel {
pub connection_info: ConnectionInfo,
pub connection_file: PathBuf,
/* private fields */
}Fields§
§connection_info: ConnectionInfo§connection_file: PathBufImplementations§
Trait Implementations§
Source§impl Debug for JupyterKernel
impl Debug for JupyterKernel
Auto Trait Implementations§
impl Freeze for JupyterKernel
impl RefUnwindSafe for JupyterKernel
impl Send for JupyterKernel
impl Sync for JupyterKernel
impl Unpin for JupyterKernel
impl UnwindSafe for JupyterKernel
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