Struct aws_sdk_connectcases::model::BasicLayout
source · [−]#[non_exhaustive]pub struct BasicLayout { /* private fields */ }
Expand description
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of agent application.
Implementations
sourceimpl BasicLayout
impl BasicLayout
sourcepub fn top_panel(&self) -> Option<&LayoutSections>
pub fn top_panel(&self) -> Option<&LayoutSections>
This represents sections in a panel of the page layout.
sourcepub fn more_info(&self) -> Option<&LayoutSections>
pub fn more_info(&self) -> Option<&LayoutSections>
This represents sections in a tab of the page layout.
sourceimpl BasicLayout
impl BasicLayout
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BasicLayout
.
Trait Implementations
sourceimpl Clone for BasicLayout
impl Clone for BasicLayout
sourcefn clone(&self) -> BasicLayout
fn clone(&self) -> BasicLayout
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 BasicLayout
impl Debug for BasicLayout
sourceimpl PartialEq<BasicLayout> for BasicLayout
impl PartialEq<BasicLayout> for BasicLayout
sourcefn eq(&self, other: &BasicLayout) -> bool
fn eq(&self, other: &BasicLayout) -> bool
impl StructuralPartialEq for BasicLayout
Auto Trait Implementations
impl RefUnwindSafe for BasicLayout
impl Send for BasicLayout
impl Sync for BasicLayout
impl Unpin for BasicLayout
impl UnwindSafe for BasicLayout
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