#[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 get_member(&self) -> &Option<Member>
pub fn get_member(&self) -> &Option<Member>
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 for GetMemberOutputBuilder
impl PartialEq 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 Freeze for GetMemberOutputBuilder
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
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>
Creates a shared type from an unshared type.