Struct aws_sdk_connectcases::model::LayoutSummary
source · [−]#[non_exhaustive]pub struct LayoutSummary { /* private fields */ }
Expand description
Object for the summarized details of the layout.
Implementations
sourceimpl LayoutSummary
impl LayoutSummary
sourceimpl LayoutSummary
impl LayoutSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LayoutSummary
.
Trait Implementations
sourceimpl Clone for LayoutSummary
impl Clone for LayoutSummary
sourcefn clone(&self) -> LayoutSummary
fn clone(&self) -> LayoutSummary
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 Debug for LayoutSummary
impl Debug for LayoutSummary
sourceimpl PartialEq<LayoutSummary> for LayoutSummary
impl PartialEq<LayoutSummary> for LayoutSummary
sourcefn eq(&self, other: &LayoutSummary) -> bool
fn eq(&self, other: &LayoutSummary) -> bool
impl StructuralPartialEq for LayoutSummary
Auto Trait Implementations
impl RefUnwindSafe for LayoutSummary
impl Send for LayoutSummary
impl Sync for LayoutSummary
impl Unpin for LayoutSummary
impl UnwindSafe for LayoutSummary
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