pub struct StreamingDistributionConfigWithTags {
pub streaming_distribution_config: StreamingDistributionConfig,
pub tags: Tags,
}Fields§
§streaming_distribution_config: StreamingDistributionConfigTrait Implementations§
Source§impl Clone for StreamingDistributionConfigWithTags
impl Clone for StreamingDistributionConfigWithTags
Source§fn clone(&self) -> StreamingDistributionConfigWithTags
fn clone(&self) -> StreamingDistributionConfigWithTags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamingDistributionConfigWithTags
impl Default for StreamingDistributionConfigWithTags
Source§fn default() -> StreamingDistributionConfigWithTags
fn default() -> StreamingDistributionConfigWithTags
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamingDistributionConfigWithTags
impl<'de> Deserialize<'de> for StreamingDistributionConfigWithTags
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
Auto Trait Implementations§
impl Freeze for StreamingDistributionConfigWithTags
impl RefUnwindSafe for StreamingDistributionConfigWithTags
impl Send for StreamingDistributionConfigWithTags
impl Sync for StreamingDistributionConfigWithTags
impl Unpin for StreamingDistributionConfigWithTags
impl UnsafeUnpin for StreamingDistributionConfigWithTags
impl UnwindSafe for StreamingDistributionConfigWithTags
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