pub struct PaddableConstraintBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PaddableConstraintBuilder
impl Clone for PaddableConstraintBuilder
Source§fn clone(&self) -> PaddableConstraintBuilder
fn clone(&self) -> PaddableConstraintBuilder
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 PaddableConstraintBuilder
impl ConstraintBuilder for PaddableConstraintBuilder
fn build(&self, widget: &LayoutVars) -> Vec<Constraint>
Source§impl Debug for PaddableConstraintBuilder
impl Debug for PaddableConstraintBuilder
impl Copy for PaddableConstraintBuilder
Auto Trait Implementations§
impl Freeze for PaddableConstraintBuilder
impl RefUnwindSafe for PaddableConstraintBuilder
impl Send for PaddableConstraintBuilder
impl Sync for PaddableConstraintBuilder
impl Unpin for PaddableConstraintBuilder
impl UnwindSafe for PaddableConstraintBuilder
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