#[non_exhaustive]pub struct StopNotebookRuntimeResponse { /* private fields */ }Expand description
Response message for NotebookService.StopNotebookRuntime.
Implementations§
Trait Implementations§
Source§impl Clone for StopNotebookRuntimeResponse
impl Clone for StopNotebookRuntimeResponse
Source§fn clone(&self) -> StopNotebookRuntimeResponse
fn clone(&self) -> StopNotebookRuntimeResponse
Returns a copy 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 StopNotebookRuntimeResponse
impl Debug for StopNotebookRuntimeResponse
Source§impl Default for StopNotebookRuntimeResponse
impl Default for StopNotebookRuntimeResponse
Source§fn default() -> StopNotebookRuntimeResponse
fn default() -> StopNotebookRuntimeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopNotebookRuntimeResponsewhere
StopNotebookRuntimeResponse: Default,
impl<'de> Deserialize<'de> for StopNotebookRuntimeResponsewhere
StopNotebookRuntimeResponse: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for StopNotebookRuntimeResponse
Auto Trait Implementations§
impl Freeze for StopNotebookRuntimeResponse
impl RefUnwindSafe for StopNotebookRuntimeResponse
impl Send for StopNotebookRuntimeResponse
impl Sync for StopNotebookRuntimeResponse
impl Unpin for StopNotebookRuntimeResponse
impl UnwindSafe for StopNotebookRuntimeResponse
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