Struct aws_sdk_connectcases::types::builders::BasicLayoutBuilder
source · #[non_exhaustive]pub struct BasicLayoutBuilder { /* private fields */ }
Expand description
A builder for BasicLayout
.
Implementations§
source§impl BasicLayoutBuilder
impl BasicLayoutBuilder
sourcepub fn top_panel(self, input: LayoutSections) -> Self
pub fn top_panel(self, input: LayoutSections) -> Self
This represents sections in a panel of the page layout.
sourcepub fn set_top_panel(self, input: Option<LayoutSections>) -> Self
pub fn set_top_panel(self, input: Option<LayoutSections>) -> Self
This represents sections in a panel of the page layout.
sourcepub fn get_top_panel(&self) -> &Option<LayoutSections>
pub fn get_top_panel(&self) -> &Option<LayoutSections>
This represents sections in a panel of the page layout.
sourcepub fn more_info(self, input: LayoutSections) -> Self
pub fn more_info(self, input: LayoutSections) -> Self
This represents sections in a tab of the page layout.
sourcepub fn set_more_info(self, input: Option<LayoutSections>) -> Self
pub fn set_more_info(self, input: Option<LayoutSections>) -> Self
This represents sections in a tab of the page layout.
sourcepub fn get_more_info(&self) -> &Option<LayoutSections>
pub fn get_more_info(&self) -> &Option<LayoutSections>
This represents sections in a tab of the page layout.
sourcepub fn build(self) -> BasicLayout
pub fn build(self) -> BasicLayout
Consumes the builder and constructs a BasicLayout
.
Trait Implementations§
source§impl Clone for BasicLayoutBuilder
impl Clone for BasicLayoutBuilder
source§fn clone(&self) -> BasicLayoutBuilder
fn clone(&self) -> BasicLayoutBuilder
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 BasicLayoutBuilder
impl Debug for BasicLayoutBuilder
source§impl Default for BasicLayoutBuilder
impl Default for BasicLayoutBuilder
source§fn default() -> BasicLayoutBuilder
fn default() -> BasicLayoutBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BasicLayoutBuilder
impl PartialEq for BasicLayoutBuilder
source§fn eq(&self, other: &BasicLayoutBuilder) -> bool
fn eq(&self, other: &BasicLayoutBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BasicLayoutBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BasicLayoutBuilder
impl Send for BasicLayoutBuilder
impl Sync for BasicLayoutBuilder
impl Unpin for BasicLayoutBuilder
impl UnwindSafe for BasicLayoutBuilder
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