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