pub struct StopNotebookInstanceInput {
pub notebook_instance_name: String,
}
Fields§
§notebook_instance_name: String
The name of the notebook instance to terminate.
Trait Implementations§
Source§impl Clone for StopNotebookInstanceInput
impl Clone for StopNotebookInstanceInput
Source§fn clone(&self) -> StopNotebookInstanceInput
fn clone(&self) -> StopNotebookInstanceInput
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 StopNotebookInstanceInput
impl Debug for StopNotebookInstanceInput
Source§impl Default for StopNotebookInstanceInput
impl Default for StopNotebookInstanceInput
Source§fn default() -> StopNotebookInstanceInput
fn default() -> StopNotebookInstanceInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for StopNotebookInstanceInput
Auto Trait Implementations§
impl Freeze for StopNotebookInstanceInput
impl RefUnwindSafe for StopNotebookInstanceInput
impl Send for StopNotebookInstanceInput
impl Sync for StopNotebookInstanceInput
impl Unpin for StopNotebookInstanceInput
impl UnwindSafe for StopNotebookInstanceInput
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