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