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