Struct open_lark::card::components::containers::column_set::ColumnSetContainer
source · pub struct ColumnSetContainer { /* private fields */ }Expand description
多列布局的参数
Implementations§
source§impl ColumnSetContainer
impl ColumnSetContainer
pub fn new() -> Self
pub fn horizontal_spacing(self, horizontal_spacing: impl ToString) -> Self
pub fn horizontal_align(self, horizontal_align: impl ToString) -> Self
pub fn margin(self, margin: impl ToString) -> Self
pub fn flex_mode(self, flex_mode: impl ToString) -> Self
pub fn background_style(self, background_style: impl ToString) -> Self
pub fn columns(self, columns: Vec<Column>) -> Self
pub fn action(self, action: ColumnAction) -> Self
Trait Implementations§
source§impl Debug for ColumnSetContainer
impl Debug for ColumnSetContainer
source§impl Default for ColumnSetContainer
impl Default for ColumnSetContainer
source§impl<'de> Deserialize<'de> for ColumnSetContainer
impl<'de> Deserialize<'de> for ColumnSetContainer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ColumnSetContainer
impl RefUnwindSafe for ColumnSetContainer
impl Send for ColumnSetContainer
impl Sync for ColumnSetContainer
impl Unpin for ColumnSetContainer
impl UnwindSafe for ColumnSetContainer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more