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