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