pub struct LatchLayoutBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct LatchLayout
objects.
Implementations§
Source§impl LatchLayoutBuilder
impl LatchLayoutBuilder
pub fn maximum_size(self, maximum_size: i32) -> Self
pub fn tightening_threshold(self, tightening_threshold: i32) -> Self
Sourcepub fn build(self) -> LatchLayout
pub fn build(self) -> LatchLayout
Build the LatchLayout
.
Auto Trait Implementations§
impl Freeze for LatchLayoutBuilder
impl RefUnwindSafe for LatchLayoutBuilder
impl !Send for LatchLayoutBuilder
impl !Sync for LatchLayoutBuilder
impl Unpin for LatchLayoutBuilder
impl UnwindSafe for LatchLayoutBuilder
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