pub struct TakeComputedStyleUpdatesBuilder;Implementations§
Source§impl TakeComputedStyleUpdatesBuilder
impl TakeComputedStyleUpdatesBuilder
pub fn new() -> Self
pub fn build(self) -> TakeComputedStyleUpdates
Trait Implementations§
Source§impl Clone for TakeComputedStyleUpdatesBuilder
impl Clone for TakeComputedStyleUpdatesBuilder
Source§fn clone(&self) -> TakeComputedStyleUpdatesBuilder
fn clone(&self) -> TakeComputedStyleUpdatesBuilder
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 Default for TakeComputedStyleUpdatesBuilder
impl Default for TakeComputedStyleUpdatesBuilder
Source§fn default() -> TakeComputedStyleUpdatesBuilder
fn default() -> TakeComputedStyleUpdatesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TakeComputedStyleUpdatesBuilder
impl RefUnwindSafe for TakeComputedStyleUpdatesBuilder
impl Send for TakeComputedStyleUpdatesBuilder
impl Sync for TakeComputedStyleUpdatesBuilder
impl Unpin for TakeComputedStyleUpdatesBuilder
impl UnsafeUnpin for TakeComputedStyleUpdatesBuilder
impl UnwindSafe for TakeComputedStyleUpdatesBuilder
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