Enum line_messaging_api_rust::actions::ImageActionType[][src]

pub enum ImageActionType {
    Uri {
        link_uri: String,
    },
    Message {
        text: String,
    },
}

Variants

Fields of Uri

Fields of Message

Trait Implementations

impl Clone for ImageActionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations