Struct aws_sdk_cloudfront::model::OriginGroups
source · #[non_exhaustive]pub struct OriginGroups { /* private fields */ }
Expand description
A complex data type for the origin groups specified for a distribution.
Implementations§
source§impl OriginGroups
impl OriginGroups
source§impl OriginGroups
impl OriginGroups
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginGroups
.
Trait Implementations§
source§impl Clone for OriginGroups
impl Clone for OriginGroups
source§fn clone(&self) -> OriginGroups
fn clone(&self) -> OriginGroups
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OriginGroups
impl Debug for OriginGroups
source§impl PartialEq<OriginGroups> for OriginGroups
impl PartialEq<OriginGroups> for OriginGroups
source§fn eq(&self, other: &OriginGroups) -> bool
fn eq(&self, other: &OriginGroups) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.