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