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