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