pub struct TakeComputedStyleUpdatesReturnsBuilder { /* private fields */ }Implementations§
Source§impl TakeComputedStyleUpdatesReturnsBuilder
impl TakeComputedStyleUpdatesReturnsBuilder
pub fn build(self) -> TakeComputedStyleUpdatesReturns
Auto Trait Implementations§
impl Freeze for TakeComputedStyleUpdatesReturnsBuilder
impl RefUnwindSafe for TakeComputedStyleUpdatesReturnsBuilder
impl Send for TakeComputedStyleUpdatesReturnsBuilder
impl Sync for TakeComputedStyleUpdatesReturnsBuilder
impl Unpin for TakeComputedStyleUpdatesReturnsBuilder
impl UnsafeUnpin for TakeComputedStyleUpdatesReturnsBuilder
impl UnwindSafe for TakeComputedStyleUpdatesReturnsBuilder
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