#[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 for GetWorkGroupOutputBuilder
impl PartialEq 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 Freeze for GetWorkGroupOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.