#[non_exhaustive]pub struct DeleteNotebookOutput { /* private fields */ }Implementations§
source§impl DeleteNotebookOutput
impl DeleteNotebookOutput
sourcepub fn builder() -> DeleteNotebookOutputBuilder
pub fn builder() -> DeleteNotebookOutputBuilder
Creates a new builder-style object to manufacture DeleteNotebookOutput.
Trait Implementations§
source§impl Clone for DeleteNotebookOutput
impl Clone for DeleteNotebookOutput
source§fn clone(&self) -> DeleteNotebookOutput
fn clone(&self) -> DeleteNotebookOutput
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 DeleteNotebookOutput
impl Debug for DeleteNotebookOutput
source§impl PartialEq for DeleteNotebookOutput
impl PartialEq for DeleteNotebookOutput
source§fn eq(&self, other: &DeleteNotebookOutput) -> bool
fn eq(&self, other: &DeleteNotebookOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteNotebookOutput
impl RequestId for DeleteNotebookOutput
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 DeleteNotebookOutput
Auto Trait Implementations§
impl Freeze for DeleteNotebookOutput
impl RefUnwindSafe for DeleteNotebookOutput
impl Send for DeleteNotebookOutput
impl Sync for DeleteNotebookOutput
impl Unpin for DeleteNotebookOutput
impl UnwindSafe for DeleteNotebookOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.