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