pub struct WidgetConstraintBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for WidgetConstraintBuilder
impl Clone for WidgetConstraintBuilder
Source§fn clone(&self) -> WidgetConstraintBuilder
fn clone(&self) -> WidgetConstraintBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConstraintBuilder for WidgetConstraintBuilder
impl ConstraintBuilder for WidgetConstraintBuilder
fn build(&self, widget: &LayoutVars) -> Vec<Constraint>
Source§impl Debug for WidgetConstraintBuilder
impl Debug for WidgetConstraintBuilder
impl Copy for WidgetConstraintBuilder
Auto Trait Implementations§
impl Freeze for WidgetConstraintBuilder
impl RefUnwindSafe for WidgetConstraintBuilder
impl Send for WidgetConstraintBuilder
impl Sync for WidgetConstraintBuilder
impl Unpin for WidgetConstraintBuilder
impl UnwindSafe for WidgetConstraintBuilder
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