pub struct RectBuilder { /* private fields */ }
Available on crate features
DOM
and Runtime
only.Implementations§
Trait Implementations§
Source§impl Clone for RectBuilder
impl Clone for RectBuilder
Source§fn clone(&self) -> RectBuilder
fn clone(&self) -> RectBuilder
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 Debug for RectBuilder
impl Debug for RectBuilder
Auto Trait Implementations§
impl Freeze for RectBuilder
impl RefUnwindSafe for RectBuilder
impl Send for RectBuilder
impl Sync for RectBuilder
impl Unpin for RectBuilder
impl UnwindSafe for RectBuilder
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