#[non_exhaustive]pub struct StartNotebookInstanceOutput { /* private fields */ }
Implementations§
source§impl StartNotebookInstanceOutput
impl StartNotebookInstanceOutput
sourcepub fn builder() -> StartNotebookInstanceOutputBuilder
pub fn builder() -> StartNotebookInstanceOutputBuilder
Creates a new builder-style object to manufacture StartNotebookInstanceOutput
.
Trait Implementations§
source§impl Clone for StartNotebookInstanceOutput
impl Clone for StartNotebookInstanceOutput
source§fn clone(&self) -> StartNotebookInstanceOutput
fn clone(&self) -> StartNotebookInstanceOutput
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 StartNotebookInstanceOutput
impl Debug for StartNotebookInstanceOutput
source§impl PartialEq<StartNotebookInstanceOutput> for StartNotebookInstanceOutput
impl PartialEq<StartNotebookInstanceOutput> for StartNotebookInstanceOutput
source§fn eq(&self, other: &StartNotebookInstanceOutput) -> bool
fn eq(&self, other: &StartNotebookInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartNotebookInstanceOutput
impl RequestId for StartNotebookInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for StartNotebookInstanceOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartNotebookInstanceOutput
impl Send for StartNotebookInstanceOutput
impl Sync for StartNotebookInstanceOutput
impl Unpin for StartNotebookInstanceOutput
impl UnwindSafe for StartNotebookInstanceOutput
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