Struct aws_sdk_connectcases::model::layout_sections::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for LayoutSections
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn sections(self, input: Section) -> Self
pub fn sections(self, input: Section) -> Self
Appends an item to sections
.
To override the contents of this collection use set_sections
.
Ordered list containing different kinds of sections that can be added.
sourcepub fn set_sections(self, input: Option<Vec<Section>>) -> Self
pub fn set_sections(self, input: Option<Vec<Section>>) -> Self
Ordered list containing different kinds of sections that can be added.
sourcepub fn build(self) -> LayoutSections
pub fn build(self) -> LayoutSections
Consumes the builder and constructs a LayoutSections
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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