pub struct BoxModelBuilder { /* private fields */ }Expand description
Builder for BoxModel.
Implementations§
Source§impl BoxModelBuilder
impl BoxModelBuilder
Sourcepub fn shape_outside<VALUE: Into<ShapeOutsideInfo>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn shape_outside<VALUE: Into<ShapeOutsideInfo>>( &mut self, value: VALUE, ) -> &mut Self
Shape outside coordinates
Trait Implementations§
Source§impl Clone for BoxModelBuilder
impl Clone for BoxModelBuilder
Source§fn clone(&self) -> BoxModelBuilder
fn clone(&self) -> BoxModelBuilder
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 moreAuto Trait Implementations§
impl Freeze for BoxModelBuilder
impl RefUnwindSafe for BoxModelBuilder
impl Send for BoxModelBuilder
impl Sync for BoxModelBuilder
impl Unpin for BoxModelBuilder
impl UnsafeUnpin for BoxModelBuilder
impl UnwindSafe for BoxModelBuilder
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