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