#[non_exhaustive]pub struct UpdateStreamingDistributionOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations
sourceimpl UpdateStreamingDistributionOutput
impl UpdateStreamingDistributionOutput
sourcepub fn streaming_distribution(&self) -> Option<&StreamingDistribution>
pub fn streaming_distribution(&self) -> Option<&StreamingDistribution>
The streaming distribution's information.
sourceimpl UpdateStreamingDistributionOutput
impl UpdateStreamingDistributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStreamingDistributionOutput
.
Trait Implementations
sourceimpl Clone for UpdateStreamingDistributionOutput
impl Clone for UpdateStreamingDistributionOutput
sourcefn clone(&self) -> UpdateStreamingDistributionOutput
fn clone(&self) -> UpdateStreamingDistributionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateStreamingDistributionOutput> for UpdateStreamingDistributionOutput
impl PartialEq<UpdateStreamingDistributionOutput> for UpdateStreamingDistributionOutput
sourcefn eq(&self, other: &UpdateStreamingDistributionOutput) -> bool
fn eq(&self, other: &UpdateStreamingDistributionOutput) -> bool
impl StructuralPartialEq for UpdateStreamingDistributionOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateStreamingDistributionOutput
impl Send for UpdateStreamingDistributionOutput
impl Sync for UpdateStreamingDistributionOutput
impl Unpin for UpdateStreamingDistributionOutput
impl UnwindSafe for UpdateStreamingDistributionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more