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