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