pub struct AwsCloudFrontDistributionOrigins {
pub items: Option<Vec<AwsCloudFrontDistributionOriginItem>>,
}
Expand description
A complex type that contains information about origins and origin groups for this distribution.
Fields§
§items: Option<Vec<AwsCloudFrontDistributionOriginItem>>
A complex type that contains origins or origin groups for this distribution.
Trait Implementations§
Source§impl Clone for AwsCloudFrontDistributionOrigins
impl Clone for AwsCloudFrontDistributionOrigins
Source§fn clone(&self) -> AwsCloudFrontDistributionOrigins
fn clone(&self) -> AwsCloudFrontDistributionOrigins
Returns a duplicate 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 Default for AwsCloudFrontDistributionOrigins
impl Default for AwsCloudFrontDistributionOrigins
Source§fn default() -> AwsCloudFrontDistributionOrigins
fn default() -> AwsCloudFrontDistributionOrigins
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsCloudFrontDistributionOrigins
impl<'de> Deserialize<'de> for AwsCloudFrontDistributionOrigins
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AwsCloudFrontDistributionOrigins
impl PartialEq for AwsCloudFrontDistributionOrigins
Source§fn eq(&self, other: &AwsCloudFrontDistributionOrigins) -> bool
fn eq(&self, other: &AwsCloudFrontDistributionOrigins) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AwsCloudFrontDistributionOrigins
Auto Trait Implementations§
impl Freeze for AwsCloudFrontDistributionOrigins
impl RefUnwindSafe for AwsCloudFrontDistributionOrigins
impl Send for AwsCloudFrontDistributionOrigins
impl Sync for AwsCloudFrontDistributionOrigins
impl Unpin for AwsCloudFrontDistributionOrigins
impl UnwindSafe for AwsCloudFrontDistributionOrigins
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more