pub struct LayoutBuilder { /* private fields */ }Expand description
Builder for configuring layout properties using a closure. No lifetime parameters — works cleanly with closures.
Implementations§
Source§impl LayoutBuilder
impl LayoutBuilder
Auto Trait Implementations§
impl Freeze for LayoutBuilder
impl RefUnwindSafe for LayoutBuilder
impl Send for LayoutBuilder
impl Sync for LayoutBuilder
impl Unpin for LayoutBuilder
impl UnsafeUnpin for LayoutBuilder
impl UnwindSafe for LayoutBuilder
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