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