#[non_exhaustive]pub struct UpdateViewOutput { /* private fields */ }Implementations§
source§impl UpdateViewOutput
impl UpdateViewOutput
sourcepub fn builder() -> UpdateViewOutputBuilder
pub fn builder() -> UpdateViewOutputBuilder
Creates a new builder-style object to manufacture UpdateViewOutput.
Trait Implementations§
source§impl Clone for UpdateViewOutput
impl Clone for UpdateViewOutput
source§fn clone(&self) -> UpdateViewOutput
fn clone(&self) -> UpdateViewOutput
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 Debug for UpdateViewOutput
impl Debug for UpdateViewOutput
source§impl PartialEq<UpdateViewOutput> for UpdateViewOutput
impl PartialEq<UpdateViewOutput> for UpdateViewOutput
source§fn eq(&self, other: &UpdateViewOutput) -> bool
fn eq(&self, other: &UpdateViewOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateViewOutput
impl RequestId for UpdateViewOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.