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