pub struct DescribeNotebookInstanceInput {
pub notebook_instance_name: String,
}
Fields§
§notebook_instance_name: String
The name of the notebook instance that you want information about.
Trait Implementations§
Source§impl Clone for DescribeNotebookInstanceInput
impl Clone for DescribeNotebookInstanceInput
Source§fn clone(&self) -> DescribeNotebookInstanceInput
fn clone(&self) -> DescribeNotebookInstanceInput
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 DescribeNotebookInstanceInput
impl Default for DescribeNotebookInstanceInput
Source§fn default() -> DescribeNotebookInstanceInput
fn default() -> DescribeNotebookInstanceInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeNotebookInstanceInput
impl PartialEq for DescribeNotebookInstanceInput
Source§fn eq(&self, other: &DescribeNotebookInstanceInput) -> bool
fn eq(&self, other: &DescribeNotebookInstanceInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeNotebookInstanceInput
Auto Trait Implementations§
impl Freeze for DescribeNotebookInstanceInput
impl RefUnwindSafe for DescribeNotebookInstanceInput
impl Send for DescribeNotebookInstanceInput
impl Sync for DescribeNotebookInstanceInput
impl Unpin for DescribeNotebookInstanceInput
impl UnwindSafe for DescribeNotebookInstanceInput
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