Struct jupyter::JupyterStream
source · pub struct JupyterStream { /* private fields */ }
Expand description
Represents a stream via standard output
Implementations§
Trait Implementations§
source§impl Debug for JupyterStream
impl Debug for JupyterStream
Auto Trait Implementations§
impl RefUnwindSafe for JupyterStream
impl Send for JupyterStream
impl Sync for JupyterStream
impl Unpin for JupyterStream
impl UnwindSafe for JupyterStream
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