#[non_exhaustive]pub struct RejectInvitationOutput { /* private fields */ }
Implementations§
source§impl RejectInvitationOutput
impl RejectInvitationOutput
sourcepub fn builder() -> RejectInvitationOutputBuilder
pub fn builder() -> RejectInvitationOutputBuilder
Creates a new builder-style object to manufacture RejectInvitationOutput
.
Trait Implementations§
source§impl Clone for RejectInvitationOutput
impl Clone for RejectInvitationOutput
source§fn clone(&self) -> RejectInvitationOutput
fn clone(&self) -> RejectInvitationOutput
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 RejectInvitationOutput
impl Debug for RejectInvitationOutput
source§impl PartialEq<RejectInvitationOutput> for RejectInvitationOutput
impl PartialEq<RejectInvitationOutput> for RejectInvitationOutput
source§fn eq(&self, other: &RejectInvitationOutput) -> bool
fn eq(&self, other: &RejectInvitationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for RejectInvitationOutput
impl RequestId for RejectInvitationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.