Enum line_messaging_api_rust::flex_message::styles::Style[][src]

pub enum Style {
    Bubble {
        styles: BubbleStyle,
    },
    BlockStyle {
        styles: BlockStyle,
    },
    Empty,
}

Variants

Fields of Bubble

Fields of BlockStyle

Methods

impl Style
[src]

Trait Implementations

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Style

impl Sync for Style