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