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