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