#[non_exhaustive]pub struct UpdateNotebookOutputBuilder { /* private fields */ }Expand description
A builder for UpdateNotebookOutput.
Implementations§
source§impl UpdateNotebookOutputBuilder
impl UpdateNotebookOutputBuilder
sourcepub fn build(self) -> UpdateNotebookOutput
pub fn build(self) -> UpdateNotebookOutput
Consumes the builder and constructs a UpdateNotebookOutput.
Trait Implementations§
source§impl Clone for UpdateNotebookOutputBuilder
impl Clone for UpdateNotebookOutputBuilder
source§fn clone(&self) -> UpdateNotebookOutputBuilder
fn clone(&self) -> UpdateNotebookOutputBuilder
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 UpdateNotebookOutputBuilder
impl Debug for UpdateNotebookOutputBuilder
source§impl Default for UpdateNotebookOutputBuilder
impl Default for UpdateNotebookOutputBuilder
source§fn default() -> UpdateNotebookOutputBuilder
fn default() -> UpdateNotebookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateNotebookOutputBuilder
impl PartialEq for UpdateNotebookOutputBuilder
source§fn eq(&self, other: &UpdateNotebookOutputBuilder) -> bool
fn eq(&self, other: &UpdateNotebookOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateNotebookOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateNotebookOutputBuilder
impl RefUnwindSafe for UpdateNotebookOutputBuilder
impl Send for UpdateNotebookOutputBuilder
impl Sync for UpdateNotebookOutputBuilder
impl Unpin for UpdateNotebookOutputBuilder
impl UnwindSafe for UpdateNotebookOutputBuilder
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.