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