Struct line_messaging_api_rust::templates::ImageColumn [−][src]
pub struct ImageColumn { /* fields omitted */ }
Methods
impl ImageColumn
[src]
impl ImageColumn
pub fn new(image_url: &str, action: Action) -> ImageColumn
[src]
pub fn new(image_url: &str, action: Action) -> ImageColumn
Trait Implementations
impl Clone for ImageColumn
[src]
impl Clone for ImageColumn
fn clone(&self) -> ImageColumn
[src]
fn clone(&self) -> ImageColumn
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 ImageColumn
impl Send for ImageColumn
impl Sync for ImageColumn
impl Sync for ImageColumn