pub struct InheritedStyleEntryBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> InheritedStyleEntryBuilder<'a>
impl<'a> InheritedStyleEntryBuilder<'a>
Sourcepub fn inline_style(self, inline_style: CSSStyle<'a>) -> Self
pub fn inline_style(self, inline_style: CSSStyle<'a>) -> Self
The ancestor node’s inline style, if any, in the style inheritance chain.
pub fn build(self) -> InheritedStyleEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for InheritedStyleEntryBuilder<'a>
impl<'a> RefUnwindSafe for InheritedStyleEntryBuilder<'a>
impl<'a> Send for InheritedStyleEntryBuilder<'a>
impl<'a> Sync for InheritedStyleEntryBuilder<'a>
impl<'a> Unpin for InheritedStyleEntryBuilder<'a>
impl<'a> UnsafeUnpin for InheritedStyleEntryBuilder<'a>
impl<'a> UnwindSafe for InheritedStyleEntryBuilder<'a>
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