Struct line_messaging_api_rust::flex_message::styles::BubbleStyle [−][src]
pub struct BubbleStyle { /* fields omitted */ }
Methods
impl BubbleStyle
[src]
impl BubbleStyle
pub fn new(
header: BlockStyle,
hero: BlockStyle,
body: BlockStyle,
footer: BlockStyle
) -> BubbleStyle
[src]
pub fn new(
header: BlockStyle,
hero: BlockStyle,
body: BlockStyle,
footer: BlockStyle
) -> BubbleStyle
pub fn create_empty() -> BubbleStyle
[src]
pub fn create_empty() -> BubbleStyle
pub fn is_empty(&self) -> bool
[src]
pub fn is_empty(&self) -> bool
Trait Implementations
impl Clone for BubbleStyle
[src]
impl Clone for BubbleStyle
fn clone(&self) -> BubbleStyle
[src]
fn clone(&self) -> BubbleStyle
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 BubbleStyle
impl Send for BubbleStyle
impl Sync for BubbleStyle
impl Sync for BubbleStyle