pub struct BorderBuilder { /* private fields */ }Expand description
Builder for configuring border properties using a closure.
Implementations§
Source§impl BorderBuilder
impl BorderBuilder
Sourcepub fn between_children(&mut self, width: u16) -> &mut Self
pub fn between_children(&mut self, width: u16) -> &mut Self
Sets the spacing between child elements.
Auto Trait Implementations§
impl Freeze for BorderBuilder
impl RefUnwindSafe for BorderBuilder
impl Send for BorderBuilder
impl Sync for BorderBuilder
impl Unpin for BorderBuilder
impl UnsafeUnpin for BorderBuilder
impl UnwindSafe for BorderBuilder
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