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