Struct aws_sdk_cloudfront::output::GetKeyGroupConfigOutput
source · [−]#[non_exhaustive]pub struct GetKeyGroupConfigOutput { /* private fields */ }
Implementations
sourceimpl GetKeyGroupConfigOutput
impl GetKeyGroupConfigOutput
sourcepub fn key_group_config(&self) -> Option<&KeyGroupConfig>
pub fn key_group_config(&self) -> Option<&KeyGroupConfig>
The key group configuration.
sourceimpl GetKeyGroupConfigOutput
impl GetKeyGroupConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetKeyGroupConfigOutput
.
Trait Implementations
sourceimpl Clone for GetKeyGroupConfigOutput
impl Clone for GetKeyGroupConfigOutput
sourcefn clone(&self) -> GetKeyGroupConfigOutput
fn clone(&self) -> GetKeyGroupConfigOutput
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 GetKeyGroupConfigOutput
impl Debug for GetKeyGroupConfigOutput
sourceimpl PartialEq<GetKeyGroupConfigOutput> for GetKeyGroupConfigOutput
impl PartialEq<GetKeyGroupConfigOutput> for GetKeyGroupConfigOutput
sourcefn eq(&self, other: &GetKeyGroupConfigOutput) -> bool
fn eq(&self, other: &GetKeyGroupConfigOutput) -> bool
impl StructuralPartialEq for GetKeyGroupConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for GetKeyGroupConfigOutput
impl Send for GetKeyGroupConfigOutput
impl Sync for GetKeyGroupConfigOutput
impl Unpin for GetKeyGroupConfigOutput
impl UnwindSafe for GetKeyGroupConfigOutput
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