Struct line_messaging_api_rust::flex_message::components::Component[][src]

pub struct Component {
    pub kind: ComponentType,
}

Fields

Methods

impl Component
[src]

Trait Implementations

impl Clone for Component
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Component

impl Sync for Component