#[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 for UpdateLayoutOutput
impl PartialEq 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.impl StructuralPartialEq for UpdateLayoutOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLayoutOutput
impl Send for UpdateLayoutOutput
impl Sync for UpdateLayoutOutput
impl Unpin for UpdateLayoutOutput
impl UnwindSafe for UpdateLayoutOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more