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