#[non_exhaustive]pub struct UpdateViewOutput { /* private fields */ }Implementations§
source§impl UpdateViewOutput
impl UpdateViewOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==.