Struct aws_sdk_codestar::output::AssociateTeamMemberOutput
source · [−]#[non_exhaustive]pub struct AssociateTeamMemberOutput { /* private fields */ }Implementations
sourceimpl AssociateTeamMemberOutput
impl AssociateTeamMemberOutput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The user- or system-generated token from the initial request that can be used to repeat the request.
sourceimpl AssociateTeamMemberOutput
impl AssociateTeamMemberOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateTeamMemberOutput.
Trait Implementations
sourceimpl Clone for AssociateTeamMemberOutput
impl Clone for AssociateTeamMemberOutput
sourcefn clone(&self) -> AssociateTeamMemberOutput
fn clone(&self) -> AssociateTeamMemberOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AssociateTeamMemberOutput
impl Debug for AssociateTeamMemberOutput
sourceimpl PartialEq<AssociateTeamMemberOutput> for AssociateTeamMemberOutput
impl PartialEq<AssociateTeamMemberOutput> for AssociateTeamMemberOutput
sourcefn eq(&self, other: &AssociateTeamMemberOutput) -> bool
fn eq(&self, other: &AssociateTeamMemberOutput) -> bool
impl StructuralPartialEq for AssociateTeamMemberOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateTeamMemberOutput
impl Send for AssociateTeamMemberOutput
impl Sync for AssociateTeamMemberOutput
impl Unpin for AssociateTeamMemberOutput
impl UnwindSafe for AssociateTeamMemberOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more