pub struct Column { /* private fields */ }
Expand description
A column in a row
Implementations§
Source§impl Column
impl Column
Sourcepub fn add_element(self, element: Element) -> Self
pub fn add_element(self, element: Element) -> Self
Add an element to the column
Sourcepub fn set_elements(self, elements: Vec<Element>) -> Self
pub fn set_elements(self, elements: Vec<Element>) -> Self
Set the elements in the column
Sourcepub fn set_border(self, border: BorderSettings) -> Self
pub fn set_border(self, border: BorderSettings) -> Self
Set the border settings for the column
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnwindSafe for Column
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