Struct aws_sdk_chime::input::GetAttendeeInput
source · [−]#[non_exhaustive]pub struct GetAttendeeInput { /* private fields */ }Implementations
sourceimpl GetAttendeeInput
impl GetAttendeeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAttendee, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAttendee, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAttendee>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAttendeeInput.
sourceimpl GetAttendeeInput
impl GetAttendeeInput
sourcepub fn meeting_id(&self) -> Option<&str>
pub fn meeting_id(&self) -> Option<&str>
The Amazon Chime SDK meeting ID.
sourcepub fn attendee_id(&self) -> Option<&str>
pub fn attendee_id(&self) -> Option<&str>
The Amazon Chime SDK attendee ID.
Trait Implementations
sourceimpl Clone for GetAttendeeInput
impl Clone for GetAttendeeInput
sourcefn clone(&self) -> GetAttendeeInput
fn clone(&self) -> GetAttendeeInput
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 GetAttendeeInput
impl Debug for GetAttendeeInput
sourceimpl PartialEq<GetAttendeeInput> for GetAttendeeInput
impl PartialEq<GetAttendeeInput> for GetAttendeeInput
sourcefn eq(&self, other: &GetAttendeeInput) -> bool
fn eq(&self, other: &GetAttendeeInput) -> bool
impl StructuralPartialEq for GetAttendeeInput
Auto Trait Implementations
impl RefUnwindSafe for GetAttendeeInput
impl Send for GetAttendeeInput
impl Sync for GetAttendeeInput
impl Unpin for GetAttendeeInput
impl UnwindSafe for GetAttendeeInput
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