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