pub struct LiquidListRowSpec {
pub separator: bool,
}Expand description
Configuration for LiquidListRow.
Fields§
§separator: boolDraw a hairline separator under the row.
Implementations§
Source§impl LiquidListRowSpec
impl LiquidListRowSpec
pub fn with_separator(self, separator: bool) -> Self
Trait Implementations§
Source§impl Clone for LiquidListRowSpec
impl Clone for LiquidListRowSpec
Source§fn clone(&self) -> LiquidListRowSpec
fn clone(&self) -> LiquidListRowSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiquidListRowSpec
impl Debug for LiquidListRowSpec
Source§impl Default for LiquidListRowSpec
impl Default for LiquidListRowSpec
Source§fn default() -> LiquidListRowSpec
fn default() -> LiquidListRowSpec
Returns the “default value” for a type. Read more
Source§impl PartialEq for LiquidListRowSpec
impl PartialEq for LiquidListRowSpec
impl StructuralPartialEq for LiquidListRowSpec
Auto Trait Implementations§
impl Freeze for LiquidListRowSpec
impl RefUnwindSafe for LiquidListRowSpec
impl Send for LiquidListRowSpec
impl Sync for LiquidListRowSpec
impl Unpin for LiquidListRowSpec
impl UnsafeUnpin for LiquidListRowSpec
impl UnwindSafe for LiquidListRowSpec
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