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