Struct line_messaging_api_rust::flex_message::containers::FlexContainer [−][src]
pub struct FlexContainer { /* fields omitted */ }
Methods
impl FlexContainer
[src]
impl FlexContainer
pub fn new(kind: FlexContainerType) -> FlexContainer
[src]
pub fn new(kind: FlexContainerType) -> FlexContainer
pub fn create_bubble(
direction: &str,
header: Component,
hero: Component,
body: Component,
footer: Component,
styles: Style
) -> FlexContainer
[src]
pub fn create_bubble(
direction: &str,
header: Component,
hero: Component,
body: Component,
footer: Component,
styles: Style
) -> FlexContainer
pub fn create_carusel(contents: Vec<FlexContainer>) -> FlexContainer
[src]
pub fn create_carusel(contents: Vec<FlexContainer>) -> FlexContainer
Trait Implementations
impl Clone for FlexContainer
[src]
impl Clone for FlexContainer
fn clone(&self) -> FlexContainer
[src]
fn clone(&self) -> FlexContainer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for FlexContainer
impl Send for FlexContainer
impl Sync for FlexContainer
impl Sync for FlexContainer