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