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