#[non_exhaustive]pub struct StartNotebookRuntimeResponse { /* private fields */ }Available on crate feature
notebook-service only.Expand description
Response message for NotebookService.StartNotebookRuntime.
Implementations§
Trait Implementations§
Source§impl Clone for StartNotebookRuntimeResponse
impl Clone for StartNotebookRuntimeResponse
Source§fn clone(&self) -> StartNotebookRuntimeResponse
fn clone(&self) -> StartNotebookRuntimeResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartNotebookRuntimeResponse
impl Debug for StartNotebookRuntimeResponse
Source§impl Default for StartNotebookRuntimeResponse
impl Default for StartNotebookRuntimeResponse
Source§fn default() -> StartNotebookRuntimeResponse
fn default() -> StartNotebookRuntimeResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartNotebookRuntimeResponse
impl PartialEq for StartNotebookRuntimeResponse
Source§fn eq(&self, other: &StartNotebookRuntimeResponse) -> bool
fn eq(&self, other: &StartNotebookRuntimeResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartNotebookRuntimeResponse
Auto Trait Implementations§
impl Freeze for StartNotebookRuntimeResponse
impl RefUnwindSafe for StartNotebookRuntimeResponse
impl Send for StartNotebookRuntimeResponse
impl Sync for StartNotebookRuntimeResponse
impl Unpin for StartNotebookRuntimeResponse
impl UnwindSafe for StartNotebookRuntimeResponse
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