Struct aws_sdk_connectcases::model::LayoutSections
source · [−]#[non_exhaustive]pub struct LayoutSections { /* private fields */ }
Expand description
Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.
Implementations
sourceimpl LayoutSections
impl LayoutSections
sourceimpl LayoutSections
impl LayoutSections
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LayoutSections
.
Trait Implementations
sourceimpl Clone for LayoutSections
impl Clone for LayoutSections
sourcefn clone(&self) -> LayoutSections
fn clone(&self) -> LayoutSections
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 LayoutSections
impl Debug for LayoutSections
sourceimpl PartialEq<LayoutSections> for LayoutSections
impl PartialEq<LayoutSections> for LayoutSections
sourcefn eq(&self, other: &LayoutSections) -> bool
fn eq(&self, other: &LayoutSections) -> bool
impl StructuralPartialEq for LayoutSections
Auto Trait Implementations
impl RefUnwindSafe for LayoutSections
impl Send for LayoutSections
impl Sync for LayoutSections
impl Unpin for LayoutSections
impl UnwindSafe for LayoutSections
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