#[non_exhaustive]pub struct CreateImageBuilderStreamingUrlOutput { /* private fields */ }Implementations§
source§impl CreateImageBuilderStreamingUrlOutput
impl CreateImageBuilderStreamingUrlOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImageBuilderStreamingUrlOutput.
Trait Implementations§
source§impl Clone for CreateImageBuilderStreamingUrlOutput
impl Clone for CreateImageBuilderStreamingUrlOutput
source§fn clone(&self) -> CreateImageBuilderStreamingUrlOutput
fn clone(&self) -> CreateImageBuilderStreamingUrlOutput
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<CreateImageBuilderStreamingUrlOutput> for CreateImageBuilderStreamingUrlOutput
impl PartialEq<CreateImageBuilderStreamingUrlOutput> for CreateImageBuilderStreamingUrlOutput
source§fn eq(&self, other: &CreateImageBuilderStreamingUrlOutput) -> bool
fn eq(&self, other: &CreateImageBuilderStreamingUrlOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.