Struct line_messaging_api_rust::flex_message::styles::BlockStyle [−][src]
pub struct BlockStyle { /* fields omitted */ }
Methods
impl BlockStyle
[src]
impl BlockStyle
pub fn new(
background_color: &str,
separator: bool,
separator_color: &str
) -> BlockStyle
[src]
pub fn new(
background_color: &str,
separator: bool,
separator_color: &str
) -> BlockStyle
pub fn create_empty() -> BlockStyle
[src]
pub fn create_empty() -> BlockStyle
pub fn is_empty(&self) -> bool
[src]
pub fn is_empty(&self) -> bool
Trait Implementations
impl Clone for BlockStyle
[src]
impl Clone for BlockStyle
fn clone(&self) -> BlockStyle
[src]
fn clone(&self) -> BlockStyle
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 BlockStyle
impl Send for BlockStyle
impl Sync for BlockStyle
impl Sync for BlockStyle