#[non_exhaustive]pub struct ContentArtifactsConfiguration { /* private fields */ }Expand description
The content artifact object.
Implementations§
source§impl ContentArtifactsConfiguration
impl ContentArtifactsConfiguration
sourcepub fn state(&self) -> Option<&ArtifactsState>
pub fn state(&self) -> Option<&ArtifactsState>
Indicates whether the content artifact is enabled or disabled.
sourcepub fn mux_type(&self) -> Option<&ContentMuxType>
pub fn mux_type(&self) -> Option<&ContentMuxType>
The MUX type of the artifact configuration.
source§impl ContentArtifactsConfiguration
impl ContentArtifactsConfiguration
sourcepub fn builder() -> ContentArtifactsConfigurationBuilder
pub fn builder() -> ContentArtifactsConfigurationBuilder
Creates a new builder-style object to manufacture ContentArtifactsConfiguration.
Trait Implementations§
source§impl Clone for ContentArtifactsConfiguration
impl Clone for ContentArtifactsConfiguration
source§fn clone(&self) -> ContentArtifactsConfiguration
fn clone(&self) -> ContentArtifactsConfiguration
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 PartialEq<ContentArtifactsConfiguration> for ContentArtifactsConfiguration
impl PartialEq<ContentArtifactsConfiguration> for ContentArtifactsConfiguration
source§fn eq(&self, other: &ContentArtifactsConfiguration) -> bool
fn eq(&self, other: &ContentArtifactsConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContentArtifactsConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ContentArtifactsConfiguration
impl Send for ContentArtifactsConfiguration
impl Sync for ContentArtifactsConfiguration
impl Unpin for ContentArtifactsConfiguration
impl UnwindSafe for ContentArtifactsConfiguration
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