Struct aws_sdk_chime::operation::get_attendee::GetAttendeeOutput
source · #[non_exhaustive]pub struct GetAttendeeOutput { /* private fields */ }Implementations§
source§impl GetAttendeeOutput
impl GetAttendeeOutput
sourcepub fn builder() -> GetAttendeeOutputBuilder
pub fn builder() -> GetAttendeeOutputBuilder
Creates a new builder-style object to manufacture GetAttendeeOutput.
Trait Implementations§
source§impl Clone for GetAttendeeOutput
impl Clone for GetAttendeeOutput
source§fn clone(&self) -> GetAttendeeOutput
fn clone(&self) -> GetAttendeeOutput
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 GetAttendeeOutput
impl Debug for GetAttendeeOutput
source§impl PartialEq<GetAttendeeOutput> for GetAttendeeOutput
impl PartialEq<GetAttendeeOutput> for GetAttendeeOutput
source§fn eq(&self, other: &GetAttendeeOutput) -> bool
fn eq(&self, other: &GetAttendeeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetAttendeeOutput
impl RequestId for GetAttendeeOutput
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.impl StructuralPartialEq for GetAttendeeOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetAttendeeOutput
impl Send for GetAttendeeOutput
impl Sync for GetAttendeeOutput
impl Unpin for GetAttendeeOutput
impl UnwindSafe for GetAttendeeOutput
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