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